body{
    font-family: 'Nunito', sans-serif;
}
.authContainer{
    min-height: 100vh;
}
.centerContent{
    height: calc(100% - 90px);
}
.hanyaSakumas{
    font-size: 24px;
    color: #F18921;
    font-weight: 700;
}
.nikmatiKemudahan{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #888888;
    font-weight: 600;
}
.authCard{
    width: 400px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
    font-family: inherit !important;
}
.authCard .card-body .card-title{
    color: #14558F;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.authCard .card-body .subTitle{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    margin-top: 0;
}
.formContainer{
    margin-top: 10px;
    width: 100%;
}
.form-label{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
}
.form-control{
    background-color: #F1F1F1;
    outline: none;
    border: none;
}
.switchAuth{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #1a1a1a;
}
.switchAuth a{
    color: #F18921;
}
.btnCustomPrimaryOutline{
    height: 40px;
    line-height: 20px;
    border: 3px solid #F18921;
    color: #F18921 !important;
}
.btnCustomPrimary{
    height: 40px;
    line-height: 20px;
    background-color: #F18921;
    border: 3px solid #F18921;
    color: white !important;
}
.btnCustomSecondary{
    height: 40px;
    line-height: 20px;
    background-color: #228EEF;
    border: 3px solid #228EEF;
    color: white !important;
}
.btnCustomSecondaryOutline{
    height: 40px;
    line-height: 20px;
    border: 3px solid #228EEF;
    color: #228EEF !important;
}
.btnCustomPrimaryOutline:hover{
    background-color: #FCE7D3 !important;
    border: 3px solid #F18921;
}
.btnCustomPrimary:hover{
    background-color: #D97B1E !important;
    border: 3px solid #D97B1E;
}
.btnCustomPrimary:disabled{
    color: black !important;
    background-color: #bebdbd !important;
    border: 3px solid #acacac;
}
.btnCustomSecondary:hover{
    background-color: #2777bd !important;
    border: 3px solid #2777bd;
}
.btnCustomSecondaryOutline:hover{
    background-color: #bad8f3 !important;
    border: 3px solid #228EEF;
}
@media (max-width: 991px) { 
    .publicIllustration{
        display: none;
    }
}
@media (max-width: 420px) { 
    .authCard{
        width: 100%;
    }
}
.minimalPassword{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #CF3030;
    font-weight: 500;
}
.syaratDanKetentuan{
    padding: 0;
}
.modalTitleSyaratKetentuan{
    font-family: inherit;
    font-weight: 700;
    font-size: 30px;
}
.content_syarat{
    font-family: 'Montserrat', sans-serif;
}
.content_syarat h2{
    font-family: inherit;
    font-weight: 500;
    font-size: 24px;

}
.inputs input {
    width: 40px;
    height: 40px;
    background-color: #e9e9e9;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.footerCopyright{
    font-size: 18px;
    color: #999999;
    font-weight: 600;
}