header.landing-saas4 {
    background-color: #F5FBFF !important;
}

/* Styling Modal Container */
.custom-modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Tombol Close di Pojok Kanan */
.custom-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    z-index: 10;
    opacity: 0.5;
}

/* Tombol Google Kustom */
.btn-google {
    background-color: #1a45b8; /* Biru tua sesuai gambar */
    border: none;
    position: relative;
    padding: 9px;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.btn-google:hover {
    background-color: #153a9e;
}

.google-icon-wrapper {
    background-color: #fff;
    width: 40px;
    height: 38px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Divider "Or sign in..." */
.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #6c757d; /* Warna teks abu-abu */
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e9ecef;
}

.divider span {
    padding: 0 15px;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Input Fields */
.custom-input {
    border-radius: 6px;
    padding: 20px 15px; /* Padding lebih besar biar mirip desain */
    height: auto;
    font-size: 0.95rem;
    background-color: #fff;
    border: 1px solid #ced4da;
}

.custom-input:focus {
    box-shadow: none;
    border-color: #1a45b8;
}

/* Tombol Sign In Utama */
.custom-btn-blue {
    background-color: #1a45b8;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    padding: 12px;
}

.custom-btn-blue:hover {
    background-color: #153a9e;
}

/* Text Colors */
.text-primary {
    color: #1a45b8 !important; /* Override warna biru standar bootstrap */
}
