.thm-btn.thm-btn-login {
    line-height: 35px !important;
}

.portal-table > thead > tr > td {
    font-weight: bold;
    color: white;
    font-size: 18px;
}

.portal-table > tbody {
    background-color: white;
    font-size: 14px
}

.form-select-lg {
    padding-top: 0.5 rem;
    padding-bottom: 0.5 rem;
    padding-left: 1 rem;
    font-size: 1.25rem;
}
.mb-3 {
    margin-bottom: 1 rem !important;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375 rem 2.25 rem 0.375 rem 0.75 rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-family: 'Lato';
    font-size: 16px;
    color: #999999;
    border: none;
    height: 45px;
}

.form-select:focus-visible{
    border: none;
    outline: none;
}

.repayment-figure {
    font-size: 30px;
}

.vehicle-request {
    margin-top:2rem;
    padding: 2rem 0; 
    border-radius:.7rem
}
    .vehicle-request {
        padding: 2rem 2rem;
        border-radius: .7rem
    }

    .vehicle-request:nth-child(even) {
        background: #091d3e;
    }
    .vehicle-request:nth-child(odd) {
        background: #232e3e;
    }

.files div {
    margin-bottom: 1rem;
}

.newMessage {
    display: block;
    width: 30%;
    margin: 0px auto;
}

.reg-document {
        width: 100px;
        height: 100px;
    }