html, body {
    height: 100%;
    margin: 0;
}

.content-login,
.content-register {
    min-height: 100vh;
    background: url("https://hrms.pic-solusiindonesia.com/hrms/static/img/3022.jpg") no-repeat center center;
    background-size: cover;
}

.card {
    border-radius: 8px;
}


.logo-kemeskes {
    width: 90px;
}

.logo-bpfk {
    width: 205px;
}

.logo-simpel {
    height: 30px;
    vertical-align: bottom;
}

.content-login .bg-primary {
    background: linear-gradient(to right, #0083b0, #00b4db);
}

#form-register-customer .form-group {
    margin-bottom: 1rem;
}

.g-recaptcha {
    transform: scale(0.8);
    transform-origin: 0 0;
}