input#subscription_form_email {
    height: 30px !important;
	border-top: 0;
    box-shadow: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
     -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    box-shadow: none;
    background: 0 0;
    height: 1.2rem;
    color: #000;
    color: var(--clr-forms-text-color,#000);
    border-bottom: .05rem solid #b3b3b3;
    border-bottom-color: var(--clr-forms-border-color,#b3b3b3);
}

.subscription_submit{
    width: 35%;
}

.regenerate_OTP {
    width: 37%;
}

#subscription_button_box{
  text-align: center;
}


#subscription_form_email:not([readonly]).clr-focus, #subscription_form_email:not([readonly]):focus {
    border-bottom-color: #0072a3;
    border-bottom-color: var(--clr-forms-focused-color,#0072a3);
    background-size: 100% 100%;
}
#subscription_form_email:not([readonly]) {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(95%,transparent),color-stop(95%,var(--clr-forms-focused-color,#0072a3))) no-repeat;
    background: linear-gradient(180deg,transparent 95%,var(--clr-forms-focused-color,#0072a3) 0) no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .2s ease;
    transition: background-size .2s ease;
}
#subscription_otp:focus {
    outline: 0;
}

#subscription_otp:not([readonly]).clr-focus, #subscription_otp:not([readonly]):focus {
    border-bottom-color: #0072a3;
    border-bottom-color: var(--clr-forms-focused-color,#0072a3);
    background-size: 100% 100%;
}
#subscription_otp:not([readonly]) {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(95%,transparent),color-stop(95%,var(--clr-forms-focused-color,#0072a3))) no-repeat;
    background: linear-gradient(180deg,transparent 95%,var(--clr-forms-focused-color,#0072a3) 0) no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .2s ease;
    transition: background-size .2s ease;
}
#subscription_otp:focus {
    outline: 0;
}

input#subscription_otp {
    height: 30px !important;
	border-top: 0;
    box-shadow: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
     -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    box-shadow: none;
    background: 0 0;
    height: 1.2rem;
    color: #000;
    color: var(--clr-forms-text-color,#000);
    border-bottom: .05rem solid #b3b3b3;
    border-bottom-color: var(--clr-forms-border-color,#b3b3b3);
}


.validation_msg_email {
    padding: 10px;
}

.otp_success_msg{
    background-color: #369c20;
    font-weight: bold;
    font-size: 13px;
    padding: 4px;
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    margin-bottom: 10px;
}

.subscribe_error{
	background-color: #a20505;
    font-weight: bold;
    font-size: 13px;
    padding: 4px;
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    margin-bottom: 10px;
}

span.subscription_success_second {
    font-size: 12px;
    margin-top: 20px;
    display: block;
    text-align: center;
    /* background-color: darkolivegreen; */
}

span.subscription_success{
	text-align: center;
    display: block;
    font-size: 21px;
    padding: 14px;
}
.modal-title{
	display: inline;
}
.countdown{
	display: inline;
    float: right;
    font-size: 16px;
    font-weight: bold;
    padding: 3px;
    background: black;
    color: white;
}

.mt-10 {
    margin-top: 10px;
}

.w30p {
    width: 30%;
}

.already_subscribed{
	text-align: center;
    display: block;
    font-size: 19px;
}