/* CSS SweetAlert Selesai */
body {
    font-family: "Poppins", sans-serif;
    margin: 0;
}

.login-error-popup {
    width: 300px !important;
    padding: 15px !important;
    border-radius: 10px;
}

.login-error-title {
    font-size: 20px;
    color: #b71c1c;
}

.login-error-content {
    font-size: 16px;
}

.login-error-button {
    background-color: #d32f2f !important;
    color: white !important;
    border: none !important;
    padding: 8px 16px;
    font-weight: bold;
}

.swal2-icon.swal2-error {
    border-color: #ef5350 !important;
    color: #e53935 !important;
}
/* CSS SweetAlert Selesai */
.login {
    width: 60rem;
}
.turun {
    height: 35rem;
    align-items: center;
}
.loggg {
    color: white;
    margin-top: 4rem;
}
.input {
    width: 19rem;
    height: 2.5rem;
    border-radius: 15px;
    border: none;
    padding: 12px 20px;
    color: darkgreen;
    margin-top: 2rem;
    font-size: 15px;
}
.input:focus {
    border: none;
    color: darkgreen;
}
.opt {
    background-color: white;
    width: 19rem;
    height: 2.5rem;
    border-radius: 15px;
    border: none;
    color: darkgreen;
    margin-top: 2rem;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
    appearance: none;
    text-align-last: center;
    text-align: center;
}

.tombol {
    width: 19rem;
    height: 3rem;
    border-radius: 15px;
    border: none;
    background-color: #ffd700;
    color: darkgreen;
    font-weight: 700;
    font-size: 18px;
    margin-top: 2rem;
}

.logo {
    width: 20rem;
    margin-top: 2rem;
    justify-content: center;
    display: flex;
    background-color: white;
    border-radius: 8px;
    padding: 3px;
    column-gap: 15px;
}
.poto-logo {
    width: 4rem;

    display: flex;
    align-items: center;
}
.muncul {
    background-color: darkgreen;
    border-radius: 0px 15px 15px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .hilang {
        display: none;
    }
    .login {
        width: 20rem;
        height: 25rem;
    }
    .loggg {
        color: white;
        margin-top: 1.5rem;
    }
    .muncul {
        border-radius: 15px;
        justify-content: center;
        background-color: rgb(0, 100, 0);
    }
    .input {
        width: 16rem;
        height: 2.5rem;
        border-radius: 15px;
        border: none;
        padding: 12px 20px;
        color: darkgreen;
        margin-top: 1rem;
        font-size: 15px;
    }
    .opt {
        width: 16rem;
        height: 2.5rem;
        border-radius: 15px;
        border: none;
        padding-left: 20px;
        padding-right: 20px;
        color: darkgreen;
        margin-top: 2rem;
        font-size: 15px;
    }
    .tombol {
        width: 16rem;
        height: 3rem;
        border-radius: 15px;
        border: none;
        background-color: #ffee37;
        color: darkgreen;
        font-weight: 600;
        font-size: 16;
        margin-top: 2rem;
    }
    .logo {
        width: 16rem;
        margin-top: 1rem;
        justify-content: center;
        display: flex;
        column-gap: 15px;
    }
    .poto-logo {
        width: 3rem;
    }
}
