.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.form-container {
    max-width: 500px;
    margin: 50px auto;
    padding: 30px;
    background: rgb(20, 53, 136);
    border-radius: 5px;
    color: white;
}

.input-group-text {
    background: rgb(204, 42, 42);
    color: black;
    border: none;
}

.form-control {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
}

.form-control::placeholder {
    color: rgb(255, 255, 255);
}

.btn-custom {
    background: rgb(25, 97, 232);
    border: none;
    width: 100%;
    padding: 10px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-custom:hover {
    background: rgb(207, 43, 43);
}

.modalidad-btns .btn {
    width: 48%;
}

label {
    font-weight: bold;
}