html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 60px;
    height: 100%;
    position: relative;
}

html, body {
    background: #d2d6de;
    height: 100%;
    margin-bottom: 0;
    min-height: 394px;
}

.recovery-box {
    width: 360px;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.25), 0 0 30px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, .25);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.modal-open .recovery-box {
    left: calc(50% - 8px);
}

@media (max-width: 768px) {
    .recovery-box {
        width: 90%;
        top: 20px;
        transform: translateX(-50%);
    }
}

.ap-label {
    padding-right: 40px !important;
    position: relative;
}

.fl-wrap:after {
    position: absolute;
    width: 40px;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'FontAwesome', serif;
    font-size: 1.35rem;
    line-height: 2.35;
    opacity: 0.2;
    text-align: center;
}

.email .fl-wrap:after {
    content: "\f0e0";
}

.password .fl-wrap:after {
    content: "\f13e";
}

.first-name .fl-wrap:after {
    content: "\f2be";
}

.last-name .fl-wrap:after {
    content: "\f2be";
}

.company .fl-wrap:after {
    content: "\f0f7";
}


label[for="remember"] {
    font-size: 0.85rem;
    line-height: 1.5rem;
}

[for="remember"].custom-control-label::before,
[for="remember"].custom-control-label::after {
    left: -1.3rem;
}


.register-new,
.forgot-password {
    font-size: 0.9rem;
}

.card-body {
    padding: 1.25rem;
}

.card-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/*Initial*/

.recovery-page .custom-control-label::before {
    background-color: #fff;
    border: 1px solid #845500;
}

.recovery-page .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FFA500;
}

.recovery-page .login-submit {
    height: 2.5rem;
    width: 100%;
    background-color: #FFA500;
    color: #FFFFFF;
    border: 1px solid rgba(255, 101, 0, 0.51);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recovery-page .login-submit:hover {
    background-color: #ff6500;
    color: #ffffff;
}

.fl-form .fl-is-active input.fl-input[disabled],
.fl-form .fl-is-active select.fl-select[disabled],
.fl-form .fl-is-active textarea.fl-textarea[disabled] {
    background-color: rgba(233, 236, 239, 0.25);
}

/* Chrome fix - yellow background on autocomplete */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

#ne-recovery-form .error {
    border-color: rgba(238, 72, 34, 0.55);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075), 0 0 6px rgba(234, 43, 41, 0.24);
    box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075), 0 0 6px rgba(234, 43, 41, 0.24);
}

.ap-label {
    position: relative;
}

.parsley-errors-list {
    position: absolute;
    font-size: 0.85rem;
    color: red;
    bottom: -22px;
}

.auth-popover .popover-body {
    color: darkred;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.3), 0 0 3px rgba(255, 0, 0, 0.8);
}