body.elementor-page-316:not(.elementor-motion-effects-element-type-background), body.elementor-page-316 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:767px){.elementor-316 .elementor-element.elementor-element-73d3a71 .elementor-column-gap-custom .elementor-column > .elementor-element-populated{padding:20px;}.elementor-316 .elementor-element.elementor-element-73d3a71{margin-top:0px;margin-bottom:100px;}}/* Start custom CSS for shortcode, class: .elementor-element-fd83f86 */.custom-forgot-password {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background: none;
    border-radius: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-top: 10px;

}

.custom-forgot-password h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    text-align: left; /* ✅ Teks rata kiri */
}

.custom-forgot-password p {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
    text-align: left; /* ✅ Teks rata kiri */
}


.custom-forgot-password label {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #333;
}

.custom-forgot-password input {
    width: 100%;
    padding: 10px 15px; /* Pastikan padding untuk spasi dari kiri */
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px; /* Ukuran teks input */
    font-family: Arial, sans-serif; /* Menggunakan font Arial */
    text-align: left; /* ✅ Teks input rata kiri */
    outline: none;
    transition: 0.3s;
    background: white;
    margin-bottom: 25px;
    background-color: #F7F8F9;
}

/* Placeholder agar tetap rata kiri */
.custom-forgot-password input::placeholder {
    font-size: 13px;
    font-family: Arial, sans-serif; /* ✅ Placeholder juga menggunakan Arial */
    color: #aaa; /* Warna placeholder agar lebih soft */
    text-align: left; /* ✅ Placeholder rata kiri */
    line-height: normal; /* Pastikan tidak ada efek tambahan */
}


/* Efek hover dan fokus */
.custom-forgot-password input:focus {
    border-color: #1877f2;
}

/* Untuk iOS (agar placeholder tidak terangkat) */
.custom-forgot-password input:-webkit-autofill {
    line-height: normal !important;
}



.custom-forgot-password button {
  width: 100% !important;
    padding: 10px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: Arial, sans-serif !important;
    color: #fff !important;
    background: linear-gradient(0deg, #003C80 27%, #067BDD 80%) !important;
    box-shadow: 0 2px 0px rgb(71, 126, 255) !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease-in-out !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.custom-forgot-password button:hover {
    background: linear-gradient(90deg, #ff4500, #e63c00);
}

/* Pastikan elemen pesan error & sukses memiliki lebar penuh */
.custom-success,
.custom-error {
    padding: 15px;
    margin-bottom: 30px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-align: left;
    border-radius: 0px;
    display: block;
}

.custom-success {
    background: #e6f9ed;
    border-left: 5px solid #34a853;
    color: #34a853;
    margin-bottom: 10px;
}

.custom-error {
    background: #ffebeb;
    border-left: 5px solid #d93025;
    color: #d93025;
}

.custom-success strong,
.custom-error strong {
    font-weight: bold;
}

.custom-success .email-user {
    font-weight: bold;
    color: #2c7a4b;
}

.custom-success .check-email {
    display: block;
    font-size: 14px;
    margin-top: 8px !important; /* Lebih kecil */
    font-weight: bold;
}

.custom-success .check-spam {
    display: block;
    font-size: 14px;
    margin-top: 2px !important; /* Sangat kecil agar dekat */
    color: #34a853;
}
.kembali-masuk {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; /* Jarak antara ikon dan teks */
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    color: #002E6C;
    text-decoration: none;
    font-size: 14px;
}

.kembali-masuk i {
    font-size: 14px;
    color: #002E6C;
}

.kembali-masuk:hover {
    text-decoration: none;
    color: #002E6C;
}/* End custom CSS */