table.form-table {
    width: 100%;
    background-color: white;
    border-collapse: collapse;
    font-size: 100%;
    font-weight: normal;
    line-height: 160%;
}

table.form-table th,
table.form-table td {
    border: 1px solid #ADC3D5;
    padding: 5px 5px;
    vertical-align: top;
}

table.form-table th {
    background-image: url(images/table_head.gif);
    background-repeat: repeat-x;
    text-align: left;
    color: #25639A;
}

table.form-table td {
    padding: 15px 5px;
}

.form-required {
    color: red;
}

.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(images/icon_warn.gif);
}

.alma_fname {
    display: none;
}

.form-site--vert-new .form-site__content-new {
    display: block !important;
}

.form-site__fields-new {
    flex-wrap: wrap !important;
}

.form-site__fields-new input[type=text] {
    width: 100% !important;
    margin-bottom: 10px !important;
}

.form-site-new .input-check__text {
    color: black !important;
}

.form-site-new .input-check {
    display: flex !important;
    justify-content: center !important;
    margin-top: 20px;
    max-width: none !important;
}

.form-site__btn-new .input-check__mark::after {
    background: #5ca4d8 !important;
}

.form-polit-msg {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}


/* .leave-request {
    margin-bottom: 0 !important;
    margin-bottom: -83px !important;
} */

@media (max-width: 767px) {
    .form-site__fields {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-around !important;
    }
    .form-site__fields-new input[type=text] {
        margin: 0 0 10px !important;
    }
}