.bold-form-group {
margin-bottom: 15px;
}
.bold-form-group label {
font-weight: bold;
font-size: 12px;
color: #000000;
font-style:normal;
padding-top:14px;
padding-bottom:2px;
padding-left:0px;
padding-right:0px;
display:block;
text-decoration: none;
width:25%;
}

.bold-form-group input, .bold-form-group select, .bold-form-group textarea {
display: block;
width:100%;
height:35px;
border-radius:3px;
box-sizing:border-box;
padding: 2px;
}

.bold-mem-description {
margin-bottom: 30px;
font-weight: 650;
font-size: 12px;
color: #000000;
font-style:italic;
text-decoration: none;
}
.bold-mem-container {
display: none;
width: 100%;
margin: 10px;
padding: 10px;
box-sizing: border-box;
}
.bold-mem-container h1 {
font-size: 25px;
border-bottom: 1px solid #E7E7E7;
color: #11158A;
font-weight: bold;
font-style:normal;
text-decoration: none;
padding: 13px 0;
}
input.my-error-class, textarea.my-error-class, select.my-error-class {
border:1px solid #FF0000;
}
label.my-error-class {
color: #ff0000;
font-size: 100%;
}
#subscriptionBoxInfo {
padding:10px;
margin-top: 10px;
background-color: #EFEFEF;
font-size: 13px;
color: #11158A;
font-weight:normal;
font-style:normal;
text-decoration:none;
}






<!-- Modal style settings-->
.bold-form-group-modal {
margin-bottom: 15px;
}

.bold-form-group-modal label {
font-weight: bold;
font-size: 12px;
color: #000000;
font-style:normal;
padding-top:14px;
padding-bottom:2px;
padding-left:0px;
padding-right:0px;
display:block;
text-decoration: none;
width:25%;
}

.bold-form-group-modal input, .bold-form-group-modal select, .bold-form-group-modal textarea {
display: block;
width:100%;
height:35px;
border-radius:3px;
box-sizing:border-box;
padding: 2px;
}

.bold-mem-createaccount-intro, .bold-mem-description-modal {
margin-bottom: 30px;
font-weight: 650;
font-size: 12px;
color: #000000;
font-style:italic;
text-decoration: none;
}

.bold-mem-container-modal {
display: none;
width: 100%;
margin: 2px;
padding: 2px;
box-sizing: border-box;
}

#modalPlanName {
font-size: 25px;
border-bottom: 1px solid #E7E7E7;
color: #11158A;
font-weight: bold;
font-style:normal;
text-decoration: none;
padding: 13px 0;
}

}
input.my-error-class, textarea.my-error-class, select.my-error-class {
border:1px solid #FF0000;
}

label.my-error-class {
color: #ff0000;
font-size: 100%;
}

#modalSubscriptionBoxInfo {
padding:10px;
margin-top: 10px;
background-color: #EFEFEF;
font-size: 13px;
color: #11158A;
font-weight:normal;
font-style:normal;
text-decoration:none;
}


