﻿body.layout-clean {
    background-color: #e6e6e6;
    color: #2c2c2c !important;
}

body .navbar {
    padding: 0;
}

#popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    padding: 50px;
    transform: translate(-50%, -50%);
    background: #FFF;
    box-shadow: 3px 3px 10px -6px #2c2c2c;
}

    h1, #popup h1 {
        margin-top: 0;
        margin-bottom: 11px;
        font-size: 34px;
        font-weight: bold;
        line-height: 1;
    }

#login-form {
    margin-top: 30px;
}

.login-section {
    position: relative;
    margin-bottom: 20px;
}

    .login-section:first-child {
        margin-bottom: 30px;
    }

    .login-section:last-child {
        margin-bottom: 0;
    }

.login-field {
    position: relative;
    width: 100%;
    padding: 0 0 4px 0;
    border: none;
    border-bottom: 1px solid #2c2c2c;
    font-size: 16px;
    z-index: 10;
    background: transparent;
}

input:focus {
    outline-width: 0;
}

.placeholder {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 16px;
    color: #a5a5a5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.placeholder_active {
    top: -15px;
    font-size: 11px;
    color: #427bab;
    font-weight: bold;
}

.show-password {
    position: absolute;
    top: -2px;
    right: 0;
    display: none;
    z-index: 11;
}

.show-password-link {
    text-decoration: none;
}

    .show-password-link svg {
        fill: #a5a5a5;
    }

.error {
    opacity: 1;
    font-size: 13px;
    color: #cf2d2d;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.success {
    margin: 20px 0;
    font-weight: bold;
}

.login-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    color: #427bab;
}
    .login-link:hover {
        color: #3419b6;
        text-decoration: none;
    }
#popup .login-section .btn-primary {
    float: right;
}

button.btn-primary:after {
    content: "";
    clear: both;
}


#cancel {
    float: left;
}

#username-request {
    font-weight: 600;
}

#resetPasswordForm #popup {
    display: flex;
    width: 1000px;
}

.left-side {
    flex: 50%;
    width: 50%;
    padding-right: 4%;
    border-right: 1px solid #e6e6e6;
}

.right-side {
    flex: 50%;
    width: 50%;
    padding-left: 4%;
}

    .right-side ul {
        padding: 0;
        list-style: none;
    }

        .right-side ul li {
            margin-bottom: 4px;
        }

            .right-side ul li .fas {
                display: inline-block;
                width: 14px;
                margin-top: 2px;
                margin-right: 10px;
                text-align: left;
                font-size: 17px;
                vertical-align: top;
                font-weight: 400;
                text-align: center;
            }

                .right-side ul li .fas:after {
                    font-family: "Font Awesome 6 Pro";
                }

                .right-side ul li .fas:after {
                    content: "\f00d";
                    color: #b92c28;
                }

            .right-side ul li.suffice .fas:after {
                content: "\f00c";
                color: #008800;
                font-size: 16px;
            }
.login-field.password.invalid:focus {
    border-bottom-color: #b92c28;
}
.password-requirements-text {
    font-size: 13px;
    color: #888888;
    line-height: 18px;
}

h2.or-ad-login {
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #999;
    margin: 20px 0;
}

    h2.or-ad-login:before,
    h2.or-ad-login:after {
        background-color: #999;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    h2.or-ad-login:before {
        right: 0.5em;
        margin-left: -50%;
    }

    h2.or-ad-login:after {
        left: 0.5em;
        margin-right: -50%;
    }

.ad-login {
    text-align: center;
}

.btn-ad-login, .btn-abf-ad-login {
    color: #fff;
}

    .btn-ad-login i, .btn-abf-ad-login i {
        font-weight: normal;
    }

.btn-abf-ad-login:focus {
    background-color: #138496;
    border-color: #117a8b;
}

.cl_warning {
    background-color: black;
    color: white;
    position: absolute;
    padding: 6px;
    border-radius: 2px;
    font-size: 13px;
    margin-top: 3px;
    z-index: 10;
}

    .cl_warning.clh {
        display: none;
    }

    .cl_warning::after {
        bottom: 100%;
        left: 10px;
        border: solid transparent;
        border-top-color: transparent;
        border-top-width: medium;
        border-right-color: transparent;
        border-right-width: medium;
        border-bottom-color: transparent;
        border-bottom-width: medium;
        border-left-color: transparent;
        border-left-width: medium;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(213, 17, 174, 0);
        border-bottom-color: rgba(0, 0, 0, 1);
        border-bottom-color: black;
        border-width: 8px 7px 12px 7px;
    }

@media screen and (max-width: 550px) {
    #popup {
        width: 96%;
        top: 55px;
        left: 2%;
        padding: 30px;
        margin-left: 0;
        transform: none;
    }
}

@media screen and (max-width: 1000px) {
    #resetPasswordForm #popup {
        width: 96%;
        flex-direction: column;
        top: 55px;
        left: 2%;
        transform: none;
    }

    .left-side {
        flex: 100%;
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
        border: none;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 20px;
    }

    .right-side {
        flex: 100%;
        width: 100%;
        padding-left: 0;
    }
}