/********************************************/
/*              General CSS                 */
/********************************************/

html {
    height: 95%;
}

body {
    height: 100%;
    position: relative;
    padding: 0;
}

#wlgr-main {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 239px;
    margin: 0;
    padding: 0;
}
/* *** IMPORTANT: ***
   DON'T CHANGE ANY CSS ABOVE THIS LINE AS IT MAY DESTROY THE GREETING SCREEN
*/

#wlgr-main p {
    font-family: Arial, Helvetica, sans-serif;
    color: #78D7DA;
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
}

#wlgr-main h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 44px;
    line-height: 16px;
    /* margin-top: 0; */ 
 margin-bottom: 4%;
}

#wlgr-main a {
color: #cdcdcd;
    border: 0;
    text-decoration: underline;
    font-weight: normal;
    font-size: 24px;
    background: transparent;
}

@media only screen and (max-width: 767px) {
    #wlgr-main {
        min-height: 360px;
    }
}

/********************************************/
/*           Page Elements Fields           */
/********************************************/

.wlrg_logo {
margin-left: 10%;
	width: 80%;
margin-top: 50%;
}

.wlrg_tagline {

}

.wlrg_subtext {

}

/********************************************/
/*         Registration Form Design         */
/********************************************/

.wlrg_form_header {
margin-top: 43%;

}

.wlrg_before_form_text {

}

.wlrg_registration_form {

}

.wlrg_after_form_text {
   

}


/********************************************/
/*         Registration Fields CSS          */
/********************************************/

#wli_email_field {

    width: 50%;
    height: 35px;

}

#wli_firstname_field {

    width: 50%;
    height: 35px;

}

#wli_lastname_field {
    width: 50%;
    height: 35px;
}

#wli_submit_button {
    color: #000;
    font-size: 16px;
    border: 0;
    background: #FF8208;
    margin-top: 1%;
    width: 50%;
    height: 40px;
}

#wli_submit_button:disabled {
    color: #000;    font-size: 16px;
    border: 0;
    background: #9B9A99;
    margin-top: 1%;
    width: 50%;
    height: 40px;
}

.field_error {
    background-color: #FFCDCD;
    border: 1px solid rgb(255, 132, 132);

}



/********************************************/
/*                Custom CSS                */
/********************************************/