/* Add here all your CSS customizations */
body.bg_login {
	background: url('../image/login_cover.jpg') no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
}
.bg_login .body-sign {
    height: 100vh;
}

.datepicker.dropdown-menu {
    z-index: 1022;
}

@media only screen and (max-width: 640px) {
    .request-in-form {
        position: absolute !important;
    }
}
