@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    background-repeat: no-repeat;
}

.login {
    z-index: 4;
}

.login-page {
    background-color: #ffffff;
    width: 610px;
    max-width: 100% !important;
}

.login-page .logo {
    display: flex;
    justify-content: center;
}

.login-page .logo img {
    margin-top: 75px;
    width: 440px;
    height: 62px;
}

#login .row, #login .container, #login .col-md-6 {
    min-height: 100vh !important;
}

.user-form {
    width: 520px;
    margin-top: 40px;
    margin-left: 45px;
}

.user-form .form-control {
    height: 50px;
    border: 1px solid #323470;
    border-radius: 0;
    padding-left: 39px;
    color: #323470;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    -webkit-transition: 250ms;
    -moz-transition: 250ms;
    -ms-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
}

.user-form .form-control:focus, .user-form .form-control:hover {
    box-shadow: 0 0 24px 0 rgba(59, 61, 137, .35) !important;
    border-color: #323470 !important;
    outline: none !important;
}

.user-form button:hover {
    background-color:#3f42a2 !important;
    border-color: #3f42a2 !important;
    box-shadow:0 0 21px 0 rgba(59,61,137,.57)
}

.user-form .form-control::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #afafb1;
    letter-spacing: -0.5px;

}

.user-form .form-group i {
    position: absolute;
    top: 18px;
    left: 12px;
    font-size: 16px;
    z-index: 1;
    color: rgb(50, 52, 112);
}

.user-form .form-label {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    color: #323470 !important;
    font-weight: 700;
}

.form-check label {
    color: #323470 !important;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    float: left;
    margin-top: 1.5px;
    margin-left: 2px;
}

.form-check .form-check-input {
    outline: none !important;
    box-shadow: none !important;
    width: 19px;
    height: 19px;
    border-radius: 0 !important;
    border: 1px solid #323470;
}

.form-check .form-check-input:checked {
    background: #323470;
}

.user-form button i {
    margin-right: 10px;
}

.user-form button {
    height: 50px;
    border-radius: 0;
    background-color: #323470;;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #ffffff;
}

.user-form button span {
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    transition: .25s;
}

.user-form button:hover {
    background-color: #3b3d89;
    color: white;
}

.login-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: url("../img/login-img.png");
    height: 600px;
    background-size: cover;
    z-index: 0;
}




@media screen and (max-width: 1400px) {
    .user-form {
        width: 100% !important;
        margin-left: 0 !important;
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

    .login.col-md-6 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 650px) {
    .login-page .logo img {
        width: 100% !important;
        height: auto !important;

    }

    .login-page{
        width: 100% !important;
    }

    .user-form {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .login-page {
        padding-left: 35px !important;
        padding-right: 35px !important;
        box-sizing: border-box !important;
    }
}
