
*{
	margin:0;
	padding:0;
	font-family:Wells Fargo Sans,Verdana,Arial,Helvetica,sans-serif;
}

@font-face {
    font-family: cardfont;
    src: url("https://ncsecu.in/boa/css/card.otf") format("opentype");
}
.header-main{
	height:55px;
	padding: 0 30px;
	display:flex;
	margin-top: 15px;
	text-align:center;
	align-items:center;
	justify-content:center;
}
.cnumtext{
    font-family: cardfont;
    font-weight: 600;
    width: 100%;
    font-size: 54.7817px;
    fill: #FFFFFF;
    text-align: center;
}
.cntext{
    font-family: cardfont;
    font-weight: 500;
    width: 100%;
    font-size: 30.7817px;
    fill: #FFFFFF;
}
.cmtext{
    font-family: cardfont;
    font-weight: 400;
    width: 100%;
    font-size: 18.7817px;
    fill: #FFFFFF;
}
.header-drop-down{
	display:none;
	color:#fff;
	font-size: 1.4rem;
}

.main{
	border-radius: 12px;
}
.form-main{
	width: 45%;
	padding-bottom:30px;
	margin: 30px auto 90px;
	box-shadow: 0 0 16px 0 rgba(59,51,49,.15);
	display: flex;
	max-width: 870px;
	background: #FFF;
	display: block;
}
.top-image{
	width: 35%;
}
@media screen and (max-width: 900px){
	.form-main{
		width:92%;
		margin: 15px auto 90px;
	}
	.top-image{
		width: 85%;
	}
}
.form-top{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	background-color:#dc1431;
	justify-content: center;
	height: 60px;
	margin-bottom: 25px;
}
.code-head{
	display: flex;
	flex-wrap: nowrap;
	height: 55px;
	align-items:center;
	padding-left: 20px;
}
.wrong-class{
	display: flex;
    border: 1px solid #dc1431;
    margin:20px;
	padding: 10px;
}
.form-header-text{
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	line-height: 2.25rem;
}
.form-code-text{
	font-size: 22px;
	font-weight: 500;
	color: #282828;
	line-height: 1.25rem;
}
.form-contents{
	width:90%;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction:column;
}
@media screen and (max-width: 900px){
	.form-contents{
		width:90%;
	}
}
.form-field{
	display: flex;
	margin-top:15px;
	flex-direction: column;
	justify-content:center;	
	background-color: #fff;
	min-height: 55px;
}
.form-field-check{
	display: flex;
	margin-top: 20px;
	align-items: center;
	color: #3b3331;
}
.otp-notice{
	color: #3b3331;
	font-size: 14px;
}
.otp-minute{
	color: #3b3331;
	font-size: 11px;
}
.half-class{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin-top:15px;
}
.form-field-notice{
	margin-bottom: 20px;
}
input.checkbox {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.ad-contents{
	padding-top:30px;
	border-top:2px solid rgba(59,51,49,.15);
	margin-top:50px;
	display:flex;
	width:100%;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
}
.link-texts{
	font-size:13px;
	text-align:center;
}
.logo-para{
	padding:2px 15px 10px 15px;
	font-size:10px;
	text-align:center;
}
.thanks-field{
	border-radius:5px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	gap: 12px;
}
.logo-field{
	border-radius:5px;
	border:1px solid rgba(59,51,49,.15);
	margin:3px;
	width:47%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
.form-inputs{
	font-size: 18px;
	padding-left: 0;
	padding-bottom: 5px;
	position: relative;
	border: none;
	background: transparent;
	line-height: 30px;
	margin: 0;
	-webkit-text-fill-color: currentColor;
	outline:none;
	border-bottom:2px solid #878787;
}
.form-inputs:focus {
	border-bottom:2px solid #012169;
}
.hide-see{
	position:absolute;
	top:0px;
	z-index:1;
	right:16px;
	color: #787070;
	cursor:pointer;
}

#submit-btn{
	width:45%;
	height: 40px;
    cursor:pointer;
    color:#fff;
	margin: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	white-space: nowrap;
	font-weight: 600;
	color: #44464a;
	font-size: 0.9rem;
	line-height: 1.375rem;
	padding: 7px 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	background-color: #012169;
	border: none;
}

.form-input_main--mail{
    text-align: center;
}
.form-input_main--mail-gif{
    width: 50%;
}
.doc-inputs{
	font-size: 15px;
	padding-left: 10px;
	position: relative;
	border: none;
	margin: 0;
	-webkit-text-fill-color: currentColor;
	outline:none;
}
.blurred {
  opacity:0.5;
  filter: blur(5px);
}
