/*
CSS Specific To Login Page
*/
/* 
    Created on : Jan 9, 2017, 8:06:11 PM
    Author     : rohit
*/

body.transparent section:first-of-type {
    padding-top: 0px;
    background: inherit;
}

.main-wrapper{
    background: #3E84F7;
    height: 100vh;
}
.header-login-wrapper{
    padding: 50px 0;
    text-align: center;
}
.whitelabel_login_form h4{
    margin-bottom: 20px;
}
.whitelabel_login_form {
    background: #FFFFFF;
    width: 40%;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    padding: 60px;
}
.whitelabel_login_form input.user-input {
    height: 60px;
    border: 1px solid #d4d4d4;
    padding-left: 24px;
    line-height: initial;
    padding-top: 32px;
    color: #333;
    outline: none;
    border-radius: 5px;
    width: 100%;
}
.whitelabel_login_form p{
    position: relative;
}
.lost-password-link h1 {
    font-size: 16px;
    text-align: left;
}

.lost-password-link h1 a{
    color: #000000;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 20px;
    color: #333;
    font-weight: 300;
    transition: 0.2s ease all;
}
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
    top: 10px;
    left: 24px;
    font-size: 12px;
    opacity: 1;
}
.extra-login-inputs {
    overflow: hidden;
}
.whitelabel_login_form p {
    margin-bottom: 25px;
}
.extra-login-inputs p {
    float: left;
    width: 50%;
}
.extra-login-inputs p.remeber-user {
    text-align: left;
    margin-top: 7px;
}
.extra-login-inputs p.submit-container {
    text-align: right;
}
.extra-login-inputs p.submit-container .submit-btn{
    background: #3E84F7;
    font-weight: 600;
    color: #FFFFFF;
    padding: 5px 15px;
    border: 3px solid #3E84F7;
    transition: all .5s;
    border-radius: 5px;
}
.extra-login-inputs p.submit-container .submit-btn:hover{
    background: #FFFFFF;
    color: #3E84F7;
}
.lost-password-link {
    border-top: 2px solid #f4f4f4;
    text-align: left;
    padding-top: 20px;
}
.login-footer-wrapper {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
}
.footer-login-links {
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 20px;
}
.footer-login-links p{
    display: inline-block;
    margin: 0 10px;
}
.footer-login-links p:first-child a {
    border-right: 1px solid #FFFFFF;
    padding-right: 25px;
}
.footer-login-links p a {
    color: #FFFFFF;
    font-size: 14px;
}
.header-login-wrapper .whitelabel-site-logo img {
    width: 16%;
    height: auto;
}
.copyright-text {
    margin: 10px 0 0;
}
.whitelabel_login_form .whitelabel-login-message-container {
    margin: 0px -60px 20px;
    width: auto;
    z-index: 9;
    background: #F0F1F1;
    padding: 15px 0;
    color: #000;
    text-align: center;
}
.whitelabel_login_form .whitelabel-login-message-container p{
    margin: 0;
    text-align: center;
}
.whitelabel-login-message-container i {
    color: #F3725A;
    font-size: 22px;
        margin-right: 10px;
}

footer{
	background: inherit;
}

p.copyright-text {
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
    margin: 10px 0 0;
}

.page-template-template-login{
    padding-top: 0;
}

.header-login-wrapper{
    position: inherit;
}

#main-wrapper, .page-template-template-login{
    background: #3E84F7;
}

#content-wrapper{
    background: none;
    padding: 0;
}


.login-footer-wrapper{
   background: none;    
}

.whitelabel_login_form input.user-input{
    font-size: 16px;
    color: #333333 !important;
    font-weight: 300;
}

.whitelabel_login_form p {
    margin-bottom: 15px;
}

.extra-login-inputs label{
    display: inline-block;
    color: #000000;
}

.extra-login-inputs label strong{
    color: #000000;
}
.page-template-template-signup footer#login-footer-wrapper {
    position: relative;
}
.page-template-template-signup .main-wrapper {
    height: auto;
}

/*Media Queries*/
@media screen and (max-width: 1050px){
    .whitelabel-site-logo {
        width: 100%; 
    }
}
@media screen and (max-width: 993px){
    .whitelabel_login_form {
        width: 65%;
    }
    .header-login-wrapper .whitelabel-site-logo img {
        width: 23%;
    }
    .whitelabel-site-logo {
        width: 100%;
    }
    .main-wrapper{
        height: auto;
    }
    .login-wrapper {
        margin-bottom: 50px;
    }
    .login-footer-wrapper {
        position: static;
    }
}
@media screen and (max-width: 600px){
    .whitelabel_login_form {
        width: 85%;
    }
    .header-login-wrapper .whitelabel-site-logo img {
        width: 45%;
    }
    .header-login-wrapper{
        padding: 30px 0 40px;
    }
    .copyright-text {
        margin: 20px 0 0;
    }
}
@media screen and (max-width: 500px){
    .whitelabel_login_form {
        width: 95%;
        padding: 60px 30px;
    }
    .header-login-wrapper .whitelabel-site-logo img {
        width: 70%;
    }
}