.login-pages {
    background: url("/img/MU3.png") 50% 50% no-repeat;
    background-size: cover;
    display: flex;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
    /* -webkit-align-items: center; */
    /* -ms-flex-align: center; */
    /* align-items: center; */
    /* background-color: #e9ecef; */
    /* display: -webkit-flex; */
    /* display: -ms-flexbox; */
    /* -webkit-flex-direction: column; */
    /* -ms-flex-direction: column; */
    /* flex-direction: column; */
    /* -webkit-justify-content: center; */
}

.login-box {
    margin-top: 15px;
}

.login-box .card {
    background-color: white;
    backdrop-filter: blur(70px);
}

.login-box input {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(70px);
    outline: none;
    color: white;
}

.login-box input:focus {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(70px);
    outline: none;
    color: white;
}

.login-box .input-group:focus {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.icheck-primary label {
    color: white;
}

.login-pages .btn-primary {
    margin-top: 30px;
    width: 200px;
    border-radius: 5px;
    border: 1px solid white;
    background-color: transparent;
    box-shadow: inset 0 0 0 0 #0131bc;
}

.login-pages .btn-primary:hover {
    box-shadow: inset 200px 0 0 0 #0131bc;
    border: 1px solid #0131bc;
}
