h5.title {
    font-size: 28px;
}
@media (max-width:768px) {
    h5.title {
        font-size: 24px;
    }
}
.auth-one-bg {
    background-position: center;
    background-size: cover;
    background-image: url('../images/login-bg3.jpg');
    background-position: 50% 55%;
    background-repeat: no-repeat;
    background-size: cover;
}
.auth-one-bg .bg-overlay {
    background: linear-gradient(to right, var(--vz-primary-text-emphasis), var(--vz-primary));
    opacity: .6;
}
.auth-one-bg-position {
    height: 50vh !important;
}