/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 25 2020 | 14:08:19 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#user_email, .wcfm_email_verified_input, #store_name, #passoword, #confirm_pwd, #first_name, #last_name {
		border-radius: 10px !important;
    height: 50px !important;
    background-color: rgb(245, 244, 244) !important;
}
.wcfm_email_verified_button  {
    margin-top: 0px !important;
    height: 50px;
    border-radius: 10px !important;
    background: #000 !important;
    text-transform: capitalize !important;
}
#wcfm_membership_register_button, #wcfm_affiliate_register_button{
    background: #FE0000 !important;
    height: 50px !important;
    border-radius: 10px !important;
    padding: 0px 30px !important;
    text-transform: capitalize !important;
}
.wcfm-membership-wrapper{
  box-shadow: 1px 1px 20px 0px #2d2a2a47 !important;
}
.vc_form_design .vc_column-inner{
    padding-top: 0px !important;
}
.wcfm-membership-wrapper, .wcfm-affiliate-wrapper{
    margin-top: 0px !important;
    position: relative !important;
    bottom: 80px !important;
}