.login-sliderbox {
    margin-top: 4% !important;
}

.login-box, .register-box {
    margin-top: 3% !important;
}

.login-box {
    height: 450px;
    min-height: 450px !important;
}

.Login_Modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    outline: 0;
}

.modalClose {
    width: 100%;
    font-size: 35px;
    overflow-y: hidden;
    text-align: right;
    float: right;
    color: white;
    object-fit: cover;
    background-color: #c6050d;
}

.fade_Login {
    transition: opacity .0001s linear !important;
}
