.login-box, .register-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%);
}

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

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.login-logo {
    background-color: rgba(255, 255, 255, 0.15);
}

.wrapper #login-wrapper .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;
}

#login-wrapper .card-body {
    /*padding: 3.25rem 1.25rem;*/
    padding: 1.25rem;
}

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

/*Initial*/
.login-page .main-logo-text {
    font-size: 24px;
}

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

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

.login-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;
}

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

.auth-logo {
    color: #333333;
}

.auth-logo:hover {
    color: #333333;
    text-decoration: none;
}

/* 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;
}

