﻿﻿html, body {
    overflow: hidden !important;
}
    body:before {
        content: "";
        position: absolute;
        background: #000;
    }
.form-control.rounded {
    border-radius: 3px !important;
    border: 2px solid;
}
.menu-w.color-scheme-light {
    min-height: 300px!important;
}
.auth-wrapper .all-wrapper {
    padding: 8% !important;
}

.menu-w.color-scheme-light .logo-w .logo-element {
    background-color: #6c757d;
}

    .menu-w.color-scheme-light .logo-w .logo-element:after {
        background-color: #ce1126;
    }

.menu-w .logo-w .logo-element:after, .top-bar .logo-w .logo-element:after {
    content: "";
    width: 36px;
    height: 36px;
    border-radius: 100%;
    right: -28px;
    top: -15px;
}

.auth-box-w .auth-header:after {
    content: "";
    background-color: #6c757d;
    width: 50px;
    height: 3px;
    border-radius: 0px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 80px;
}

.auth-box-w form .form-group .pre-icon {
    color: #6c757d;
}
.auth-box-w form .form-group-input {
}
.auth-box-w form .form-group-input:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    pointer-events: none;
    border-radius: 0px;
    box-shadow: inset 0 0 0 1px #bac8d3;
    content: "";
    z-index: 2;
}
.language {
    width: 100%;
    text-align: center;
    background: #6c757d;
    font-size: 12px;
    padding: 15px;
    float: left;
    position: fixed !important;
    z-index: 9999;
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #8080803b;
}
.country-select .country-list {
    overflow-y: auto!important;
    z-index: 99999!important;
}
.auth-box-w.wider {
    max-width: 383px;
}

.auth-box-w form {
    padding: 0px 60px;
    padding-bottom: 60px;
}

    .auth-box-w form .form-group {
        position: relative;
        width: 100%;
    }

.auth-box-w {
    background-color: #ccd9e8;
}

#loginform .validation-summary-errors, #loginform .field-validation-error {
    margin: 0;
    padding-top: 4px;
    margin-top: -24px;
}

.menu-w.color-scheme-light {
    background-color: #fff;
    box-shadow: none;
}

#loginform .validation-summary-errors, #loginform .field-validation-error {
    color: red;
    font-size: 12px;
    background-color: #fbe4a042;
    margin: 0 0 6px 0;
    float: left;
    width: 100%;
    padding: 0 8px;
}

    #loginform .validation-summary-errors ul {
        list-style: none;
        margin-left: 0px;
        padding-left: 0px;
    }

#loginform #login-btn {
    width: 100%;
    height: 36px;
    font-size: 14px;
    border: none;
    background-color: #05a;
    color: #fff;
    text-align: center;
    padding: 2px;
    float: left;
    font-weight: 700;
    border-radius: 5px;
    background: -o-radial-gradient(center, ellipse, #e34500 0%, #9c2a2a 100%);
    background: radial-gradient(ellipse at center, #0055aae3 0%, #0055aa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e34500", endColorstr="#9c2a2a",GradientType=1 );
    -webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 20%);
}

.auth-box-w .logo-w {
    padding: 7% 0px 25px 45%;
    border: none !important;
}

#login-copyright {
    text-align: center;
    margin-top: 25px;
    font-size: 11px;
    display: none;
}
.hideShowPassword-field {
    width: 100%;
}

@media (max-width: 1024px) {
    .language {
        display: none;
    }

    body:before {
        background: #fff;
    }

    #loginform #login-btn {
        width: 100%;
        height: 40px;
        font-size: 16px;
        margin-bottom: 15px;
    }

    body, body.auth-wrapper .all-wrapper {
        padding: 0px !important;
        padding-top: 0% !important;
        margin-top: -64px;
    }

    .auth-box-w {
        display: block !important;
        background: transparent;
    }

    .country-select.inside input, .country-select.inside input[type=text] {
        width: 262px !important;
    }

    .auth-box-w .logo-w {
        padding: 25% 0px 50px 45%;
        border: none !important;
    }
}
