

.title {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #D91F26;
    font-size: 64px;
    text-transform: uppercase;
    line-height: 72px;
    display: flex;    
    align-items: center;
}
.details {
    font-family: Figtree-Regular, sans-serif;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.form-container {
    border-radius: 5px;
    border: 1px solid #5E7FB1;
    background-color: #ffffff;
    padding: 32px;
}
.form-container .form-group {
    margin-bottom: 28px;    
}
.form-container .form-control.no-border {
    line-height: 1;
}
.form-container .form-control {
    border-radius: 0;
    border: 1px solid #505965;
    color: #222222;
    font-family: Figtree-Regular, sans-serif;
    font-size: 12px;
}
.form-container .form-control::placeholder {
    color: #222222;
    font-family: Figtree-Regular, sans-serif;
    font-size: 12px;
}
.form-container textarea {
    min-height: 98px;
}
.form-title {
    color: #326E45;
    text-transform: uppercase;
    text-align: center;
    font-family: Figtree-Bold, sans-serif;
    font-size: 24px;
}
.form-container .submit-btn {
    color: #ffffff;
    background-color: #D91F26;
    text-transform: uppercase;
    text-align: center;
    font-family: Figtree-Bold, sans-serif;
    font-size: 24px;
    width: 100%;
    line-height: 24px;
}
.fleet-logo-container {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}
@media only screen and (max-width: 576px) {
    .form-container form input {
        min-height: 45px;
    }
    .form-container form input, .form-container form textarea {
        font-size: 16px;    
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
@media only screen and (max-width: 1024px) {
    .light-bg {
        padding-top: 48px;
    }
    .light-bg .details {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .title-second {
        margin-top: 48px;
    }
}
@media only screen and (min-width: 1024px) {
    .title {
        justify-content: center;
    }
}
.red-bg {
    background-color: #D91F26;
}

.red-bg .white-heading {
    text-align: center;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: GothamCondensed-Bold, sans-serif;
    color: #ffffff;
    font-size: 54px;
    text-transform: uppercase;
    line-height: 40px;
    
}
@media only screen and (max-width: 991px) {
    .red-bg.last-bg {
        margin-top: 2rem;
    }
}
