body {
    padding-top: 1rem;
    background-color: #f5f7fb;
}

label.form-check-label {
    font-size: 13px;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #ddd;
}

.h-custom {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

.form-control-lg {
    font-size: 14px !important;
}

.form-label {
    margin-bottom: .3rem !important;
    font-size: 14px;
}

p.small {
    font-size: 12px !important;
}

.scrollSpy {
    height: 320px;
}

a {
    font-size: 13px;
}

a.daftar-akun {
    font-size: 13px;
}

a.login-akun {
    font-size: 13px;
}

button[type=submit] {
    font-size: 15px;
}

.invalid-feedback {
    font-size: 12px;
}

.iconGenerate {
    font-size: 10px;
}

.textGenerate {
    font-size: 10px;
    padding-left: 3px;
}

.btn-login{
    background-color: #453391;
    color: #faf7fe;
    font-weight: 600;
}
.btn-login:hover{
    background-color: #453391;
    color: #faf7fe;
}

.input-group-text{
    background-color:#e9e1f3;
}

.card-login{
    background-color:#f5f7fb;
}