.home-login {
    display: flex;
    justify-content: center;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.home-login-main {
    max-width: 768px;
    /* display: flex;
    justify-content: center; */
    background-color: white;
    height: 100%;
}

.home-login .box-login {
    padding-left: 8%;
    padding-right: 8%;
}

.bg-head img {
    max-width: 100%;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-bleach {
    width: 210px;
}

.box-item.main-login {
    padding-top: 10px !important;
}

.main-footer {
    max-width: 768px;
    left: unset !important;
}

.main-footer .links {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.main-footer .links a {
    padding: 10px;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-login-main .wrapper-pay {
    background: none;
}

.main-footer {
    background-color: #0070c0 !important;
}
