/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.7.1644398207
Updated: 2022-02-09 04:16:47

*/




.new-registration-form {
    max-width: 960px;
    background: #fff;
    box-shadow: 0 4px 25px -2px rgb(0 0 0 / 7%);
    padding: 50px 50px!important;
    border-radius: 4px;
}

.new-registration-form h2.gform_title {
    color: #0c2933;
    font-size: 3.158rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 3rem;
    text-transform: capitalize;
}

.new-registration-form label {
    padding-bottom: 8px;
    margin-top: 10px;
    color: #444;
}

.new-registration-form input {
    background: #e9f0fe;
    border-color: #d6e2ff;
    height: 64px;
	border-radius: 4px;
}

.new-registration-form input:focus, .new-registration-form input:hover {
    border-color: #66afe9;
}

.new-registration-form input#gform_submit_button_10 {
    transition: .75s ease all !important;
    color: rgb(255, 255, 255);
    font-size: 1.25rem;
    font-weight: 600;
    box-shadow: 0 0 0;
    background-color: rgb(0, 126, 193);
    width: 100% !important;
    padding: 25px 0 25px 0;
    border-width: 0;
    border-radius: 0;
    height: auto;
    cursor: pointer;
}
.new-registration-form input#gform_submit_button_10:hover {
    background: #fcb715;
}


.new-login-form {
    max-width: 800px;
    background: #fff;
    box-shadow: 0 4px 25px -2px rgb(0 0 0 / 7%);
    padding: 50px 50px!important;
    border-radius: 4px;
}

.new-login-form h3.gform_title {
    color: #0c2933;
    font-size: 3.158rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 3rem;
    text-transform: capitalize;
}

.new-login-form label {
    padding-bottom: 8px!important;
    margin-top: 10px;
    color: #444;
    font-weight: 600;
}
.new-login-form #input_1, .new-login-form #input_2 {
    background: #e9f0fe;
    border-color: #d6e2ff;
    height: 64px;
    border-radius: 4px;
    width: 100%;
}
.new-login-form input.gfield-choice-input {
    width: 25px;
    height: 25px;
}



.new-login-form input.gform_button.button {
	transition: .75s ease all;
    color: #ffffff;
    background: #0c2933;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 20px;
    width: 100%;
    border: 0;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: .5px;
    text-transform: capitalize;
}
.new-login-form input.gform_button.button:focus, .new-login-form input.gform_button.button:hover {
    background: #007ec2;
}

.new-login-form nav.gf_login_links a {
    color: #0c2933;
    font-size: 15px;
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
    padding-right: 10px;
}


.referral-portal-user-area .et_pb_text_inner {
    max-width: 800px;
    margin: auto;
}
.referral-portal-user-area h2 {
    text-align: center;
    font-size: 3.158rem;
	line-height:1.2;
    color: #fff;
}

.submit-referral-text h3 {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 600;
}

.referal-form legend, label {
    font-family: neue-haas-unica, helvetica, sans-serif !important;
    color: #444;
}
.referal-form input, .referal-form select {
    font-size: 20px!important;
    font-weight: normal;
    border-color: rgb(117, 117, 117);
    border-width: 2px;
    border-radius: 0;
    height: 70px;
}
.referal-form input.gfield-choice-input {
    height: 35px;
}
.referal-form p {
    font-size: 15px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    line-height: 2;
}

.referal-form input.gform_button.button {
    transition: .75s ease all;
    color: rgb(255, 255, 255);
    font-size: 25px!important;
    font-weight: 600;
    box-shadow: 0 0 0;
	cursor:pointer;
    background-color: rgb(0, 126, 193);
    width: 100%;
    padding: 25px 0 25px 0;
    border-width: 0;
    border-radius: 0;
    height: auto;
}
.referal-form input.gform_button.button:hover {
    background-color: rgb(251, 183, 21);
}
.submit-your-referral-here {
    padding: 30px;
}



@media(min-width:981px){
.box-margin-history .et_pb_column {
    margin: 0px;
    width: 33.333333%;
}
.submit-your-referral-here {
    padding: 80px!important;
}
}



@media(max-width:700px){
.new-registration-form h2.gform_title {
    font-size: 2.5rem;
	line-height:1.4;
}
.new-login-form h3.gform_title {
    font-size: 2.5rem;
	line-height:1.4;
}
.referral-portal-user-area h2 {
    font-size: 2.3rem;
}
.submit-referral-text h3 {
    font-size: 2rem;
}
}


