/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
body, html {
    height: 100%;
    background-repeat: no-repeat;
    background: #75C35D !important;
}

.card-container.card {
    width: 100%;
    max-width: 350px;
    padding: 15px 40px 40px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.alert {
    border-radius: 0;
    background-color: #fe4d40;
    border-color: #fe4d40;
    color: #fff;
}

/*
 * Card component
 */
.container {
    max-width: 360px;
    width: 100%;
    padding: 8% 0 0;
    margin: auto;
}

.card {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.profile-img-card {
    height: 180px;
    margin: 0 auto;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form .input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

.signin-btn {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF !important;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    display: block;
}

.signin-btn.btn-default {
    display: block;
    background: #e6e6e6;
    text-decoration: none;
    color: #333 !important;
}
.signin-btn:hover,
.signin-btn:active,
.signin-btn:focus {
    color: #fff  !important;
}
.signin-btn.btn-default:hover {
    color: #333 !important;
}



.signin-btn:hover,
.signin-btn:active,
.signin-btn:focus {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
    color: rgb(12, 97, 33);
}

span.version {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    padding-bottom: 5px;
}

input#bestelcode {
    padding-left:30px;
    margin: 0;
    border-radius: 0 !important;
    -webkit-appearance: none;
}

.input-container {
    display: flex !important;
    width: 100% !important;
    margin-bottom: 15px !important;
}

/* Style the form icons */
.icon {
    padding: 10px !important;
    background: #4CAF50 !important;
    color: #fff !important;
    min-width: 50px !important;
    text-align: center !important;
    font-size: 23px !important;
    margin-bottom: 1px;
    margin-top: -1px;
}

/* Style the input fields */
.input-field {
    width: 100% !important;
    padding: 10px !important;
    outline: none !important;
    border: 2px solid #eee !important;
}

.input-field:focus {
    border: 2px solid #4CAF50 !important;
}

.invalid-code {
    width: 100%;
    background: #FE4D40;
    color: #fff;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    display: none;
}