@font-face {
	font-family: 'Roboto Condensed';
	src: url(fonts/RobotoCondensed-Regular.ttf);
}

body{
	margin: auto;
	color: #707070;
	background-color: #2d2b2b;
	background-image: url(https://update-nl-dev.stalker.so/res_auth/bg_image.jpg);
	background-size: cover;
	font-family: 'Roboto Condensed', sans-serif;
}

.center_block {
	margin-left: auto;
	margin-right: auto;
	max-width: fit-content;
	text-align: center;
	align-items: center;
	align-content: center;
	padding: 40px 0;
}

.google_logout_button{
	height: 60px !important;
	margin: 150px !important;
}


.a_btn {
	background-image: url(https://update-nl-dev.stalker.so/res_auth/btn_normal.png);
	background-color: rgba(255, 255, 255, 0);
	background-size: 100% 100%;
	/*background-repeat: no-repeat;*/

	margin: 0.2em;
	width: 420px;
	height: 60px;
	border: none;
	color: rgb(130, 130, 130);

	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.4em;

	cursor: pointer;
}


.a_btn:hover {
	background-image: url(https://update-nl-dev.stalker.so/res_auth/btn_hover.png);
	background-color: rgba(255, 255, 255, 0);
	color: rgb(230, 230, 230);
}

.a_btn:disabled{
	background-image: url(https://update-nl-dev.stalker.so/res_auth/btn_disabled.png);
	background-color: rgba(255, 255, 255, 0);
	color: rgba(52, 15, 15, 255);
	transition: 0.5s;
}

.labelbtn{
	font-family: 'Roboto Condensed', sans-serif;
}

.btn_help {
	margin-bottom: 20px;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}

.back_button{
	margin: 150px;
}

/*иконка для кнопки (общий класс)*/
.bimg{
	width: 20px;
	height: 20px;
	margin-right: 8px; /* Отступ между изображением и текстом */
}

/*
.egimg{
	width: 30px;
}

.gimg{
	width: 20px;
}

.yimg{
	width: 26px;
	display: inline;
}
.mailruimg{
	height: 20px;
	display: inline;
}

.vkimg{
	width: 20px;
	height: 20px;
	display: inline;
} */


.cefimg{
	position: absolute;
	left: 10px;
	bottom: 10px;
}

/*Выпадающий список для смены языка*/
.dd_lang{
	position: absolute;
	right: 10px;
	top: 10px;

	color: rgb(130, 130, 130);
	box-shadow: 0px 0px 0px 2px #747474;
	border-radius: 3px;

	cursor: pointer;
}

.dd_lang:hover, .cur_lang:hover{
	color: rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 2px #ffffff;
	border-radius: 3px;
}

.cur_lang{
	padding: 10px;
	color: rgb(130, 130, 130);
	box-shadow: 0px 0px 0px 2px #747474;
	border-radius: 3px;
	cursor: pointer;
}

.dd_lang_content{
	display: None;
}

.dd_lang_btn{
	font-size: 14px;
	margin-bottom: 4px;
	padding: 10px;
	color: rgb(192, 192, 192);
}

.dd_lang_btn:hover{
	color: rgb(255, 255, 255);
	background: rgb(96, 27, 27);
	box-shadow: 0px 0px 0px 2px #dfdfdf;
	border-radius: 3px;
}

.cur_lang_blur{
	color: rgb(255, 255, 255);
}

.apientry{
	margin-left: 10px;
	margin-bottom: 10px;
}
.args{
	margin-left: 10px;
}
.edoc {
	margin: 5px;
}

.checkmark{
	font-size: 50px;
	color: green;
}

footer {
	position: fixed;
	bottom: 10px;
}

.footer_privacypolicy{
	font-size: 12px;
	padding-left: 20px;
	padding-bottom: 10px;
}
