.ias-login-page .version-text{
    font-size: 14px;
}

.login-register-custom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
}

@media (min-width: 320px) {

    .login-register-custom {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .card-custom {
        height: 650px;
    }

    .login-box-custom {
        justify-content: center;
    }
}

@media (min-width: 641px) {
    .login-register-custom {
        background-size: cover;
    }

    .card-custom {
        height: 100%;
    }

    .login-box-custom {
        justify-content: flex-end;
    }
}
