form {
    z-index: 1;
}
.loginContent > .loginText {
    text-align: center;
}
@media screen and (max-height: 730px) {
    .heightAuto {
        height: auto;
    }
}
@media screen and (min-width: 768px){
    .loginBox {
        width: 469px !important;
    }
}
