
body {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
#form-section {
    background: #3b80c2;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
}
#form-section label,p{
    color: white;
}
#background-section {
    /*background: url(../img/login-bg.jpg) center center/cover no-repeat!important;*/
    height: 100vh;
}
#auth-form {
    max-width: 80%;
    margin: 10% auto;
}

#auth-logo {
    padding: 10% 11%;
    background: #f5f5f5 !important;
}

#auth-logo img{
   height: 100px;
   display: block;
   margin: 0 auto;
}

.form-material .form-control.focus, .form-material .form-control:focus {
    background-size: 100% 2px,100% 1px;
    outline: 0;
    transition-duration: .3s;
}



.form-horizontal .form-group {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 25px;
    overflow: hidden;
}

.form-material .form-control {
    background-color: rgba(0,0,0,0);
    background-position: center bottom,center calc(99%);
    background-repeat: no-repeat;
    background-size: 0 2px,100% 1px;
    padding: 0;
    transition: background 0s ease-out 0s;
}

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
    background-image: linear-gradient(#fcfcfc, #fffefe),linear-gradient(rgba(255, 255, 255, 0.13), rgba(255, 253, 253, 0.13));
    color: #FFFFFF;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none;
    padding: 0 5px;
}

#checkbox-signup {
    margin-left: 3px;
    margin-top: 4px;
    width: 19px;
}

.checkbox label {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 300;
    cursor: pointer;
    padding-left: 25px;
}

.checkbox label::before {

    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    /* background-color: #fff; */
    border-radius: 1px;
    /* border: 1px solid #fff; */
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    position: absolute;
    transition: .3s ease-in-out;
    width: 17px;
    outline: 0!important;
}
.checkbox label::after {
    color: #2b2b2b;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    /* top: 7px; */
    width: 16px;
}


/* .checkbox input[type=checkbox]:checked+label::after {
    content: "\f00c";
    font-family: FontAwesome;
} */

.btn-info, .btn-info.disabled {
    background: #03a9f3;
    border: 1px solid #03a9f3;
}

.text-dark {
    color: #171e28;
}

.form-horizontal .checkbox {
    padding-top: 0;
}
.mb-16{
    margin-bottom: 16px;
}
.btn-facebook{
    background: #3B5998 !important;
    color: white !important;
    border-color: #3B5998 !important;
}
.btn-facebook:active:hover{
    border-color: #3B5998 !important;
}
.btn-google{
    background: #dd4b39 !important;
    color: white !important;
    border-color: #dd4b39 !important;
}
.btn-google:active:hover{
    border-color: #dd4b39 !important;
}
.btn-twitter{
    background: #55ACEE !important;
    color: white !important;
    border-color: #55ACEE !important;
}
.btn-twitter:active:hover{
    border-color: #55ACEE !important;
}
.btn-linkedin{
    background: #007bb5 !important;
    color: white !important;
    border-color: #007bb5 !important;
}
.btn-twitter:active:hover{
    border-color: #007bb5 !important;
}

#register-auth-form {
    max-width: 75%;
    margin: 30px auto;
}

#register-auth-form .form-control{
    height: 50px;
    padding: 6px 12px;
}

#register-auth-form #save-form{
    height: 50px;
    color: #154373;
}

#register-auth-form label{
    font-weight: 300;
}

#register-auth-logo {
    padding: 5% 11%;
}

.login-url {
    color: white;
    padding: 6px 0px;
    font-weight: 300;
}
.login {
    font-family:'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    border-radius: 0;
    padding-left: 100px;
    padding-right: 100px;
    color: #154373;
}
.forgotpassword
{
    color: #fff;
}
.signup {
    font-family:'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
}
@media (max-width: 768px) {
    #auth-logo {
        text-align: center;
    }
}
/* // email and password placeholder color */
::-webkit-input-placeholder { /* Edge */
    color: #fff !important;
  }
:-ms-input-placeholder { /* Internet Explorer */
    color: #fff !important;
  }
::placeholder {
    color: #fff !important;
  }

@media only screen
  and (min-width: 321px)
  and (max-width: 700px){
    #auth-logo img{
        height: 80px;
    }
}

@media only screen
  and (width: 320px){
    #auth-logo img{
        height: 70px;
    }
}

@media only screen
  and (min-width: 768px){
    #auth-logo img{
        height: 100px;
    }
}

@media only screen
  and (width: 1024px){
    #auth-logo img{
        height: 150px;
    }
}
@media only screen
  and (width: 280px){
    #auth-logo img{
        height: 60px;
    }
}
