/*login modal*/
#auth-modal-tabs .nav-item .nav-link{
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 49px;
	color: #4B2DA5;
	opacity: 0.5;
  border: none;
  border-bottom: none;
}
#auth-modal-tabs .nav-item .nav-link.active{
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 49px;
  text-decoration-line: underline;
  color: #4B2DA5;
  opacity: 1;
  border: none;
  border-bottom: none;
}
h2.customer_login-title{
	font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: #1E1E1E !important;
}
#checkout-custom-submit{
	background: #4B2DA5;
    border-color: #4B2DA5;
    border-radius: 0;
    color: #fff;
    float: none;
}
#customer_login .woocommerce-form-login a.lost{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #4B2DA5;
    text-decoration: none;
}
#user-custom-register-form{
	border: 0px solid #d3ced2 !important;
  padding: 0px !important;
}
/* Auth-modal multi-step registration form styling  */
#auth-modal button.close {
	width: 57px;
  background: transparent;
  border: 0;
  color: #1E1E1E;
}
#custom-registration-tabs fieldset#crf-step2 .previous-step,
#custom-registration-tabs fieldset#crf-step3 .previous-step{
    color: #4B2DA5;
    background: transparent !important;
    text-decoration: underline;
}
#mspa_country_field, #mspa_state_field{
	border: 1px solid #eee !important;
}
#auth-modal .modal-content{
	background-color: #FFFFFF !important;
	border: 0px solid rgba(0,0,0,.2);
  border-radius: 0;
  padding: 15px;
}
#custom-registration-tabs input{
	  border-radius: 0;
		border: 1px solid #ced4da;
}
#custom-registration-tabs fieldset.crf-tab {
	background: white;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 20px;
	position: relative
}

#custom-registration-tabs fieldset.crf-tab .finish {
  text-align: left;
}

#custom-registration-tabs fieldset.crf-tab:not(:first-of-type) {
	display: none
}

#custom-registration-tabs fieldset.crf-tab .previous-step, #custom-registration-tabs fieldset.crf-tab .next-step {
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
}

#custom-registration-tabs fieldset.crf-tab .previous-step {
	background: #616161;
}

#custom-registration-tabs fieldset.crf-tab .next-step {
	background: #4B2DA5;
	width: 100%;
}

#custom-registration-tabs fieldset.crf-tab .previous-step:hover,
#custom-registration-tabs fieldset.crf-tab .previous-step:focus {
	background-color: #000000
}

#custom-registration-tabs fieldset.crf-tab .next-step:hover,
#custom-registration-tabs fieldset.crf-tab .next-step:focus {
	background-color: #4B2DA5
}
