form.registrationForm label {
    display: block;
}
form.loginForm label {
    display: block;
}
form.lostPasswordForm label {
    display: block;
}
form.resetPasswordForm label {
    display: block;
}
form.registrationForm {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
form.loginForm {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
}
form.lostPasswordForm{
    margin: 0 !important;
    width: 100%;
    max-width: 100%;  
}
form.resetPasswordForm{
    margin: 0 !important;
    width: 100%;
    max-width: 100%;  
}
form.paymentForm{
    margin: 0 !important;
    width: 100%;
    max-width: 100%;  
}
.halfWidthFields{
    display:flex;
    justify-content: space-between;
}
.halfWidth{
    flex:1;
    padding:10px;
}
.fieldContainer input:not([type="checkbox"]) {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 6px 6px 25px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.fieldContainer select {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 6px 6px 25px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.fieldContainer select {
    width: 100%;
}
.fieldContainer{
    padding:10px 0;
}
.fieldContainer input[type='submit']{
    cursor: pointer;
}
.fieldMessage{
    display:none;
}
.parsley-errors-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: red;
}
.parsley-errors-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: red;
}
.parsley-error {
    border: 1px solid red;
}
.parsley-errors-list li::before {
    content: '!';
    background: red;
    color: #fff;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    float: left;
    margin-right: 4px;
    margin-top: 4px;
    line-height: 15px;
}
.fieldContainer label em {
    color: red;
    padding-left:1px;
}
.formNotice {
    max-width: 100% !important;
    width: 100%;
    margin: 0 !important;
    display: block;
}
.formMessage {
    padding: 10px;
    background: #ddd;
    border-radius: 3px;
    display:block;
    line-height:20px;
}
.formSuccess {
    background: #00990045;
    border: 1px solid #008d0045;
    color: #007331;
}
.formSuccess a{
    color: #007331;
    text-decoration:underline;
}
.formError {
    background: #f0808045;
    color: #c83434;
    border: 1px solid #a6060645;
}
span.successIcon {
    width: 25px;
    height: 25px;
    color: white;
    background: #007331;
    border-radius: 100%;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    line-height: 27px;
    margin-top: 0px;
}
span.errorIcon {
    width: 50px;
    height: 25px;
    color: white;
    background: #730000;
    border-radius: 100%;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    line-height: 27px;
    margin-top: 6px;
}
.hideError{
    display:none;
}
.checkBoxContainer label{
    display:inline !important;
}
.halfFirst{
    padding-right:10px !important;
}
.halfSecond{
    padding-left:10px !important;
}
.fieldContainer i {
    position: absolute;
    left: 6px;
    top: 45px;
    font-size: 13px;
    color: #273f36;
}
.fieldContainer {
    position: relative;
}

/*
    overlay and alert setting
*/
.formOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3d3d3d8d;
    background-image: url(../images/loading.gif);
    z-index: 99;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 300px;
}
.fixedBody{
    overflow:hidden;
}
.alertTitle{
    font-size:25px;
    font-weight:bold;
}
.success-button{
    background:#77AF12 !important;
    color:#fff;
}
.error-button{
    color:#fff;
    background:#da3636 !important;
}
.error-button:focus {
    box-shadow: 0 0 0 3px rgb(255 0 0 / 50%) !important;
}
.success-button:focus{
    box-shadow: 0 0 0 3px rgb(120 175 35 / 47%) !important;

}
/*
    Register Form settings
*/

/* payment form */
.cardAccepted img {
    width: 220px;
    float: right;
}
.additionalInfo h2{
    font-size: 20px !important;
    font-weight: bold;
    margin: 0;
}
.creditCardInfo h2 {
    font-size: 20px !important;
    font-weight: bold;
    margin: 0;
}
.cardAccepted {
    position: relative;
}
.cc-number {
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-position: center right 5px !important;
}

.cc-number.visa {
    background-image: url(../images/1.png);
}
.cc-number.mastercard {
    background-image: url(../images/2.png);
}
.cc-number.discover {
    background-image: url(../images/3.png);
}
.cc-number.jcb {
    background-image: url(../images/4.png);
}
.cc-number.amex {
    background-image: url(../images/5.png);
}

/*form icon settings*/
.fieldContainer i {
    position: absolute;
    left: 6px;
    top: 52px;
    font-size: 13px;
    color: #273f36;
}
.fieldContainer {
    position: relative;
}
.subprice{
    font-size:25px;
}
.subscriptionContainer{
    text-align:center;
}
.subprice1 {
    background: #283788;
    display: block;
    padding: 38px;
    color: #fff;
}
.subprice2 {
    background: #53B100;
    display: block;
    padding: 38px;
    color: #fff;
}
.subprice3 {
    background: #dd3930;
    display: block;
    padding: 38px;
    color: #fff;
}
.monthTitle {
    font-size: 15px;
    margin: 0px;
}
.subprice1 h3 {
    text-shadow: 2px 2px 0px #0e164c;
}
.subprice2 h3 {
    text-shadow: 2px 2px 0px #356c11;
}
.subprice3 h3 {
    text-shadow: 2px 2px 0px #9e2121;
}
.subscriptionContainer h3 {
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
}
.subscriptionContainer p{
    font-size:16px;
}
input#subscriptionChoice1 {
    display: none;
}
input#subscriptionChoice2 {
    display: none;
}
input#subscriptionChoice {
    display: none;
}
.subscriptionContainer span{
    background: #fff;
    color: #000;
    padding: 7px 20px;
    border-radius: 5px;
    display: block;
    font-weight: bold;
    margin-top: 30px;
    font-size: 17px;
}
.subscriptionContainer label{
    border-radius: 3px;
    cursor:pointer;
}
.paymentFormSubscription input[type="radio"] + label{
    opacity:0.6;
}
.paymentFormSubscription input[type="radio"]:checked + label {
    opacity:1;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}

th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

th {
    background-color: #f2f2f2;
}
.renewal-button {
    padding: 5px 10px;
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    width:100%;
    margin-bottom:10px;
}
.cancel-button {
    padding: 5px 10px;
    cursor: pointer;
    background-color: #ac0b0b !important;
    color: white;
    border: none;
    border-radius: 4px;
    width:100%;
}

.renewalChoice input[type="radio"] {
    width: auto;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}
.renewalChoice {
    margin: 20px 0px;
}
.renewal-button:disabled {
    opacity: 0.5;
}
.renewalChoice {
    background: transparent;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.renewalChoice .fieldContainer {
    padding-left: 0px;
}
.renewalChoice input[type="radio"] + label{
    opacity:1;
}
.formChoice h2{
    font-size: 20px !important;
    font-weight: bold;
    margin: 0;
}
.formChoice input {
    display: inline-block !important;
    width: auto !important;
    margin-left: 10px;
    margin-right: 10px;
}
.formChoice label {
    display: inline-block !important;
}
.formChoice {
    background: transparent;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom:20px;
}
#personalField{
    display:none;
}
#otherField{
    display:none;
}
.radioChoice i {
    position: relative;
    left: 0;
    top: 0;
    color: #283788;
}
.formChoice em{
    color:red;
}
.formChoice img {
    width: 12px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}
.email-sent-header {
    font-size: 36px;
    color: #044038;
    line-height: 42px;
    font-weight: bold;
}
.email-sent-message {
    line-height: 22px;
    margin-top: 12px;
}
.email-sent-icon {
    font-size: 40px;
    line-height: 0;
    color: #044038;
    float: left;
    margin-right: 10px;
}
span.noticeIcon {
    font-size: 38px;
    color: #D77A43;
}