* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container__form {
    display: flex;
    width: 100%;
}

.alumni-buku {
    display: none;
}

.alert-custom {
    margin-top: 700px;
}

form {
    width: 50%;
    height: 100vh;
    background-color: #f3f6f9;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 100px;
    gap: 18px;
}

.img-android {
    display: none;
}

.login__text {
    font-size: 25px;
    font-weight: 600;
    color: #2980b9;
}

.siatex__info {
    width: 50%;
    background: url(../assets/siatex-family.png);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.siatex__info-blur {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #2980b9;
    opacity: 0.9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.siatex__components {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 9999;
}

.siatex__text {
    color: white;
    font-weight: 700;
    font-size: 50px;
}

.siatex__text-info {
    color: white;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.card {
    width: 500px;
    padding: 15px;
    padding-right: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
}

.card__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.text__account-helper,
.text__buku-tamu {
    color: #2980b9;
    font-weight: 600;
    font-size: 14px;
    padding-right: 30px;
}

a {
    width: 150px;
    cursor: pointer;
}

/* WEB RESPONSIVE */
/* ANDROID DEVICE*/
@media (max-width: 576px) {
    .container__form {
        height: 100vh;
    }

    form {
        width: 100%;
        height: 100vh;
        padding: 450px 30px !important;
    }

    .alumni-buku {
        display: block;
    }

    .container-logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .img-android {
        display: flex;
        justify-content: center;
    }

    .siatex__info {
        display: none;
    }
}

/* TABLET DEVICE */
@media (max-width: 768px) {
    .container__form {
        height: 100vh;
    }

    .alumni-buku {
        display: block;
    }

    .container-logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .img-android {
        display: flex;
        justify-content: center;
    }


    form {
        width: 100%;
        height: 100vh;
    }

    .siatex__info {
        display: none;
    }
}