@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    ;
    font-size: 13px;
}

#form-section {
    background: rgb(0 0 0 / 50%);
    /* height: 100vh; */
    padding-left: 0;
    padding-right: 0;
}

#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: #171e28; */
    background: transparent !important;
}

.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(#000000, #a4a3a5), linear-gradient(rgba(120, 130, 140, .13), rgba(120, 130, 140, .13));
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none;
}

#checkbox-signup {
    margin-left: 3px;
    margin-top: 1px;
}

.checkbox label {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox label::before {
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    background-color: #fff;
    border-radius: 1px;
    border: 1px solid rgba(120, 130, 140, .13);
    content: "";
    display: inline-block;
    height: 17px;
    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: 0;
    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;
}


/* Facebook */
.btn-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.btn-twitter {
    background: #55ACEE;
    color: white;
}

/* Google */
.btn-google {
    background: #dd4b39;
    color: white;
}

/* Linkedin */
.btn-linkedin {
    background: #007bb5;
    color: white;
}

.btn-facebook:hover, .btn-twitter:hover, .btn-google:hover, .btn-linkedin:hover {
    color: white;
}

@media (max-width: 768px) {
    #auth-logo {
        text-align: center;
    }
}
.input-group-addon {
    border: 0;
    background-color: #03a9f3;
}

.input-group-addon i.fa.fa-eye-slash,
i.fa.fa-eye {
    color: white;
}

.content-w3ls {
    max-width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    }
.checkbox-signup {
    color: #bdbdbd;
}
#loginform input.form-control {
    color: #f3f3f3;
    border-bottom: 1px solid #272727;
}
a.checkbox-signup:hover {
    color: #23aae6;
    text-decoration: none;
}
#loginform .input-group-addon {
    background: #272727;
}
#loginform  button#login-button {
    background: transparent;
    border: 1px solid #616161;
    border-radius: 0;
    font-size: 16px;
    padding: 15px 0;
    transition: .5s;
}
#loginform  button#login-button:focus {
    border: 1px solid #616161;
    outline: 0px auto #eac9c9;
    outline-offset: 0px;
}
#loginform button#login-button:hover {
    background: rgb(255 255 255 / 15%);
}
#loginform .checkbox label::before {
    background-color: #272727;
}
#loginform .checkbox label::after {
    color: #bbb;
}
#loginform input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: none !important;
    background-image: none !important;
    color: -internal-light-dark(black, rgb(241, 25, 25)) !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #616161 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media (max-width: 767px) {
    .content-w3ls {
        max-width: 100%;
        width: 90%;
    }
    #auth-form {
        max-width: 90%;
        margin: 10% auto 0;
        padding-bottom: 15px;
    }
    .form-horizontal .checkbox, .form-horizontal .radio {
        min-height: unset;
    }
}