﻿.card-body > form {
	margin-top: 80.15px;
}

.password {
	max-width: 226px;
	width: 100%;
}

.password_input_div {
	margin-top: 20px;
}

.password_eye {
	cursor: pointer;
	color: dimgray;
	margin-right: 21px;
	font-size: 18px;
}

#hideIcon1, #hideIcon2 {
	opacity: 0.2;
	margin-right: 5px;
}

.hide-div {
	opacity: 0;
	pointer-events: none;
}

.login_password {
	width: 75% !important;
	padding-right: 10px;
}

.form-check-sign > .check {
	border: 1px solid #555555 !important;
	border-radius: 2px;
}

.forgot_password {
	display: flex;
	justify-content: center;
	font-family: poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 25.6px;
}

.btn-login {
	font-family: poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 25.6px;
	text-transform: none;
	cursor: pointer;
	position: relative;
	padding: 12px 30px;
	margin: 0.3125rem 1px;
	text-decoration: none;
	letter-spacing: 0;
	border: 0;
	outline: 0;
}
.btn-login:disabled {
	cursor: unset;
}

.display {
	overflow: hidden;
	text-align: center;
	color: white;
}

.display:before,
.display:after {
	background-color: #dddddd;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 148px;
}

.display:before {
	right: 0.5em;
}

.display:after {
	left: 0.5em;
}

.thrid-party-login {
	color: #88888888;
	font-family: poppins;
	font-weight: 400;
}

.Third-login {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 100%;
	height: 80px !important;
	width: 80px !important;
	max-height: 80px !important;
	max-width: 80px !important;
}

.Thrid-login-font {
	font-family: poppins;
	font-weight: 400;
	font-size: 12px;
	line-height: 19.2px;
}

h4 {
	display: flex;
	flex-direction: row;
	color: #6a6a6a;
}
h4:before {
	right: 0.5em;
}
h4:after {
	left: 0.5em;
}
h4:before,
h4:after {
	content: "";
	flex: 1 1;
	border-bottom: 1px solid #6a6a6a;
	margin: auto;
	width: 148px;
}

h4 > span {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	font-family: poppins;
}

.signUpOrLogin {
	padding-top: 80.15px;
	display: flex;
	justify-content: center;
}

.Thrid-login-select {
	padding-top: 20px;
}

.signUp {
	text-align: center;
	padding-top: 18px;
	font-family: poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 25.6px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition-delay: 99999s;
	background-color: transparent;
}

::-ms-reveal {
	display: none;
}

.form-check-label {
	font-family: poppins;
	font-weight: 400;
	font-size: 12px;
	line-height: 19.2px;
}

.form-check-field {
	padding-left: 20px;
	padding-top: 15px;
}

@media only screen and (max-width: 300px) and (orientation: portrait) {
	Third-login {
		width: 40px !important;
		height: 40px !important;
	}
}

@media only screen and (orientation: landscape) {
	@media (min-width: 1024px) {
		.vcCard_input_field_div {
			/*width: 35.7895vh !important;*/
			height: 5.263vh !important;
		}

		h4 {
			padding-left: 5.5vh !important;
			padding-right: 5.5vh !important;
			margin-bottom: 1.6842vh !important;
		}

		.Third-login-button-div {
			padding-left: 7.368vh !important;
			padding-right: 7.368vh !important;
		}

		.Third-login {
			width: 6.3158vh !important;
			height: 6.3158vh !important;
		}

		.Thrid-login-font {
			font-size: 1.2623vh !important;
			line-height: 2.0211vh !important;
			padding-top: 0.4211vh !important;
		}

		.signUp {
			font-size: 1.4737vh !important;
			padding-block: 1.6842vh !important;
		}

		.fa-type-8excite {
			background-size: 3.9474vh 3.9474vh !important;
		}

		.fa-type-apple {
			background-size: 3.9474vh 3.9474vh !important;
		}

		.fa-type-facebook {
			background-size: 3.9474vh 3.9474vh !important;
		}

		.fa-type-google {
			background-size: 3.9474vh 3.9474vh !important;
		}

		.TAndC {
			font-size: 1.4737vh !important;
			width: 30.7368vh !important;
		}

		.btn-login {
			/*width: 35.7895vh !important;*/
			height: 5.263vh !important;
			font-size: 1.6842vh !important;
		}

		.input_Form_temparary {
			padding-left: 5.2632vh !important;
			padding-right: 5.2632vh !important;
		}

		.col.col-md-12 {
			padding-left: 0px !important;
			padding-right: 0px !important;
		}

		.vcCard_input_field {
			padding-left: 2.1053vh !important;
		}

		.Third-login-div {
			padding-left: 0px !important;
		}

		.Third-login-button-div {
			padding-left: 6.5vh !important;
			padding-right: 6.5vh !important;
		}

		.input_field {
			font-size: 1.6842vh !important;
		}

		.login_password {
			font-size: 1.6842vh !important;
		}

		#hideIcon1 {
			width: 2.5263vh !important;
		}

		h4 > span,
		.TAndC {
			font-size: 1.4737vh !important;
		}

		.forgot_password {
			font-size: 1.6842vh !important;
			padding-top: 1.3684vh !important;
		}

		.card_footer {
			height: 9.0526vh !important;
			max-height: none !important;
		}

		.card-body > div > .text > div > form > div > select {
			font-size: 1.4737vh !important;
		}

		.selection {
			font-size: 1.6842vh !important;
		}

		select.form-control:not([size]):not([multiple]) {
			line-height: 1.4737vh !important;
		}

		.form-control {
			width: 14.9535vh !important;
			height: auto !important;
		}

		.password_input_div {
			margin-top: 2.1053vh !important;
		}
	}

	.btn-login {
		line-height: 0px;
	}
}

@media only screen and (max-width: 960px) {
	@media only screen and (max-height: 1000px) {
		.Background {
			padding: 0;
		}

		.TAndC {
			font-size: 12px;
			width: 100%;
			padding-left: 40px;
			padding-right: 40px;
		}

		.forgot_password {
			font-size: 16px;
		}
	}
}

@media only screen and (max-width: 1400px) {
	.Third-login {
		background: rgba(255, 255, 255, 0.1);
		border-radius: 100%;
		height: 50px;
		width: 50px;
	}

	.fa-type-google {
		background-size: 30px 30px;
	}

	.fa-type-apple {
		background-size: 30px 30px;
	}

	.fa-type-facebook {
		background-size: 30px 30px;
	}

	.fa-type-8excite {
		background-size: 30px 30px;
	}

	.Third-login-div {
		padding-left: 10px;
	}

	h4:before,
	h4:after {
		content: "";
		flex: 1 1;
		border-bottom: 1px solid #6a6a6a;
		margin: auto;
		width: 100px;
	}

	.signUpOrLogin {
		padding-top: 30px;
		display: flex;
		justify-content: center;
	}

	.Thrid-login-select {
		padding-top: 10px;
		/*margin-bottom: -50px;*/
		margin-bottom: -35px;
	}

	.Thrid-login-font {
		line-height: 5px;
	}

	.password_eye {
		padding-left: 0px;
	}

	.Confirm_title {
		padding-top: 50px;
	}
	.ConfirmEmail-card-body {
		padding-bottom: 30%;
	}

	.btn-login {
		padding: 5px;
		height: 45px;
	}

	.signUp {
		padding-top: 8px;
		font-size: 13px;
	}
	.forgot_password {
		font-size: 13px;
		margin-top: 10px;
	}

	h4 > span,
	.TAndC {
		font-size: 12px;
	}

	.form-check-field {
		padding-top: 5px !important;
	}

	/*===============================================================*/

	/*================Login Failure================================*/
	.login-failure {
		height: 600px !important;
	}
}

@media only screen and (max-height: 920px) {
	.Third-login {
		background: rgba(255, 255, 255, 0.1);
		border-radius: 100%;
		height: 60px !important;
		width: 60px !important;
	}

	@media (orientation: landscape) {
		.Third-login {
			width: 6.3158vh !important;
			height: 6.3158vh !important;
		}
	}

	@media (max-width: 300px) and (orientation: portrait) {
		.Third-login {
			width: 40px !important;
			height: 40px !important;
		}

		.Thrid-login-font {
			margin-top: 5px;
		}
	}

	.fa-type-google {
		background-size: 30px 30px;
	}

	.fa-type-apple {
		background-size: 30px 30px;
	}

	.fa-type-facebook {
		background-size: 30px 30px;
	}

	.fa-type-8excite {
		background-size: 30px 30px;
	}

	.Third-login-div {
		padding-left: 10px;
	}

	h4:before,
	h4:after {
		content: "";
		flex: 1 1;
		border-bottom: 1px solid #6a6a6a;
		margin: auto;
		width: 100px;
	}

	.signUpOrLogin {
		padding-top: 30px;
		display: flex;
		justify-content: center;
	}

	.Thrid-login-select {
		padding-top: 10px;
		/*margin-bottom: -50px;*/
		margin-bottom: -35px;
	}

	.Thrid-login-font {
		line-height: 5px;
		margin-top: 5px;
	}

	.password_eye {
		padding-left: 0px;
	}

	.Confirm_title {
		padding-top: 50px;
	}

	.ConfirmEmail-card-body {
		padding-bottom: 30%;
	}

	.btn-login {
		height: 45px;
		padding: 5px;
		font-size: 16px;
	}

	.signUp {
		padding-top: 8px;
		font-size: 14px;
		padding-bottom: 5px;
	}

	.forgot_password {
		font-size: 13px;
	}

	h4 > span,
	.TAndC {
		font-size: 12px;
	}

	.form-check-field {
		padding-top: 5px !important;
	}

	@media (max-height: 680px) {
		.signUp {
			font-size: 11px;
		}
	}

	@media (max-height: 500px) {
		.signUp {
			font-size: 10.25px;
		}

		.Third-login {
			width: 45px !important;
			height: 45px !important;
		}
	}

	/*===============================================================*/

	/*================Login Failure================================*/
	.login-failure {
		height: 600px !important;
	}

	/*================================================================*/
}

/* Samsung A03 resoltuion 720px * 1600px */
@media only screen and (min-width: 720px) and (max-width: 1599px) and (min-height: 1300px) and (max-height: 2099px) and (orientation: portrait) {
	.login_password {
		width: 70% !important;
	}

	.btn-login {
		font-size: 30px;
		height: 80px;
		margin-bottom: 25.62px;
	}

	.signUp {
		font-size: 23.65px;
		padding-top: 30px;
		line-height: 130px;
	}

	.forgot_password {
		font-size: 30px;
	}

	h4 > span,
	.TAndC {
		font-size: 26.25px;
	}

	.col-md-12 {
		padding-left: 25px;
		padding-right: 25px;
	}

	.Third-login {
		height: 100px !important;
		width: 100px !important;
	}

	.Thrid-login-font {
		font-size: 25px;
		padding-top: 30px;
	}

	h4 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.fa-type-8excite {
		background-size: 60px 60px !important;
	}

	.fa-type-apple {
		background-size: 60px 60px !important;
	}

	.fa-type-facebook {
		background-size: 60px 60px !important;
	}

	.fa-type-google {
		background-size: 60px 60px !important;
	}
}

/* iPad Air and iPad Mini */
@media only screen and (min-width: 760px) and (max-width: 900px) and (min-height: 1024px) and (max-height: 1400px) and (orientation: portrait) {
	.btn-login {
		padding: 5px;
		height: 70px;
		font-size: 23px !important;
	}

	.signUp {
		padding-top: 20px;
		font-size: 20px;
		line-height: 25.6px;
	}

	.forgot_password {
		padding-top: 10px;
		font-size: 20px;
	}

	h4 > span,
	.TAndC {
		font-size: 18px;
	}

	h4 {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.Third-login-button-div {
		padding-left: 40px;
		padding-right: 40px;
	}

	h4 > span {
		font-size: 20px;
	}

	.Thrid-login-font {
		font-size: 20px;
		padding-top: 15px;
	}

	.Third-login {
		height: 80px !important;
		width: 80px !important;
	}

	.fa-type-8excite {
		background-size: 48px 48px !important;
	}

	.fa-type-apple {
		background-size: 48px 48px !important;
	}

	.fa-type-facebook {
		background-size: 48px 48px !important;
	}

	.fa-type-google {
		background-size: 48px 48px !important;
	}
}

/* Surface Pro 7 resoltuion 912px * 1368px */
@media only screen and (min-width: 900px) and (max-height: 1400px) and (orientation: portrait) {
	.btn-login {
		padding: 5px;
		height: 80px;
		font-size: 27px !important;
	}

	.login_password {
		width: 80% !important;
	}


	.signUp {
		padding-top: 0px;
		font-size: 25px;
		line-height: 100px;
	}

	.forgot_password {
		font-size: 25px;
		padding-top: 0px;
		padding-bottom: 20px;
	}

	h4 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	h4 > span {
		padding-left: 50px;
		padding-right: 50px;
		font-size: 22px;
	}

	.Third-login {
		height: 90px !important;
		width: 90px !important;
	}

	.Thrid-login-font {
		font-size: 20px;
		padding-top: 20px;
	}

	.fa-type-8excite {
		background-size: 54px 54px !important;
	}

	.fa-type-apple {
		background-size: 54px 54px !important;
	}

	.fa-type-facebook {
		background-size: 54px 54px !important;
	}

	.fa-type-google {
		background-size: 54px 54px !important;
	}
}

/* XiaoMi Pad 5 Resolution 1600px * 2560px */
@media only screen and (min-width: 2560px) and (min-height: 1600px) and (orientation: landscape) {
	.btn-login {
		font-size: 25px;
		height: 70px;
	}


	.signUp {
		font-size: 23px;
		padding-top: 23px;
	}

	.forgot_password {
		font-size: 23px;
		padding-top: 10px;
	}

	h4 {
		padding-bottom: 30px;
	}

	h4 > span {
		font-size: 25px;
	}

	.Third-login {
		height: 110px !important;
		width: 110px !important;
	}

	.Thrid-login-font {
		font-size: 20px;
		padding-top: 20px;
	}

	.fa-type-8excite {
		background-size: 66px 66px !important;
	}

	.fa-type-apple {
		background-size: 66px 66px !important;
	}

	.fa-type-facebook {
		background-size: 66px 66px !important;
	}

	.fa-type-google {
		background-size: 66px 66px !important;
	}
}

/*XiaoMi actual device resolution */
@media only screen and (min-width: 700px) and (max-width: 800px) and (min-height: 950px) and (max-height: 1100px) and (orientation: portrait) {
	.Third-login {
		height: 60px !important;
		width: 60px !important;
	}

	.Thrid-login-font {
		font-size: 12px;
		padding-top: 10px;
	}

	.fa-type-8excite {
		background-size: 36px 36px !important;
	}

	.fa-type-apple {
		background-size: 36px 36px !important;
	}

	.fa-type-facebook {
		background-size: 36px 36px !important;
	}

	.fa-type-google {
		background-size: 36px 36px !important;
	}

	.Third-login-div {
		padding-left: 0px !important;
	}
}

/* XiaoMi Pad 5 Resolution 1600px * 2560px */
@media only screen and (min-width: 1300px) and (min-height: 2100px) and (orientation: portrait) {

	.btn-login {
		font-size: 50px;
		height: 150px;
	}

	.signUp {
		font-size: 50px;
		padding-top: 30px;
		line-height: 130px;
	}

	.forgot_password {
		font-size: 50px;
		padding-top: 40px;
	}

	h4 > span {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 50px;
	}

	.Third-login {
		height: 200px !important;
		width: 200px !important;
	}

	.Thrid-login-font {
		font-size: 40px;
		padding-top: 30px;
	}

	.col-md-12 {
		padding-left: 180px;
		padding-right: 180px;
	}

	h4 {
		padding-top: 110px;
		padding-bottom: 110px;
		padding-left: 180px;
		padding-right: 180px;
	}

	.Third-login-button-div {
		padding-left: 220px;
		padding-right: 220px;
	}
}
/*============================*/
@font-face {
	font-family: poppins;
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("/fonts/Poppins-Medium-500.ttf") format("truetype");
}

@font-face {
	font-family: "poppins";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("/fonts/Poppins-Regular-400.ttf") format("truetype");
}

@font-face {
	font-family: "poppins";
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: url("/fonts/Poppins-SemiBold-600.ttf") format("truetype");
}

@font-face {
	font-family: "poppins";
	font-weight: 300;
	font-style: italic;
	font-display: swap;
	src: url("/fonts/Poppins-Light-Italic-300.ttf") format("truetype");
}
