.authincation.h-100 {
    background-image: url('../images/background-login.jpg');
    background-position: center center;
    background-size: cover;
}

.auth-form {
    background: white;
    box-shadow: 20px 20px 40px #05072b85;
}

button.btn.bg-white.text-primary.btn-block {
    background: linear-gradient(227deg, #1b1f5f, #000120) !important;
    color: white !important;
}

input.form-control, .form-control:hover, .form-control:focus, .form-control.active {
    background: #ededed;
    border: none;
    color: #171b56;
}

.custom-control-label:before, .custom-control-label:after {
    top: 0px !important;
    cursor: pointer;
}
#password-div{
    display: flex;
    position: relative;
}
.icon-fontawesome{
    width: 20px;
    position: absolute;
    right: 15px;
    top: 14px;
}