* {
	font-family: 'brandonFont';
}

body {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.body-div {
	height: 100%;
	width: 101%;
	display: flex;
	position: relative;
	justify-content: center;
}
.body-div img {
	width: 100%;
	height: 55rem;
	flex-shrink: 0;
	margin-top: -2%;
}

::placeholder {
	font-family: 'brandonFont';
	color: #b8b8b8 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	letter-spacing: 0px !important;
}


.parentContainerRow {
	width: 100%;
	margin-left: -15px;
	position: absolute;
}

.youRhereText {
	font-family: 'brandonFontBold';
	width: 100%;
	font-size: 25px;
	/* color: #fff; */
	font-weight: 500;
}


/* ---------------------------- Captcha Section  ---------------------------- */
.captchaTextbox {
	width: 90%;
	font-size: 15px;
	font-weight: 600;
	border-radius: 2px;
	letter-spacing: 3px;
	border: 1px solid #8586a3;
}
.reloadCaptchaFA {
	color: #001e3c;
	font-size: 18px;
	cursor: pointer;
	margin-left: -20px;
	padding-right: 4px;
	padding-top: 7px;
}
#captchaImage {
	width: 91px;
	padding: 2px;
	height: 34px;
	color: #adffff;
	font-size: 20px;
	font-weight: 500;
	user-select: none;
	border: 1px solid;
	margin-left: -14px;
	border-radius: 2px;
	font-style: italic;
	border-radius: 2px;
	letter-spacing: 0.25px;
	font-family: 'brandonFont';
	/* text-decoration: line-through; */
}
.captchaInfoText {
	font-size: 11px;
	padding-right: 0;
	font-style: italic;
}



/* ---------------------------- Left-Right Divs  ---------------------------- */
.signupDiv, .signinDiv {
	padding: 0;
	height: 30rem;
	margin-top: -42rem;
	position: relative;
	border-radius: 8px;
}
.signupDiv img, .signinDiv img {
	width: 100%;
	height: 95%;
}
.centerDiv {
	left: 4.5%;
	width: 9%;
	height: 31rem;
	margin-top: 3%;
	border-left: 2px solid #fff;
	border-image: linear-gradient(to bottom,#dce3f3,rgba(0, 0, 0, 0)) 1 100%;
}


/* -----------------------------  Signup-Login Sections  ------------------------------- */
.titleTextRow {
	float: left;
	width: 100%;
	margin: 1.5rem 0 0 0;
}
.textboxRow {
	float: left;
	width: 100%;
	margin: .5rem 0 0 .5rem;
}
.selectBoxRow {
	float: left;
	width: 100%;
	margin: 3rem 0 0 0;
}
.buttonsRow {
	float: left;
	width: 100%;
	margin: 18rem 0 0 0;
}
.forgotPwdRow {
	float: left;
	width: 100%;
	margin: -12rem 0 0 0;
}
.otpTextbox {
	color: #0b7ac5;
	font-size: 18px;
	font-weight: 600;
	border-radius: 2px;
	letter-spacing: 25px;
	background-color: #fff;
	border: 1px solid #8586a3;
}
.otpText {
	top: 0.65rem;
	padding: 0;
	color: #001e3c;
	cursor: pointer;
	font-weight: 600;
	font-size: 14.5px;
}
.otpText:hover {
	color: #12c7f0;
	text-decoration: underline;
}
.bestViewText {
	top: -25rem;
	font-size: 9.5px;
	color: #aeaeae;
}

/* ---------------  Signup Section  ---------------- */
.signupHeaderText {
	top: 0.5rem;
	padding: 0;
	color: #0a265c;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.5px;
	font-family: 'brandonFontBold';
}
.signupTextbox, .signinIdTextbox, .signinPwdTextbox {
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #8586a3;
}
.signupSelect, .languageSelect {
	width: 60%;
	border-radius: 4px;
	margin-left: 9rem;
	background-color: #fff;
	border: 1px solid #8586a3;
}
.signupButton, .signinButton {
	width: 125px;
	padding: 6px;
	color: #adffff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 4px;
	margin-top: -30rem;
	letter-spacing: 1px;
	/* border-color: #445a94; */
	background-color: #001e3c;
}
.signinButton:hover {
	color: #000;
	font-size: 15.5px;
	border: 0.5px solid #04cece;
	background-color: #adffff !important;
}


/* ---------------  Sign-in Section  ---------------- */
.signinIdTextboxXX {
	background-color: #fff;
	border: 1px solid #8586a3;
}
.signinPwdTextboxXX {
	background-color: #fff;
	border: 1px solid #8586a3;
}
.languageSelectXX {
	width: 93%;
	margin: -22rem 0 0 1rem;
	background-color: #fff;
	border: 1px solid #8586a3;
}
.playstoreBtn {
	position: absolute;
	margin: -16.45rem 0 0 -11rem;
}
.forgotPwdLabel {
	font-weight: 500;
}
#forgotPwdAnchor, #signupAnchor {
	color: #001e3c;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
}
#forgotPwdAnchor:hover, #signupAnchor:hover {
	color: #12c7f0;
	font-size: 12.5px;
	text-decoration: underline;
}
.faMailId, .togglePwd {
	right: 2.5rem;
}
.faMailId, .togglePwd, .faLanguage {
	position: absolute;
	color: #767f9d;
	font-size: 16px;
	cursor: pointer;
	top: 0.8rem;
}
.faLanguage {
	right: 14rem !important;
}

.footerTextLinkAnchor {
	color: #103e78;
	font-size: 16px;
	font-weight: 600;
}
.footerTextLinkAnchor:hover {
	color: #81c4eb;
}
