body {
    font-size: 20px;
    font-weight:300;
}

small, .small {
    font-weight: 300;
}
.banner {
    position: relative;
}

td {
    vertical-align: top;
}

.banner .content {
    position: absolute;
    bottom: 2rem;
    width: 80%;
    left: 10%;
    font-size: 1.5em;
}

    .banner .content h1 {
        font-size: 2rem;
        font-weight: 300;
    }

    .banner .content a {
        padding: .5rem 4rem;
        font-size: 1.5rem;
    }

.btn {
    padding: .5rem 2rem;
}

    .btn.btn-primary,
    a.btn.btn-primary {
        background-color: var(--color-plt-blue-dark);
        border: none;
        box-shadow: none;
        color: #fff;
    }

    .btn.btn-gold,
    a.btn.btn-gold {
        background-color: var(--color-gold);
        border: none;
        box-shadow: none;
        color: #fff;
    }

table.collapsing {
    width: 100%;
    margin-top: 3rem;
}

    table.collapsing td {
        display: block;
        margin: 0 auto;
    }

.inputBox-lable, .labelTxt {
    position: absolute;
    top: 0;
    font-size: 12px;
    line-height: 12px;
    display: none;
    font-weight: normal;
}

.mandy_notfilled {
    border: 1px solid #D60000 !important;
    background: #ffffff;
    color: #D60000;
}

.errorCode, .errorCode2 {
    color: #D60000;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 14px;
    width: 100%;
    float: left;
    height: 20px;
    text-align: left;
    padding-top: 7px;
}

.form-section .input-box {
    width: 100%;
}

.input-box {
    color: #fff;
    background: #fff;
    outline: 0px;
    border: 0px;
    border-radius: 6px;
    padding: .5rem 20px .5rem 18px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #333333;
    border: 1px solid #F6F6F6;
    width: 100%;
    -webkit-appearance: none;
    margin: 1rem 0 0 0;
}

select.input-box {
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
}


.type5 .errorCode, .type5 .errorCode2, .type6 .errorCode, .type6 .errorCode2 {
    height: 40px;
}

.inputField input {
    font-size: 16px;
}

input[type="checkbox"] {
    padding: .5rem;
    border-radius: 1rem;
}

.border-xl {
    border-bottom: solid 1px #000;
}

#preferrm {
    height: 50vw
}

.fixedbottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
}
footer {
    background-color: var(--color-background-grey-dark);
}

@media(max-width: 576px){
#preferrm {
  background-image: url(../img/prefer-to-RM.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
}

@media(min-width: 576px) {
    #preferrm {
        height: 270px;
        background-image: url(../img/prefer-to-RM.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

@media(min-width: 768px) {
    #preferrm {
        height: 360px
    }
}

@media(min-width: 992px) {
    table.collapsing {
        margin-top: 0;
    }

        table.collapsing td {
            display: table-cell;
            margin: unset;
        }

    .border-xl {
        border-right: solid 1px #000;
        border-bottom: none;
    }

    #preferrm {
        height: 240px
    }
}

@media(min-width: 1200px) {
    .banner .content {
        bottom: 8rem;
        width: 800px;
        left: calc(50% - 400px);
    }

        .banner .content h1 {
            font-size: 4rem;
        }
    #preferrm {
        height: 285px
    }
}


@media (min-width: 1920px) {
    #preferrm {
        height: 360px
    }
}
