/* 
| Customs Style for Auth 
*/
.input-group-text {
    width: 40px !important;
}

.alert>h4 {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.alert .icon {
    margin-right: 5px;
}

.login-box,
.register-box {
    width: 400px;
}

@media (max-width: 576px) {
    .login-box, .register-box {margin-top: .5rem; width: 90%;}
}

/* custom.css - opsional untuk custom styling tambahan */
.text-danger,
.text-danger.small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}