h5{
text-align:justify!important;
}
#login form{
background-color:#fff!important;
}
.form-check-inline {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
} .form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}
.form-check-input[type="radio"]:not(:checked)+label, .form-check-input[type="radio"]:checked+label, label.btn input[type="radio"]:not(:checked)+label, label.btn input[type="radio"]:checked+label {
position: relative;
display: inline-block;
height: 1.5625rem;
line-height: 1.5625rem;
cursor: pointer;
}
.form-check-label {
margin-bottom: 0;
}
.pum-content.popmake-content .input-group {
width: 50%;
margin: 0 auto;
}
.pum-content.popmake-content {
text-align: center;
}
input.is_membership_id, input.home_membership_id{
width: 20%;
}
.input-membership-form-section-message .error{
color:red;
}
.input-membership-form-section-message .success{
color:green;
} .pum-content.popmake-content span.loading {
position: absolute;
top: 0px;
opacity: 0.5;
width: 100%;
z-index: 9999 !important;
background: #fff;
height: auto;
left: 0;
}
#copyEmailText {
cursor: pointer;
background: transparent;
color: black;
border: solid 1px;
margin-left: 5px;
padding: 3px;
font-weight: normal;
border-radius: 3px;
}
input.home_membership_email {
margin-bottom: 15px;
}
.membershp-popup-open {
background: #fff;
color: #107FC9;
border: 1px solid #107FC9;
margin: 0px;
padding: 11px;
font-weight: 500;
font-size: 15px;
}
.membershp-popup-open:hover {
color: #fff;
background-color: #107FC9;
transition: .5s;
border: 1px solid #107FC9;
}