/*********************
 * commodis GmbH
 * login
 ********************/
.modal-dialog {
    width: 450px;
}

/* formular */
.form-actions {
    margin: 0 -17px;
    padding: 20px 15px 30px;
}

.form-actions .forgot {
    display: block;
    text-align: center;
    padding: 15px 0;
}

.input-group .form-control {
    font-size: 13px;
}

.input-group i.fa {
    width: 12px;
}

.form-actions .small-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: rgba(0 0 0 / 20%);
}

.form-actions .small-circle i {
    position: relative;
    left: 1px;
}

footer {
    margin: 0 -17px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
    position: static;
}

footer div {
    box-sizing: content-box;
    height: 30px;
    text-align: center;
    padding-top: 10px;
}

/* Circle representation for colored feedback message */
.email-input-circle {
    border-radius: 50%;
    display: block;
    margin: 15px;
    height: 13px;
    width: 13px;
    z-index: 20;
    box-sizing: border-box;
    background-color: #ffffff;
    float: left;
}

#email-input-circle-valid {
    background-color: #5fca4a;
}

#email-input-circle-invalid,
#email-input-circle-not-available,
#email-input-circle-reset-password-failed,
#email-input-circle-mail-not-send {
    background-color: #dd6a45;
}

.email-input {
    min-width: 0;
    border-radius: 5px;
    padding: 0 30px 0 0;
    border: 1px solid transparent;
    color: #555555;
    text-shadow: none;
    font-weight: 500;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}

.error-spacer {
    min-height: 2em;
}
