/* Minification failed. Returning unminified contents.
(194,35): run-time error CSS1034: 
(194,35): run-time error CSS1042: Expected function, found ','
(194,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(210,35): run-time error CSS1034: 
(210,35): run-time error CSS1042: Expected function, found ','
(210,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */

#login-popup {
    z-index: 1002;
}

#login-popup .login-header, 
#login-popup .login-footer {
    height: 15%;
}

.login-container {
    background-color: #373737;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height:100%;
}

.login-header {
    height: 12%;
    width: 100%;
    background: #030303;
    position: relative;
    top: 0;
    left: 0;
}

.login-container .dev-mode, .login-popup .dev-mode {
    position: absolute;
    top: 0;
    left: 45%;
    color: #fff;
    background-color: #dbb32b;
    opacity: 0.8;
    display: block;
    padding: 5px;
    width: 200px;
    text-align: center;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    font-size: 16px;
    z-index: 1000;
    /*font-weight: bolder;*/
}

.login-popup {
    overflow: hidden;
}

.login-header-fill {
    width: 100%;
}

.login-body {
    width: 100%;
    height: 74%;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../../common/images/login_bg_1024C.jpg);
    background-position-x: right !important;
    /*background-position-x: 100% !important;*/
    background-color: #EEEDEB;
    background-size: cover;
    border-top: 4px solid;
    border-bottom: 4px solid #9a5430;
    border-image: linear-gradient(to right, #f0b56a, #9a5430) 1;
}
.login-footer {
    width: 100%;
    height: 14%;

    position: relative;
    bottom: 0;
    color: #b7bdc6;
    background: #030303;
    background: linear-gradient(180deg, rgba(3,3,3,1) 0%, rgba(0,0,0,1) 100%);
}


.login-logo {
    aspect-ratio: auto 105/84;
    height: 95%;
    /*    width: 20%;
    min-width: 160px;
    max-width: 500px;*/


    margin-bottom: 0.5%;
    margin-left: 5%;
    display: block;
    background-image: url(/content/images/logo.png);
    background-repeat: no-repeat;
    background-position-x: 100% !important;
    background-size: cover;
}

.fixed-ratio-resize { /* basic responsive img */
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
}

.login-form {
    margin-top: 5%;
    margin-right: 0;
    margin-left: 0;
}

.input-radius {
    border-bottom-color: #b3b3b3;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #b3b3b3;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b3b3b3;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #b3b3b3;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-top-style: solid;
    border-top-width: 1px;
}

.login-button {
    margin-top: 5%;
    width: 150px;
    padding-top: 5px;
    float: right;
    margin-right: 25px;
    border-radius:2px;
}


.footer-copyright {
    color: #b7bdc6;
    position: fixed;
    bottom: 0;
    font-size: 14px;
    width:100%;
    text-align:center;
}

.body-title {
font-weight: 600;
    font-size: 22px;
    margin-bottom: 8%;
    color: #b9b19c;
    padding-top: 10px;

}

.form-box {
    padding-left: 40px;
    margin-left: -40px;
    background-color: rgba(214,189,123,0.4);
    border-radius: 10px;
}
.login-form label{
    color: #b9b19c;
}

.login-form button{
background-color: #9e7733;
border-color: #9e7733;
}

.login-form button:hover{
background-color: #b9b19c;
border-color: #b9b19c;
}

.login-forgot-link a{
    color:#b9b19c;
}




/* LOGIN FORM */

.login-form-card {
    position: absolute;
    width: 400px;
    height: 360px;
    z-index: 100;
    top: 25%;
    left: 10%;
    margin: 0 0 0 0;
    background-color: rgb(55,55,55,0.6);
    /* -webkit-box-shadow: 7px 7px 15px 0px rgba(27, 27, 27, 0.75); */
    -moz-box-shadow: 7px 7px 15px 0px rgba(27, 27, 27, 0.75);
    box-shadow: 7px 7px 15px 0px rgba(27, 27, 27, 0.75);
    border: 2px solid #ef9643;
    border-radius: 10px;
    /* opacity: 0.8;*/
}

.login-form-card-header {
    position: absolute;
    width: 360px;
    height: 50px;
    top: -25px;
    left: 50%;
    margin: 0 0 0 -180px;
    background-color: rgb(55,55,55,1);
    font-size: 18px;
    font-family: Arial;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    color: #AAA;
    border: 2px solid #ef9643;
    border-radius: 10px;
    opacity: 1;
}

.login-form-card-container {
    margin: 40px 30px 10px 30px;
}

.login-form-alert {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #edd7b1f5;
    color: red;
    font-size: 14px;
    border-radius: 8px;
    text-align: center;
    padding: 8px;
}

.login-form-no-alert {
    height:20px;
}


.login-form-edit {
    width: 100%;
}

    .login-form-edit .field-validation-error {
        font-size: 14px;
    }

    .login-form-edit input {
        width: 100%;
        height: 42px;
        font-family: sans-serif;
        font-size: 16px;
        text-indent: 10px;
        border: 1px solid #ef9643;
        border-radius: 8px !important;
        opacity: 1;
        background-color: #fff6e8;
        color: #563414;
    }

.login-form-card .control-label {
    color: #ffad60;
    /*font-weight: bold;*/
    opacity: 1;
    display: block;
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 14px;
}

.login-form-card button {
    margin-top: 10px;
    width: 100%;
    opacity: 1;
}

.login-form-card .btn-primary, .recovery-form .btn-primary {
    color: #fff;
    text-shadow: none;
    background-color: #cb7b2f;
    background-image: none;
    border-color: #ef9643;
    opacity: 1;
    border-radius: 8px;
    border-width: 2px;
    padding: 8px 12px;
}

    .login-form-card .btn-primary:hover, .recovery-form .btn-primary:hover {
        color: #fff;
        text-shadow: none;
        background-color: #ef9643;
        background-image: none;
        border-color: #ef9643;
    }

.login-form-submit {
    margin-top: 10px;
    width: 100%;
}

#LoginSubmit {
    position: absolute;
    bottom: 35px;
    left: 8%;
    width: 84%;
}
#send-instructions-but {
    position: absolute;
    bottom: 70px;
    left: 8%;
    width: 84%;
}

.back-to-login-link {
    position: absolute;
    bottom: 10px;
    left: 8%;
    width: 84%;
    text-align: center;
}

    .back-to-login-link a {
        color: #fff;
/*        text-shadow: none;
        background-color: #cb7b2f;
        background-image: none;
        border-color: #ef9643;
        opacity: 1;
        border-radius: 8px;
        border-width: 2px;*/
        padding: 8px 12px;
        display: block;
        font-size:14px;
    }


    .login-forgot-link {
        position: absolute;
        bottom: 0px;
        left: 5%;
        width: 90%;
        text-align: center;
    }

.recovery-text {
    /* font-weight: 600; */
    font-size: 16px;
    margin-bottom: 4%;
    color: #e1ddd3;
    padding-top: 10px;
}
