@CHARSET "ISO-8859-1";

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input[type=text], input[type=password] {
	color: black !important;
}

.theme-container-default {
	padding: 30px;
	max-width: 500px;
	width: 100% !important;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	font-family: helvetica;
	margin-top: 10%;
	background-color: #F7F7F7;
}

.theme-container-h3 {
	text-align: center;
	font-family: roboto;
}

.theme-container-default input[type=text], .theme-container-default input[type=password] {
	height: 44px;
	font-size: 1.143em;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	border-radius: 5px;
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.theme-container-default input[type=text]:hover, .theme-container-default input[type=password]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
	text-align: center;
	font-size: 1em;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;
}

.loginmodal-submit {
	border: 0;
	border-radius: 5px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	padding: 17px 0 !important;
	font-family: helvetica;
	font-size: 1em;
	width: 100%;
	display: block;
	margin-bottom: 10px !important;
	position: relative;
	font-weight: bold;
}

.loginmodal-submit:hover {
	background-color: #357ae8;
	cursor: pointer;
}

.theme-container-default a {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	transition: opacity ease 0.5s;
}

.login-help {
	font-size: 0.857em;
	float: right;
}

.login-error {
	font-size: 0.857em;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	white-space: pre-wrap;
}

.login-forgot-password {
	font-size: 1em;
	text-align: center;
}

.login-forgot-password a:link {
	color: black;
}

.login-forgot-password a:hover {
	font-weight: bold;
	text-decoration: none;
}

.theme-logo {
	display: block;
	margin: 0 auto;
	margin-bottom: 1%;
	max-width: 264px;
	max-height: 64px;
}

.background {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

#outer {
	width: 100%;
	text-align: left;
}

.inner {
	display: inline-block;
}

.error-describe {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#presented-message {
	padding-top: 0;
}

#message, #defaultMessageEnabled {
	word-break: break-word;
	font-weight: bold;
}

.none {
	display: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.container-mfa-token-action {
	width: 100% !important;
	display: flex;
}

.input-mfa-token {
	float: left !important;
}

.input-mfa-token-email-sms {
	width: 55% !important;
}

.input-mfa-google-authenticator-token {
	width: 70% !important;
}

.btn-mfa-revoke {
	margin-left: 8px;
}

.btn-mfa-action {
	width: 50px;
	height: 42px;
	margin-top: 1px;
	float: right;
}

.btn-mfa-action-validate-next-mfa {
	margin-left: 8px;
}

#organizationName, #welcomeMessage {
	min-height: 30px !important;
}

.no-border {
	border: 0 !important;
}

.external-identity-providers-box {
	width: 100%;
	display: flex;
}

.external-identity-providers-image-box {
	width: 93px;
	margin-top: 27px;
}

.external-identity-providers-button-box {
	width: 80%;
}

.external-identity-providers {
	max-width: 200px;
	margin: 0 auto;
}

.external-identity-provider-button {
	background: none !important;
	text-align: left !important;
	outline: none !important;
	font-size: 0.857em !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	margin-top: 10px;
	display: inline-block !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	max-width: 150px !important;
	position: absolute !important;
	font-weight: 400;
}

.external-identity-provider-image {
	width: 21px;
	float: left;
	margin-left: 28px;
}

.sign-in-with {
	font-size: 0.857em;
}

.decorated {
	overflow: hidden;
	text-align: center;
}

.decorated > span {
	position: relative;
	display: inline-block;
}

.decorated > span:before, .decorated > span:after {
	content: '';
	position: absolute;
	top: 50%;
	border-bottom: 1px solid #CCC;
	width: 100vw;
	margin: 0 20px;
}

.decorated > span:before {
	right: 100%;
}

.decorated > span:after {
	left: 100%;
}

.activeMatasenhaBox {
	color: #fff;
	text-align: right;
	margin-bottom: 20px;
}

.activeMatasenhaBox > #activeMatasenhaLink, .logoutMatasenhaShowQrCode, .continueMatasenhaShowQrCode {
	cursor: pointer;
}

#twoDigitValidationContainer {
	position: relative;
	height: 120px;
}

#twoDigitValidationNumber {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #99ca3c;
	border: 1px solid #dfdfdf;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.143em;
	color: white;
}

.logoutLink {
	cursor: pointer;
	font-weight: normal;
	font-size: 1em;
}

.logoutLink:hover {
	font-weight: bold;
}

#loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid green;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
}

#googleKey {
	text-align: center;
	margin: revert;
	background-color: white;
	font-weight: bold;
	padding: 10px 0;
}

.justifiedTextContainer {
	text-align: justify;
	text-justify: inter-word;
}

.qrCodeText {
	white-space: pre-wrap;
	word-wrap: break-word;
}

.mt-14 {
	margin-top: 14px;
}

.mt-5-rem {
	margin-top: 5rem !important;
}

@keyframes spin {
	0% { transform: translate(-50%, -50%) rotate(0deg); }
	100% { transform: translate(-50%, -50%) rotate(360deg); }
}
