.alert {
    font-size: 12px;
}

.form-label-spmb {
    margin-top: -40px !important;
}

.footer-second {
    font-size: 12px;
    margin-bottom: 10px;
}

.jumbotron {
    min-height: 100dvh;
    color: white;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-image-overlay {
    background-color: rgba(0, 0, 0, 0.618);
}

.bg-glass {
    background-color: rgba(255, 255, 255, 0.17);
    border-radius: 30px;
    padding: 4px 20px;
}

#formulir {
    display: flex;
    align-items: center;
}

#formulir::after {
    flex: 1;
    content: "";
    padding: 0.5px;
    background-color: #2c2c2c44;
    margin: 15px;
}

.btn-to-formulir {
    width: 800px;
}

.icon-to-formulir {
    margin-top: -4px;
    font-size: 38px !important;
}

.dekripsi-to-formulir {
    margin-top: -10px !important;
    font-size: 14px;
    color: dimgray;
}

.spmb-nama-sekolah {
    font-size: 60px;
    font-weight: 800;
}

.spmb-text-penjelasan {
    width: 600px;
    margin: auto;
    font-size: 12px;
}

.spmb-text-welcome {
    font-size: 26px;
    background-color: rgba(255, 255, 255, 0.17);
    border-radius: 30px;
    padding: 4px 20px;
}

.spmb-section-text {
    margin-top: 100px;
}

.spmb-card-cmb {
    min-height: 300px;
}

.spmb-data-cmb {
    font-size: 12px;
}

.spmb-judul-data {
    display: flex;
    align-items: center;
}

.spmb-judul-data::after {
    flex: 1;
    content: "";
    padding: 0.5px;
    background-color: #2c2c2c44;
    margin: 15px;
}

@media only screen and (max-width: 800px) {
    .btn-to-formulir {
        max-width: 300px;
    }

    /* .dekripsi-to-formulir {
                margin-top: -10px !important;
                font-size: 12px;
                color: dimgray;
            } */

    .spmb-nama-sekolah {
        font-size: 40px;
        font-weight: 800;
    }

    .spmb-text-penjelasan {
        max-width: 360px;
        margin: auto;
        font-size: 12px;
    }

    .spmb-section-text {
        margin-top: 40px;
    }
}
