/*****************************
Modal Header
******************************/
.modal-form .back {
    font: 20px/20px Red Hat Display Regular;
    color: #000000;
    text-transform: uppercase;
    padding: 24px 0 0 31px;
    background: inherit;
}

/*****************************
Modal Body
******************************/
.modal-form .col-lg-12 i {
    margin-right:5px;
}

.modal-form .modal-body .row{
    margin-bottom: 9px;
}

.modal-form .label {
    font: 30px/45px Nunito Sans SemiBoldItalic;
    color: #000000;
    padding-left: 0;
}

/*****************************
Checkboxes
******************************/
.modal-form .check_con input:checked ~ .checkbox_mark:after {
    margin-top: -4px;
}

.modal-form .row.check span,
.modal-form .row.check label {
    margin-top: 4px;
    font: normal normal normal 15px/21px Red Hat Display Regular;
}

.modal-form .row.check .col-lg-7 div {
    font: 12px/15px Red Hat Display Regular;
    color: #000000;
    margin-bottom:5px;
}

.modal-form  .row.check .col-lg-7 div input {
    margin-right:7px;
}

#refer_form .cb2_sub {
    padding-left: 20px !important;
}
/*****************************
Modal footer
******************************/
.modal-form .modal-footer .row .col-lg-12 {
    flex-direction: column
}

.modal-form button[type='submit'] {
    background: #BCBCBC 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 6px #00000062;
    border-radius: 63px;
    font: 17px/21px Nunito Sans Bold;
    color: #9D9D9D;
    text-transform: uppercase;
    height:50px;
    outline:0;
    padding-left: 30px;
    padding-right: 30px;
}
