/************************************
 To overwrite css properties, uncomment/edit them.
 If you decide to change the size of elements,
 please keep in mind both mobile and desktop layouts (media queries)
************************************/

/************************************
        Overlay gradient
*************************************/
.auth-page .body .auth-page-overlay {
    /*
    background: rgba(197, 69, 20, 0.85);
    background: -moz-linear-gradient(top, rgba(197, 69, 20, 0.85) 0%, rgba(15, 12, 3, 0.95) 85%);
    background: -webkit-linear-gradient(top, rgba(197, 69, 20, 0.85) 0%, rgba(15, 12, 3, 0.95) 85%);
    background: linear-gradient(to bottom, rgba(197, 69, 20, 0.85) 0%,rgba(15, 12, 3, 0.95) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CB5E35', endColorstr='#1A170F',GradientType=0 );
    */
}

/************************************
        Form
*************************************/
.auth-page .header .auth-form input {
    border: 1px solid #fff;
    border-radius: 12px !important;
    background-color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
    color: #fff;
}
.auth-page .header .auth-form label {
    color: #fff;
    font-weight: 100;
    font-size: 1.2em;
}
.auth-page .header .auth-form i.lock-icon {
    color: #fff;
}

/************************************
        Language selector
*************************************/
.auth-language-selector {
    /*color: #fff;*/
    /*background-color: rgba(255,255,255, 0.15);*/
}
.auth-language-selector:hover,
.auth-language-selector:focus,
.auth-language-selector:active {
    /*background-color: rgba(255,255,255, 0.2);*/
}
.auth-language-selector .globe-icon {
    /*color: #da5124;*/
}

.auth-language-selector .edit-icon {
    /*background-color: rgba(255,255,255,0.2);*/
}
.auth-language-popup {
    /*background-color: rgba(0, 0, 0 , 0.75);*/
}

.auth-language-popup a.close-language-popup {
    /*color: #fff;*/
}

.auth-language-popup ul {
    /*background-color: rgba(0,0,0,0.25);*/
}

.auth-language-popup ul li {
    /*border-bottom: 1px solid #fff;*/
}

.auth-language-popup ul li a {
    /*color: #fff;*/
}


/************************************
        Footer
*************************************/
.auth-page .footer .footer-text {
    /*color: #d4d4d4;*/
    font-weight: 100;
    /*background-color: transparent;*/
}

.auth-page .footer .controls .btn-auth-submit {
    /*background-color: rgba(255, 105, 55, 0.85);*/
    text-transform: uppercase;
    /*color: #fff;*/
    /*box-shadow: 1px 1px 30px #000;*/
}

.auth-page .footer .controls .btn-auth-submit:hover,
.auth-page .footer .controls .btn-auth-submit:active,
.auth-page .footer .controls .btn-auth-submit:focus {
    /*background-color: #D2562E;*/
}
/************************************
        Custom question CSS rules

It is not recommended to edit this part.
*************************************/
.auth-page #page-template {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.auth-page .body {
    height: 100%;
    padding: 0;
    background-size: cover;
    transition: all 150ms ease-out;
    background-position: center;
}

.auth-page .body .auth-page-overlay {
    height: 100%;
    position: relative;
}

.auth-page {
    text-align: center;
}

.auth-page .header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px;
}

.auth-page .header .auth-form {
    padding: 25px;
    max-width: 320px;
    margin: 0 auto;
}

.auth-page .header .auth-form label {
    font-size: 1.2em;
}

.auth-page .header .auth-form input {
    display: block;
    max-width: 100%;
    margin: 0 0 5px 0;
    padding: 15px 45px;
    border-radius: 12px !important;
    font-size: 1.5em;
    resize: none;
    height: 45px;
    text-align: left;
}

.auth-page .header .auth-form i.lock-icon {
	display: block;
    margin-top: -40px;
    font-size: 1.8em;
    float: left;
    margin-left: 15px;
}

.auth-page .header img.logo {
    height: 80px;
}

.auth-page .header h1 {
    font-size: 20px;
    width: 100%;
    padding: 0 10px;
    margin-top: 0;
}

.auth-page .header p {
    font-weight: 100;
    font-size: 1em;
    padding: 0 15px;
    max-width: 550px;
    margin: 0 auto;
}

.auth-page .footer {
    position: absolute;
    width: 100%;
    bottom: 10px;
    border: 0;
    left: 0;
}

.auth-page .footer .footer-text {
    font-size: 0.8em;
}

.auth-page .footer .controls {
    padding: 0 20px;
    text-align: center;
}

.auth-page .footer .controls .btn-auth-submit {
    cursor: pointer;
    padding: 17px 0;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 350px;
    font-size: 1.2em;
}


@media (min-width: 350px) {
    
    .auth-page .header {
        top: 60px;
    }
    
    .auth-page .header h1 {
        font-size: 2em;
    }
    
    .auth-page .header img.logo {
        height: 100px;
    }
    
    .auth-page .header p {
       font-size: 1.2em;
    }
    
}

@media (min-width: 768px) {
    
    .auth-page .header {
        top: 100px;
    }
    
    .auth-page .header h1 {
        font-size: 2.5em;
    }
    
    .auth-page .header img.logo {
        height: 120px;
    }
    
    .auth-page .header p {
       font-size: 1.2em;
    }
    
}

@media (min-width: 992px) {
    
    .auth-page .header {
        top: 100px;
    }
    
    .auth-page .header h1 {
        font-size: 2.5em;
    }
    
    .auth-page .header img.logo {
        height: 120px;
    }
    
    .auth-page .header p {
       font-size: 1.2em;
    }
    
}

@media (min-width: 1200px) {
    
    .auth-page .header {
        top: 100px;
    }
    
    .auth-page .header h1 {
        font-size: 2.5em;
    }
    
    .auth-page .header img.logo {
        height: 120px;
    }
    
    .auth-page .header p {
       font-size: 1.2em;
    }
    
}