.form-check_custom{
	/* margin: 0 auto;
	display: table; */
	display: block;
	width: 100%;
}

.padding-site{
	padding-left: 5px;
	padding-right: 5px;
}

/* Customize the label (the container) */
.checkbox__container {
	display: inline-block;;
	position: relative;
	padding-left: 22px;
	margin-bottom: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 400;
	font-size: 11px;
}

/* Hide the browser's default checkbox */
.checkbox__container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: -1px;
	left: 0;
	height: 16px;
	width: 16px;
	background: #fff none;
	border: 1px solid #ccc;
	border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox__container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox__container input:checked ~ .checkmark {
	background-color: #fff;
}

.checkbox__container input:checked ~ .checkmark:hover {
	background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox__container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox__container .checkmark:after {
	left: 5px;
	top: 2px;
	width: 5px;
	height: 9px;
	border: solid black;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.captcha{
	margin-top: 15px;
    transform: scale(0.83);
    transform-origin: 0 0;
}

.fill-width {
	width: 100%;
}

.form_auth__submit-btn {
	display: block;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	width: 100% !important;
	margin-top: 10px !important;
	background: #e6280d !important;
}
.form_auth__submit-btn:hover,
.form_auth__submit-btn:active,
.form_auth__submit-btn:focus{
	outline:none;
}
.input-title {
	margin: 15px 0 5px;
	font-weight: bold;
}

.red-star {
	color: red;
}

.input-fix{
    padding: 10px 2%;
    /* width: 100%; */
    width: 95%;
}

.login-error-box {
	margin-top: 2rem;
	padding: 1rem;
	background: #ffcbcb;
	color: #af1414;
	border: 1px solid #e68585;
}

.pass-wrapper{
	display: inline-block;
	position: relative;
	width: 100%;
}
.s-h-pass{
	display: block;
	position:absolute;
	top: 11px;
    right: 5px;
    width: 22px;
    height: 16px;
	font-size:18px;
	text-align:center;
	z-index:5;
	cursor: pointer;
	color: #306f52;
	user-select:none;
	background-image:url(./images/eye_grey.png);
	background-size: 75% 60%;
	background-position: center;
	background-repeat: no-repeat;
}
.s-h-pass:hover{
	cursor: pointer;
}
.forgot-pass-link{
	display: inline-block;
	text-decoration: underline !important; 
	font-size: 10px; 
	color: #585858 !important; 
	position: absolute; 
	top: 0;
	right: 0;
	font-weight: normal;
}
.auth-input{
	width: 95%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: content-box !important;
	line-height: initial !important;

}
/* *,
*:after ,
*:before{
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
} */

/* .auth-popup__content{
	width:287.7px !important;
	height: 319px;
} */
html{
	font-size:initial !important;
}