<style><!--
#customer_otp{
width : 100%;
padding : 1em;
}

#comcast_employee_pass{
width : 100%;
padding : 1em;
}
.submit_otp_rf{
padding : 1em;
background-color : #0082c2;
color: white;
cursor : pointer;
font-size : 14px;
border-radius : 2px;
margin-top : 20px;
}
.resend_otp_rf{

cursor : pointer;

}
--></style>
<p class="alert alert--error" style="display: none;" id="otp_novalid-no-header">Invalid Verification Code</p>
<p class="alert alert--success" style="display: none;" id="otp_success-no-header">Thank you for verifing your email.</p>
<p class="alert alert--success" style="display: none;" id="otpresend_success-no-header">New verification code was sent to your comcast email address.</p>
<p class="alert alert--error" style="display: none;" id="otperror-no-header"> </p>
<form class="submitOtpRF">
<div class="input_seperator">
<p> To ensure only eligible customers can access the Comcast employee site, please enter the 4 digit one-time verification code that was sent to your Comcast work email address. This code will expire in 24 hours.</p>
<input type="text" name="otp" placeholder="Enter the one-time verification code" id="customer_otp" /></div>
<div class="row"><button type="button" class="submit_otp_rf"> Submit </button>  <span>Didn't receive the code? <a class="resend_otp_rf">Click here to resend</a>.</span></div>
</form>