/*$Id$*/
@font-face {
	/*======Font file Version : Sign-in-v1.21===============*/
	font-family: "signinicon";
	src: url("../images/fonts/signinicon.30c459a869c6965791819223ffb588dc.eot");
	src: url("../images/fonts/signinicon.30c459a869c6965791819223ffb588dc.eot") format("embedded-opentype"),
		url("../images/fonts/signinicon.c383d22ec52e7d5cf338c9e1d9401a6e.woff2") format("woff2"),
		url("../images/fonts/signinicon.5c56481996367e395306fc7a5c5b9a5d.ttf") format("truetype"),
		url("../images/fonts/signinicon.4fa2d8fb3903ff4fdf4547009baaf797.woff") format("woff"),
		url("../images/fonts/signinicon.d106df2fea62bea4b69e8770765ef29e.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "signinicon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
* {
	box-sizing: border-box;
}
body {
	background-color: #fff;
	font-family: ZohoPuvi;
	margin: 0px;
	padding: 0px;
	height: 100vh;
	width: 100vw;
	position: relative;
}

.background-bg {
	position: fixed;
	width: 100%;
	height: 230px;
	background-color: #ffeea6;
}

.main-container {
	position: relative;
	text-align: center;
}

.wh100 {
	width: 100%;
	height: 100%;
}

.flexM {
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-item-wrap {
	height: 130px;
	width: 100%;
	padding-top: 30px;
	gap: 12px;
}

.logo-item {
	width: 38px;
	height: 38px;
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(/v2/components/images/newZoho_logo.svg);
}
.page-head {
	font-weight: 500;
	letter-spacing: 0.3px;
}
.outer-container.wh100 {
	background-image: url("../images/bg.49756b7c711696d95133fa95451f8e13.svg");
	background-size: cover;
}

.login-container {
	display: inline-block;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 18px;
	background-color: #fff;
	padding: 26px 28px 38px;
}

.qr-container {
	overflow: hidden;
	background: #f5f5f5;
	border: 1px dashed #dcdcdc;
	box-sizing: border-box;
	border-radius: 12px;
	width: 100%;
	height: 250px;
	padding: 24px;
	position: relative;
}

.qr-container-dom {
	width: 198px;
	height: 200px;
	background-color: #fff;
}
.qr-container-logo {
	width: 46px;
	height: 46px;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
.qr-logo-icn {
	width: 36px;
	height: 30px;
	background-size: 36px 30px;
	background-image: url("../images/weblogin_plain_logo.23d5b54cc926d6782289f6602f8a4e42.svg");
}
.user-profile-icon {
	width: 30px;
	height: 28px;
	background-size: 30px 28px;
	background-image: url("../images/weblogin_user_profile.ed87d4369d6074e3fb94a65282fb26d2.svg");
	margin: 0px 5px;
}
.user-settings-icon {
	width: 30px;
	height: 28px;
	background-size: 30px 28px;
	background-image: url("../images/weblogin_settings.9915fe02b7471cc27d038bf07d1aa64d.svg");
	margin: 0px 5px;
}
.instructions-container {
	margin-top: 24px;
	text-align: left;
}
.instructions-header {
	color: #000;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 12px;
}
.instructions {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 8px;
	margin-left: 4px;
}
.instructions div {
	margin-bottom: 14px;
}
.instructions div:nth-child(2) {
	display: flex;
	align-items: center;
}
.qr-reload-container {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(255,255,255,0.2);
}

.show-reload-btn .qr-reload-container {
	display: flex;
}

.qr-reload-btn {
	width: 300px;
	height: 80px;
	padding: 0px 30px;
	color: #fff;
	background-color: #fadf50;
	border-radius: 12px;
	cursor: pointer;
}

.qr-reload-icon {
	width: 17px;
	height: 20px;
	background-size: 17px 20px;
	background-image: url("../images/weblogin_reload_icon.114764f064df5bec3d95b60ab6dad8c8.png");
	margin-right: 12px;
}

.qr-reload-txt {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}

.qrloginlink {
	color: #439bf7;
	padding-left: 5px;
	cursor: pointer;
	text-decoration: none;
}

.showTopNotificationMsg {
	display: block;
	height: auto;
	min-width: 200px;
	width: fit-content;
	width: -moz-fit-content;
	max-width: 600px;
	background-color: #032239;
	border-radius: 6px;
	position: fixed;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.2s ease;
	padding: 0px 20px;
	z-index: 2;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
}

.topNotificationText {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	margin: 16px 0px;
	max-width: 510px;
}

.line {
	background-color: #dcdcdc;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	margin: 27px 0px;
	position: relative;
}

.line_con {
	position: relative;
	top: -8px;
	text-align: center;
	margin: auto;
}

.line_con span {
	background: #fff;
	color: #626262;
	font-size: 14px;
	padding: 0px 8px;
	position: relative;
	top: -1px;
	line-height: 20px;
}

.authorize_check {
	position: relative;
	margin-top: 16px;
	display: grid;
	grid-template-columns: 21px auto;
	margin-left: 3px;
}

.authorize_check .trust_check {
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 1px;
	left: 1px;
	margin: 0px;
	cursor: pointer;
	height: 16px;
	width: 16px;
}

.authorize_check .trust_check:checked ~ .auth_checkbox {
	background-color: #138de3;
	border-color: #138de3;
}

.authorize_check .auth_checkbox {
	z-index: 0;
	height: 16px;
	width: 16px;
	display: inline-block;
	border: 1px SOLID #ababab;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	box-sizing: content-box;
}

.authorize_check .auth_checkbox .checkbox_tick {
	display: block;
	height: 5px;
	width: 11px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
	margin: 4px 2px;
}

.authorize_check label {
	font-size: 14px;
	color: #222222;
	cursor: pointer;
	margin: 1px auto 0px 4px;
}

.or-section {
	padding: 0px 22px;
}

.act-btn {
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #dcdcdc;
	padding: 14px 12px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
    background-color: #FFF;
}

.actions {
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
}

.act-btn .cta {
    font-family: ZohoPuvi;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #000;
}

.act-btn span {
	vertical-align: middle;
}

.icon-zoho .path1:before {
	content: "\e979";
	color: rgb(255, 255, 255);
}

.icon-zoho .path2:before {
	content: "\e97a";
	margin-left: -1em;
	color: rgb(249, 178, 29);
}

.icon-zoho .path3:before {
	content: "\e97e";
	margin-left: -1em;
	color: rgb(34, 109, 180);
}

.icon-zoho .path4:before {
	content: "\e97f";
	margin-left: -1em;
	color: rgb(8, 153, 73);
}

.icon-zoho .path5:before {
	content: "\e980";
	margin-left: -1em;
	color: rgb(228, 37, 39);
}

.icon-zoho .path6:before {
	content: "\e981";
	margin-left: -1em;
	color: rgb(249, 178, 29);
}

.icon-zoho {
	font-size: 16px;
	display: flex;
}

.icon-mob:before {
  content: "\e95a";
  color: #0087ed;
}
