* {
    font-family: "Poppins", sans-serif;
}

body {
    background: linear-gradient(to bottom, #e3f2f1, #ffffff) !important;
    margin: 0 !important;
    height: 100vh !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-image: url(/assets/img/loginbg.png) !important;
    background-size: cover !important; /* Agar gambar menutupi seluruh area */
    background-position: bottom center !important; /* Posisikan di tengah */
    background-attachment: fixed !important; /* Gambar tetap saat scroll */
    background-repeat: no-repeat !important; /* Hindari pengulangan gambar */
}

.text-black {
    color: #000000 !important;
}

.login-container {
    text-align: center;
}

.logo-container {
    margin-bottom: 20px;
}

.avatar {
    width: 90px !important;
    height: 90px !important;
    border-radius: 50% !important;
    background-color: #f0f0f0 !important;
}

h2 {
    font-weight: bold;
    font-size: 27px;
}

.login-box {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    width: 550px;
    margin: auto;
}

h3 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: start;
    padding-left: 0px;
}
p {
    text-align: start;
    padding-left: 0px;
    font-weight: 400;
}

@media (max-width: 250px) {
    .avatar {
        width: 40px;
        height: 40px;
    }
    h2 {
        font-weight: bold;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .avatar {
        width: 60px;
        height: 60px;
    }
    h2 {
        font-weight: bold;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .login-box {
        width: 90% !important; /* Menyesuaikan pada layar kecil */
    }

    .avatar {
        width: 90px;
        height: 90px;
    }
    h2 {
        font-weight: bold;
        font-size: 24px;
    }
}

.form-group {
    text-align: left;
    margin-bottom: 20px;
}

.form-control {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 0 10px;
}

.btn-primary {
    background-color: #5d7f5a !important;
    border: none !important;
    width: 180px !important;
    padding: 10px !important;
    border-radius: 5px !important;
}

.btn-primary:hover {
    background-color: #354833 !important;
}

.forgot-password {
    font-size: 14px !important;
    color: #5d7f5a !important;
}

.register-link,
.login-link {
    margin-top: 20px;
    font-size: 14px;
}

.partner-link {
    font-size: 14px;
}

.register-link a,
.login-link a,
.partner-link a {
    color: #28a745;
    text-decoration: none;
}

.register-link a:hover,
.login-link a:hover,
.partner-link a:hover {
    text-decoration: underline;
}

.modal {
    align-content: center;
}
