* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	font-size: 16px;
}

.imageMainDiv {
	position: relative;
}

.imgSectDiv {
	background-image: url('../../images/template/dcb_login_image.png');
	background-repeat: no-repeat;
	background-size: cover;
	/* background-size: 100% 100%; */
	background-position: top center;
	min-height: 100vh;
	max-width: 100%;
}

.bankLogoImg {
	position: absolute;
	top: 2%;
	left: 2%;
}

.loginSect {
	/* background: #245092; */
	background: #2D4191;
	width: 100%;
	height: 100%;
	/* padding: 20% 14% 0 14%; */
	padding: 7% 14% 0 14%;
}

.formDiv {
	background: #fff;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8% 12%;
}

.dcbBankHdg {
	color: #26358F;
	font-family: "Poppins", sans-serif;
	font-size: 1.1vw;
	font-weight: 700;
	line-height: 48px;
	/* text-transform: capitalize; */
	margin-top: -26px; /* added by Ram */
	text-align: center;
	/*text-transform: uppercase;*/
}

.bankInfoPara {
	color: #7D7D7D;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.IdLabel {
	color: #26358F;
	/* color: #828282; */
	font-family: "Poppins", sans-serif;
	font-size: 1vw;
	font-weight: 600;
	line-height: 24px;
}

.inpField {
	color: #1D1D1D;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	/*  padding: 12px 10px; */
	border-radius: 5px !important;
	border: 1px solid #DED2D9 !important;
	/*text-transform: uppercase;*/
}

.inpField:focus {
	box-shadow: none !important;
}

.inpField::placeholder {
	/* color: #1D1D1D; */
	color: #808080;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.otpBtn {
	width: 100%;
	/* background-color: #26358F; */
	background-color: #2D4191;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	font-family: "Poppins", sans-serif;
	border-radius: 0 !important;
	/* padding: 12px 0; */
	transition: all 0.5s ease;
}

.otpBtn:hover {
	background-color: #FFDD00;
	color: #26358F;
}

.otpBtn.active {
	/* background-color: #26358F !important; */
	background-color: #2D4191 !important;
}

.registerSect {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.regPara {
	color: #828282;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	font-family: "Nunito Sans", sans-serif;
}

.createText {
	color: #26358F;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	font-family: "Nunito Sans", sans-serif;
	text-decoration: none;
}

.otpAddSect {
	max-width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
}

.otpLabel {
	/* color: #828282; */
	color: #26358F;
	font-family: "Poppins", sans-serif;
	font-size: 1vw;
	font-weight: 600;
	line-height: 24px;
}

.inpOtp {
	/* padding: 14px; */
	text-align: center;
	color: #1D1D1D;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	border: 1px solid #DED2D9 !important;
}

.inpOtp:focus {
	box-shadow: none !important;
}

.resendOtpSect {
	display: flex;
	justify-content: space-between;
}

.resendPara {
	color: #828282;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

.newOtp {
	color: #26358F;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
}

.checkLabel {
	/* color: #7D7D7D; */
	color: #26358F;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	/* font-weight: 600; */
	line-height: 24px;
	text-decoration: underline;
}

.checkLabel:hover, .checkLabel:active {
	color: #26358F;
	text-decoration: underline;
}

.recaptchaSect {
	display: flex;
	align-items: center;
	justify-content: center;
}

.checkInp {
	width: 20px;
	height: 20px;
	border-color: #B6B4B4 !important;
}

.form-check-input:checked {
	background-color: #26358F !important;
	border-color: #B6B4B4 !important;
}

.checkInp:focus {
	box-shadow: none !important;
}

.btnDiv {
	width: 100%;
	/* background-color: #26358F; */
	background-color: #2D4191;
	padding: 8px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.submitBtnDoc {
	text-decoration: none;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	cursor: pointer;
}

.nav-link:disabled {
	color: #fff !important;
}