/* Font Google Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
    margin: 0;
    padding: 0;
}

.thumbnail {
    position: relative;
    font-family: "Poppins", sans-serif;
}

.imgLogo {
    width: 120px;
    height: 100px;
    margin-top: 3rem;
}
.imgLogo2 {
    width: 60px;
    height: 60px;
    margin-top: 3rem;
}

.logoSekolah h4 {
    margin-top: 3rem;
}

.garisAtasLogin {
    max-width: 100%;
    height: 17rem;
    position: relative;
    top: 0;
    left: 0;
}
.garisAtas {
    max-width: 100%;
    position: relative;
    top: 2em;
    left: 0;
}

.cardLogin {
    margin-top: -5rem;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
        rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.webcam {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.tutup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ukuranIcon {
    font-size: 16px;
    padding: 5px;
    background-color: #7d7d7d;
    color: white;
    text-align: center;
}
.ukuranIcon:hover {
    color: white;
}

.buka-tutup {
    display: none;
    font-size: 16px;
    padding: 5px;
    background-color: #7d7d7d;
    color: white;
    text-align: center;
}
/* -------------------------------------------------------------------------------------------------------- */
.selamatDatang {
    font-weight: bold;
    text-align: center;
}
/* Warna abu-abu untuk tombol ketika input kosong */
#login-button.disabled {
    background-color: gray !important;
    border-color: gray !important;
    color: white;
}

/* Warna biru (primary) untuk tombol ketika input sudah terisi */
#login-button.active {
    background-color: #696cff;
    border-color: #696cff;
    color: white;
}

#login-button.active:hover {
    background-color: #8183f9;
    border-color: #8183f9;
}
/* --------------------------------------------------------------------------------------- */
/* .password Icon */
#toggle-password:hover {
    cursor: pointer;
}

.card {
    font-family: "Inter", sans-serif;
    font-size: 18px !important;
}

.bold {
    font-weight: bold;
}
