body{background:url(/img/bg.jpg) repeat;}
p {margin:0; padding:0;}
.pass{color:#fff; font-weight:bold; font-size:120%;}
.error{color:red; font-weight:bold; font-size:120%;}
.spacer{clear:both; height:10px;}
.clear{clear:both; }
.main {
	margin:0 auto;
	width:500px;
}
#login-box {
	width:333px;
	height: 352px;
	padding: 50px 50px 0 55px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(/img/login-box-backg.png) no-repeat left top;
}
#login-box img {
	border:none;
}
#login-box h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: bold 44px "Calibri", Arial;
}
#login-box-name {
	float: left;
	display:inline;
	width:70px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
}
#login-box-field {
	float: left;
	display:inline;
	width:200px;
	min-height:40px;
	margin:0;
	margin:0px 0 7px 0;
}
.radio {
	width:20px;
}
.form-login  {
	width: 190px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#1e4f8a;
	font-size: 16px;
	color: #ebebeb;
}
.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}
.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}
.space {
	margin-top:10px;
}
.button {
	width:110px;
	margin:0 auto;
}
.submit {
	cursor:pointer;
	margin-top:10px;
	border:0px;
	width:103px;
	height:42px;
	background:url(/img/login-btn.png)no-repeat;
}
.submit:hover {
	cursor:pointer;
	margin-top:10px;
	border:0px;
	width:103px;
	height:42px;
	background:url(/img/login-btn_hover.png)no-repeat;
}


.content_title_outer_auth {
	background-color: var(--white);
	padding-top: 32px;
	padding-bottom: 16px;
	padding: 16px 0;
	box-sizing: border-box;
}

.content_title_auth {
	max-width: var(--page-max-width);
	gap: 10px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	font-family: var(--fonts-regular);
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
}

.auth_section {
	width: 410px;
	border-radius: 2px;
	padding: 24px !important;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #EAEAEC;
	box-sizing: border-box;
	border-radius: 8px;
}

.auth_section form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.auth_inputs {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 16px;
}

.auth_inputs_label {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	font-family: var(--fonts-light);
	color: var(--text-grey);
	padding: 0px 0px 2px 0px;
}

.auth_inputs div {
	width: 100%;
}

.auth_inputs_input {
	width: 100%;
	padding: 12px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	font-family: var(--fonts-light) !important;
	box-sizing: border-box;
	border: 1px solid var(--light-grey);
	color: var(--light-grey);
}

.auth_show_password_icon {
	position: absolute;
	right: 12px;
	bottom: 12px;
	cursor: pointer;
	display: block;
}

.auth_password_block {
	position: relative;
}

.auth_recaptcha_section {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.auth_recaptcha {
	min-height: 93px;
}

.auth_recaptcha div {
	transform:scale(1.06);
	-webkit-transform:scale(1.06);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

.g-recaptcha {
	box-sizing: border-box;
	cursor: pointer;
}

.white_button {
	text-align: center;
	padding: 12px 16px;
}

.white_button a {
	cursor: pointer;
	text-decoration: none;
}

.white_button a:hover {
	cursor: pointer;
	text-decoration: underline;
}

.white_button a:visited {
	color: var(--dark-blue);
	text-decoration: none;
}

.highlight-red {
	color: var(--red);
	text-align: left;
}

/*.rc-anchor {*/
/*    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;*/
/*    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;*/
/*    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;*/
/*}*/

.btns_section {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.warning_section {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-content: center;
	text-align: center;
}

.warning_section_icon {
	height: 40px;
	text-align: center;
}

.warning_section_text {
	color: var(--step-dark);
}

.hidden {
	display: none;
}

.error_icon {
	font-size: 48px;
	margin-bottom: 32px;
}

.enr_inner {
	width: 600px;
	height: 530px;
	overflow-y: auto;
	margin-top: 40px;
}

.enr_text {
	text-align: justify;
	padding: 0;
	color: var(--dark-blue);
	font-size: 14px;
	font-weight: 300;
	font-family: var(--fonts-light);
	display: flex;
	flex-direction: column;
}

.enr_inner {
	padding: 32px;
}

.enr_title {
	font-size: 24px;
	font-weight: 400;
	font-family: var(--fonts-regular);
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: 25px;
	width: 90%;
}

.enr_message {
	padding: 0 !important;
}

.enr_close {
	top: -10px !important;
	right: -15px !important;
}

.instruction_steps {
	display: flex;
	align-items: center;
	justify-items: space-between;
}

.instruction_steps_number {
	height: 100%;
	background-color: var(--step-dark);
	border-radius: 4px;
	display: flex;
	box-sizing: border-box;
	padding: 12px;
	color: var(--white);
	margin-right: 16px;
}

.round-dialog-borders {
	border-radius: 8px !important;
}

.enr_section_text {
	color: var(--red);
}

.enr_section_icon {
	height: auto;
}

.warning_bold_text {
	font-size: 24px;
	font-family: var(--fonts-bold);
	margin-bottom: 8px;
}

.language_choose {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}

.auth_words_lang_btn a {
	text-decoration: none;
	color: var(--dark-blue);
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	padding:  8px 12px;
	border-radius: 4px;
	cursor: pointer;
}

.auth_words_lang_btn_flag {
	width: auto !important;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.auth_lang_btn_current a {
	background-color: var(--main-white);
	cursor: not-allowed;
}

.auth_lang_tr_title {
	font-size: 12px;
	color: var(--text-grey)
}

.auth_lang_titles {
	display: flex;
	flex-direction: column;
}

.no_auth_buttons {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.g-recaptcha {
	box-sizing: border-box;
	cursor: pointer;
}

.green_button {
	background-color: var(--step) !important;
	border: 1px solid var(--step) !important;
	color: var(--main-white) !important;
}
.buttons {
	text-decoration: none !important;
	border-radius: 2px !important;
	padding: 12px 16px !important;
	width: 100%;
	font-size: 16px;
	font-family: var(--fonts-light);
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	box-sizing: border-box;
}

.page_narrow {
	background: #fff;
	position: relative;
	padding-top: 12px;
	padding-bottom: 16px;
	min-height: 752px;
}

.content_narrow {
	max-width: var(--page-max-width);
	font-size: 12px;
	margin: 0 auto;
	align-items: center;
}

.page_content {
	max-width: var(--page-max-width);
	color: var(--dark-blue);
	font-size: 16px;
	font-weight: 300;
	font-family: var(--fonts-light);
	line-height: 24px;
}

.normal_auth {
	width: 100%;
}

.orange_button {
	background-color: var(--accent);
	border: 1px solid var(--accent);
	color: var(--dark-blue);
}

.auth_inputs div {
	width: 100%;
}
div.error {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: red;
}