/* input(84,7): run-time error CSS1035: Expected colon, found '{' */
@font-face {
	font-family: 'SegoeUI';
	font-weight: normal !important;
	font-style: normal;
	src: url("../../fonts/SegoeUI/segoeui.eot?v=eerj-UOrU9vD9BjXEQPIxMPX28c");
	src: url("../../fonts/SegoeUI/segoeui.eot#iefix") format('embedded-opentype'),
	url("../../fonts/SegoeUI/segoeui.woff?v=eerj-UOrU9vD9BjXEQPIxMPX28c") format('woff'),
	url("../../fonts/SegoeUI/segoeui.ttf?v=eerj-UOrU9vD9BjXEQPIxMPX28c") format('truetype'),
	url("../../fonts/SegoeUI/segoeui.svg#SegoeUI") format('svg');
}

@font-face {
	font-family: 'SegoeUI-Light';
	src: url("../../fonts/SegoeUI/segoeuil.eot?v=eerj-UOrU9vD9BjXEQPIxMPX28c");
	src: url("../../fonts/SegoeUI/segoeuil.eot#iefix") format('embedded-opentype'),
	url("../../fonts/SegoeUI/segoeuil.woff?v=eerj-UOrU9vD9BjXEQPIxMPX28c") format('woff'),
	url("../../fonts/SegoeUI/segoeuil.ttf?v=eerj-UOrU9vD9BjXEQPIxMPX28c") format('truetype'),
	url("../../fonts/SegoeUI/segoeuil.svg#SegoeUI-Light") format('svg');
}

body {
	background-color: #eaedf0;
}

.login-page {
	width: 410px;
	border-radius: 5px;
	margin: 10px auto 0px;
	background-image: linear-gradient(180deg,rgb(255,255,255)0%,rgb(244,245,247)97%);
	background-image: -webkit-linear-gradient(180deg,rgb(255,255,255)0%,rgb(244,245,247)97%);
	font-family: SegoeUI, sans-serif;
	box-shadow: 0 1px 2px 0 #aeb6bf;
	height: auto;
	background-color: #FAFAFB;
	text-align: center;
}

.browser-warning {
	width: 350px;
	border-radius: 3px;
	border: solid 1px #b8cae9;
	margin: 43px auto 0;
	padding: 10px 10px 10px 50px;
	font-family: SegoeUI, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.15;
	letter-spacing: normal;
	color: #88a0c9;
	height: auto;
	background: url("../../images/unsupported_browser.png?v=eerj-UOrU9vD9BjXEQPIxMPX28c") no-repeat scroll 0 0 transparent;
	background-color: #e5ecf5;
	background-position-x: 10px;
	background-position-y: center;
	text-align: left;
	min-height: 40px;
}

.native-application-notification {
	background: url(../../images/Logos/envi_native_app_icon.svg?v=eerj-UOrU9vD9BjXEQPIxMPX28c) no-repeat scroll 7px 7px #FAFAFB;
	font-size: 15px;
	height: 65px;
	width: 310px;
	background-size: 75px;
	padding: 25px 10px 0 90px;
	font-family: SegoeUI, sans-serif;
	margin: 0 auto 0;
	box-shadow: 0 1px 2px 0 #aeb6bf;
	border-radius: 5px;
}

.btn.open-btn {
	width: 87px;
	height: 40px;
	background: #ffffff;
	border: #bbbbbb 1px solid;
	margin-right: 20px;
	text-shadow: none;
	text-align: center;
	color: #252525;

	span {
		font-family: SegoeUI-SemiBold, sans-serif;
	}
}

.native-application-notification p {
	margin: 0;
}

.native-application-notification .bold {
	font-size: 17px;
}

.close-notification {
	padding-left: 295px;
}

.close-notification img {
	position: absolute;
	width: 24px;
	opacity: 0.35;
	top: 9px;
}

.logo-text {
	font-size: 20px;
	color: rgb(17,17,17);
	padding: 15px 0;
}

.line-separator {
	border-bottom: 1px solid #dddddd;
}

.label-text {
	color: rgb(51, 51, 51);
	padding: 10px 0;
	width: 350px;
	padding-left: 30px;
}

.label-text.narrow {
	width: 250px;
	padding-left: 80px;
}

.label-text .long-text,
.error-box .long-text {
	word-wrap: break-word;
	padding-right: 10px;
}

.label-text .long-text {
	margin: 0;
}

.button,
.input,
.link {
	padding: 10px 0;
}

.verify-button {
	margin-top: 20px;
	margin-bottom: -20px
}

.link-block {
	display: flex;
	justify-content: space-around;
}

.simple-container {
	display: flex;
	justify-content: center;
}

.input input[type='text'],
.input input[type='password']
 {
	width: 246px;
	height: 30px;
	border: 1px solid #c1c1c1;
	border-radius: 3px;
	font-size: 14px;
	color: rgb(51,51,51);
	padding: 0 10px;
	line-height: 30px;
	text-align: left;
}

input:focus {
	box-shadow: 0 0 12px #387bbe;
	outline: none;
}

.btn, .jquery-msgbox-buttons .proceed-mfa-btn {
	border-radius: 3px;
	border: none;
	box-shadow: 0 1px 0 #C7CED4;
	padding: 6px 22px;
	background: 			#2567ab /*{b-bup-background-color}*/;
	color: 					#fff /*{b-bup-color}*/;
	text-shadow: 0 /*{b-bup-shadow-x}*/ -1px /*{b-bup-shadow-y}*/ 1px /*{b-bup-shadow-radius}*/ #145072 /*{b-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #809AA9 /*{b-bup-background-start}*/), to( #668496 /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#809AA9 /*{b-bup-background-start}*/, #668496 /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#809AA9 /*{b-bup-background-start}*/, #668496 /*{b-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#809AA9 /*{b-bup-background-start}*/, #668496 /*{b-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#809AA9 /*{b-bup-background-start}*/, #668496 /*{b-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#809AA9 /*{b-bup-background-start}*/, #668496 /*{b-bup-background-end}*/);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#809AA9', endColorstr='#668496'); /* IE8-9 */
}

.btn:hover {
	background: #4b88b6;
}

.btn span {
	font-family: SegoeUI-Light, sans-serif;
	font-size: 1.125em;
}

.btn.skip{
	padding: 5px 28px;
	color: #809AA9;
	border: 1px solid;
	background: #FAFAFB;
	text-shadow: 0 0;
	filter: none;
}

.btn.skip:hover {
	background: aliceblue;
}

.btn.custom {
	width: 151px;
}

.link a {
	color: #2489ce;
	font-weight: normal;
	text-decoration: underline;
	font-size: 16px;
	cursor: pointer;
}

.error-box img,
.reset-password-box img {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.error-message {
	padding-bottom: 1px;
	margin-top: -10px;
}

.error-box p,
.reset-password-box p {
	color: #668496;
	font-size: 14px;
	margin: 8px 0 8px 41px;
	text-align: left;
}

.error-box, .reset-password-box {
	width: 350px;
	margin: 0px 0 16px 30px;
	border-radius: 3px;
	border: 1px solid #EAEDF0 !important;
	background-color: #F1F1F1;
}

.reset-password-box {
	margin: 20px 0 16px 30px;

}

.announcement {
	font-size: 12px;
	padding: 15px 30px;
	text-align: left;
	width: 350px;
}

.announcement span {
	color: #F38962;
	font-weight: bold;
}

.announcement p {
	color: #818182;
	margin: 5px 0;
	text-align: left;
}

.announcement p,
.sso-message {
	white-space: pre-line;
	word-wrap: break-word;
}

.announcement .announcement-text-ie9-ie8 {
	white-space: normal;
}

.checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    outline: none;
    opacity: .1;
    background-color: transparent;
}

input.checked + label {
    background: url(../../images/checkbox_icon.png?v=eerj-UOrU9vD9BjXEQPIxMPX28c);
}

.checkbox:focus + label {
	box-shadow: 0 0 12px #387bbe;
}

.checkbox + label {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	border: 1px solid #aaa;
	background: #fff;
}

.remember-me-label {
	line-height: 18px;
	vertical-align: bottom;
	color: #868686;
	font-size: 15px;
}

.caps-lock-message {
    white-space: pre-wrap;
    padding: 14px 20px;
    margin-top: 35px;
    margin-left: -269px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #aaa;
    font-size: 13px;
    position: absolute;
    border: 2px solid #888;
    background: #FFF;
}

.mfa-setup-container {
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}

.mfa-setup-container p {
	margin: 0;
}

.mfa-required-msg {
	padding-top: 16px;
	padding-bottom: 16px;
}

.mfa-required-options {
	margin-bottom: 14px;
}

.mfa-app-option {
	margin-bottom: 170px;
}

.mfa-email-option {
	margin-bottom: 47px;
}

.label-distance {
	margin-left: 10px;
}

.zero-distance {
	margin: 0;
}

.next-button {
	text-align: center;
}

.next-button .btn.custom{
	cursor: pointer;
}

.recovery-cods-table {
	display: grid;
	grid-template-columns: repeat(3, min-content);
	color: rgb(51, 51, 51);
	gap: 24px;
	white-space: nowrap;
	font-weight: 600;
	line-height: 24px;
	justify-content: center;
}

.mfa-recovery-codes-button {
	width: 166px;
	margin: 24px 0 22px 0;
}

.mfa-recovery-codes-button:first-child {
	margin-right: 10px;
}

.left-align-text {
	text-align: left;
}

.jquery-msgbox-buttons .proceed-mfa-btn {
	font-size: 15px;
	font-family: SegoeUI-Light, sans-serif;
	letter-spacing: normal;
}

.jquery-msgbox-buttons .proceed-mfa-btn:hover {
	background: #4b88b6;
}

.jquery-msgbox-buttons .proceed-mfa-btn:focus {
	outline: none;
}

.jquery-msgbox-buttons .cancel-mfa-btn {
	border-radius: 3px;
	border-color: #CBD8E1;
	padding: 6px 22px;
	background: #fff;
	color: #495664;
	font-size: 15px;
	font-family: SegoeUI-Light, sans-serif;
	letter-spacing: normal;
}

.jquery-msgbox-buttons .cancel-mfa-btn:hover {
	background-color: #F6F8F9;
}

.jquery-msgbox-buttons .cancel-mfa-btn:focus {
	outline: none;
}

.auth-app-info-msg, .auth-app-help-text, .manual-code-container {
	font-family: Segoe UI, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.auth-app-info-msg {
	padding: 16px 28px;
	text-align: left;
}

.auth-app-help-text {
	padding: 16px 28px 8px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.qr-code-container {
	min-width: 410px;
	max-width: 410px;
}

.centered-qr-code {
	max-width: 184px;
	max-height: 185px;
}

.manual-code-container {
	display: flex;
	align-items: start;
	justify-content: center;
	gap: 8px;
	padding: 0px 28px 14px;
	max-height: 24px;
}

.manual-code-text {
	margin: 0px;
}

.copy-button-container {
	display: inline-block;
	position: relative;
}

.copy-tooltip {
	display: none;
	font-size: 12px;
	position: absolute;
	top: -5px;
	padding: 1px 5px;
	margin-left: 2px;
	background-color: white;
	border: 1px solid #555;
	border-radius: 3px;
}

.copy-btn {
	opacity: 0.5;
	width: 18px;
	height: 19px;
	margin-top: 3px;
}

.copy-btn:hover {
	opacity: 1;
}