/* This CSS is loaded in the login page. */

body{
    background-color: #fafbfb;
}
.account-wall{
    background: url('../../images/login-logo.png') no-repeat center top 80px;
    background-color: #fff !important;
    position: relative;
    height: 600px;
}
.form-control{
    box-shadow: none;
    border: none;
    border-bottom: solid 1px #ccc !important;
    border-radius: 0;
    padding: 10px 0px !important;
}
.form-signin{
    margin-top: 186px !important;
    max-width: 372px !important;
}
.form-signin input[type="text"], .form-signin input[type="email"]{
    margin-bottom: 10px !important;
}
.form-signin input[type="text"], .form-signin input[type="email"], .form-signin input[type="password"]{
    font-weight: 300;
}
.container > .row > .col-sm-6 > div > img{
    display: none;
}
.form-control:focus{
    box-shadow: none;
    border-bottom: solid 2px #3cc1c1 !important;
}
.form-signin .btn-nexudus, .form-signin hr{
    display: none;
}
.form-signin .btn-lg{
    width: 24%;
    margin-left: 38%;
    margin-right: 38%;
    margin-top: 70px;
    margin-bottom: 20px;
    border-radius: 2px;
    background-color: #3cc1c1;
    border: 2px solid #3cc1c1;
}
.form-signin .btn-lg:hover{
    background: #fff;
    color: #3cc1c1;
}
.btn-lg, .btn-group-lg > .btn{
    font-size: 14px;
}
.form-signin .btn-social{
    margin-top: 50px;
    background: transparent;
    border: none;
    color: #333333;
    padding-left: 9px;
    text-align: center;
    font-weight: 300;

    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    height: 70px;
    background-color: #f6f6f6;
    border-radius: 0 !important;
    padding: 22px;
}
.form-signin .btn-social::after{
    content: "Don't have an account? Sign up now!";
    visibility: visible;
	position: absolute;
    left: 5260px;
    right: 0;
}

.checkbox{
    overflow: hidden !important;
    margin-left: 0px !important;
    width: 109px;
    height: 20px;
}
.checkbox > input{
    margin-right: 100px;
    position: relative !important;
    margin-left: 0px !important;
}
.checkbox::after{
    content: 'Remember Me';
    position: absolute;
    top: 0;
    left: 19px;
}


.form-signin .btn-social:hover{
    color: #3cc1c1;
}
.form-signin .btn-social i{
    display: none;
}
.form-signin .need-help{
    color: #3cc1c1;
}
.form-signin .checkbox, .form-signin .need-help{
    font-weight: 300 !important;
}
.form-signin .btn-lg{
    position: absolute;
    z-index: 900;
    left: 0;
}

.need-help{
    visibility: hidden;
	position: relative;
    width: 150px;
}
.need-help::after{
    content: 'Forgot your password?';
    visibility: visible;
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (min-width: 768px) {
    .col-md-4, .col-sm-6{
        width: 47.5% !important;
    }
    .col-md-offset-4, .col-md-offset-3{
        margin-left: 26.25% !important;
    }
}
@media only screen and (max-width: 1199px) {
    .form-signin .btn-social::after{
        left: 5220px;
    }
}
    
@media only screen and (max-width: 991px) {
    .form-signin .btn-social::after{
        left: 5165px;
    }
}
@media only screen and (max-width: 767px) {
    .form-signin .btn-social::after{
        left: 5147px;
    }
}
@media only screen and (max-width: 360px){
    .account-wall{
        background-size: 90%;
    }
    .form-signin{
        margin-top: 55% !important;
    }
}

.account-wall{
    position:relative;
    z-index:90;
}

#login-block .message{
    position: absolute;
    z-index: 100;
    bottom: 100px;
    left: 30px;
    right: 30px;
}