section.premium-membership {
    background: url('../images/about-us/membership-form.png');
    background-size: cover;
    height: 1158px;
    width: 100%;
}

section.premium-membership .membership-form {
    width: 584px;
    height: auto;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 45px;
    margin: 100px 0 0;
    float: right;
}

section.premium-membership .membership-form h1 {
    font-family: 'Nexabold';
    font-weight: 700;
    font-size: 32px;
    color: #066277;
}

section.premium-membership .membership-form form {
    margin: 60px 0 0;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #D1D1D1;
}

input.form-control,
select#inputState {
    border-radius: 50px;
}

select#inputState {
    margin: 0 0 30px;
}

section.premium-membership .membership-form form .form-row {
    position: relative;
}

section.premium-membership .membership-form form .form-row .form-group {
    width: 100%;
}

section.premium-membership .membership-form form .form-row .form-group select#inputState {
    width: 13%;
    border: none;
    position: absolute;
    top: 35px;
    padding: 0;
    left: 10px;
    height: 30px;
    border-radius: 0px;
    border-right: 1px solid #ccc;
}

section.premium-membership .membership-form form .form-row input.form-control {
    padding: 0 80px 0;
}

input.form-control::placeholder {
    color: #C7C7C7;
}

section.premium-membership .membership-form form .form-check-label {
    font-weight: 400;
    font-size: 16px;
    color: #2A2A2A;
    margin-left: 24px;
}

section.premium-membership .membership-form form .form-check-input {
    margin-left: 0;
}

section.premium-membership .membership-form form button.btn.btn-primary {
    background: #40B9EA;
    border-radius: 50px;
    padding: 18px;
    border: none;
    width: 100%;
}


@media (min-width: 320px) and (max-width: 767px) {
    section.premium-membership .membership-form {
        width: 100%;
        padding: 20px;
        margin: 50px 0 0;
    }

    section.premium-membership .membership-form h1 {
        font-size: 18px;
    }

    section.premium-membership .membership-form form {
        margin: 20px 0 0;
    }

    section.premium-membership {
        height: auto;
        padding-bottom: 40px;
    }

    section.premium-membership .membership-form form button.btn.btn-primary {
        padding: 10px;
    }

    section.premium-membership .membership-form form .form-row .form-group select#inputState {
        width: 16%;
    }

    section.premium-membership .membership-form form .form-row input.form-control {
        padding: 0 0 0 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.premium-membership {
        height: auto;
        width: 100%;
        padding-bottom: 50px;
    }

    section.premium-membership .membership-form {
        width: 90%;
        height: auto;
        padding: 40px;
        margin: 40px auto 0;
        float: none;
    }
}

.table {
    font-family: 'Roboto' !important;
}

.table tr th,
.table tr td {
    font-size: 16px;
}

.signup.two a,
.signup.one a,
.signup.three a,
.table tr td a.second,
.table tr td a.first,
.table tr td a.third {
    padding: 8px 36px 8px !important;
}

p.first {
    font-family: RobotoBold;
}

p.second {
    margin: 24px 0 36px;
    font-size: 15px;
    font-family: Roboto;
    font-weight: 800;
}

.signup.two a,
.signup.one a,
.signup.three a,
.table tr td a.second,
.table tr td a.first,
.table tr td a.third {
    padding: 10px 36px 8px !important;
}

.table tr td.last {
    border-right: none !important;
}

section.membership-descriptions {
    margin: 40px 0 32px !important;
}

.shipper {
    padding: 0 0 50px;
}

section.membership-descriptions .row.program {
    padding: 0px 20px 20px !important;
}

.shipper-text p {
    font-family: 'Roboto';
}
