.dfo_login_page {
    background-image: url("../images/login/heymoto_dfo_login.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    height: 100vh;


}

.wrapper-page {
    /* position: absolute;
    max-width: 420px;
    left: 50%;
    top: 50%;
    transform: translate(50%, 25%);
    max-width: 420px;
    width: 100%; */

    position: absolute;
    max-width: 420px;
    right: 5%;
    top: 25%;
    max-width: 420px;
    width: 100%;
}

.account-content {
    background-color: #fff;
    border-radius: 15px;

}

.signin_title {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    color: #0066b1;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .wrapper-page {
        left: 50%;
        top: 50%;
        right: unset;
        transform: translate(-50%, -50%);
    }
}