@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

.questrial-regular {
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
  }

.bg-login {
    background-image: url(../../../assets/images/bg-login.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.selamat {
    margin-top: 300px;
    color:rgb(127, 123, 119);
    font-size: 70px;
    text-align: center;
    font-weight: 100;
}
.absensi {
    font-family: ;
    margin-top: -40px;
    color: #C5C5C4;
    letter-spacing: 0.2em;
    font-size: 24px;
    text-align: center;

    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.bg-bawah {
    background-color: #0D0602;
    border-top-left-radius: 100% 200px;
    border-top-right-radius: 100% 200px;
    height: max-content;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.login {
    display: flex;
    justify-content: center;
}

.daftar {
    display: flex;
    justify-content: center;
    color: red ;
}

.button-login {
    border-width: 1px;
    border-style: solid;
    border-color: white;
    color: white;
    width: max-content;
    height: max-content;
    background-color: #906042;
    padding: 8px 50px 8px 50px;
    text-decoration: none;
    border-radius: 0.5rem;
    margin-top: 50px;
    margin-bottom: 30px;

    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    font-size: 1.2rem;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.2em;
}

.button-daftar {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(50, 238, 17);
    color: white;
    width: max-content;
    height: max-content;
    background-color: #f3b462;
    padding: 8px 50px 8px 50px;
    text-decoration: none;
    border-radius: 0.5rem;
    margin-top: 50px;
    margin-bottom: 30px;

    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    font-size: 1.2rem;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.2em;
}


.logo {
    width: 150px;
    height: 150px;
    margin: 50px auto 0 auto;
}

.masjid {
    margin: 20px auto 0 auto;
    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    font-size: 2rem;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.1em;
    display: block;
    color: #C5C5C4;
}

.depok {
    font-size: 1.8rem;
    font-weight: 100;
    margin: 20px auto 50px auto;
    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.5em;
    display: block;
    color: #C5C5C4;
}

@media (max-width: 700px) {
    .masjid {
        font-size: 1.3rem;
    }
    .depok {
        font-size: 1.1rem;
    }
}
