#error-wrapper {
	min-height: calc(100vh - 141px);
	 background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% center;
    background-image: url('../images/background1.png');
}

#error-wrapper .container {
	height: calc(100vh - 141px);
}

#error-wrapper .container .table {
	height: 100%;
}

#birthdate-wrapper {
	/*display: none;*/
}

#birthdate-wrapper .title {
	color: #c0bfbf;
	font-size: 34px;
	line-height: 42.5px;
	font-weight: 700;
	margin-bottom: 10px;
}

#birthdate-wrapper .subtitle {
	color: #ccc;
	font-size: 20px;
	line-height: 1.25em;
	text-align: left;
	font-weight: 100;
	margin-bottom: 22px;
}

#birthdate-wrapper .date {
	text-align: right;
}

#birthdate-wrapper .description {
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 100;
	color: #c0bebe;
	margin-top: 30px; /*200px;*/
	margin-bottom: 15px;
}

#birthdate-wrapper .button-wrapper {
	text-align: right;
}

#birthdate-wrapper .checkbox-wrapper {
	margin-bottom: 15px;
}

#birthdate-wrapper .button-wrapper button {
    border-radius: 3px;
    background: #c0bebe;
    color: #2d2828;
    text-transform: uppercase;
    padding: 7px 58px 6px 58px;
    font-weight: 700;
    border: 0;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
}

.check_access_age .select2-container {/*width:100% !important;*/ font-size:31px;}
.check_access_age .select2-container--default .select2-selection--single {background:none;border: 1px solid #ccc;height: 40px;border-radius:0 !important;}
.check_access_age .select2-container--default .select2-selection--single .select2-selection__rendered {color: #ccc;padding-top: 7px;text-align:center;width: calc(100% - 35px);font-size: 29px;box-sizing: border-box;}
.check_access_age .select2-container--default .select2-selection--single .select2-selection__arrow {width: 45px;height: 38px;margin:0;padding:0;right:0;border-left: 1px solid #ccc;}
.check_access_age .select2-container--default .select2-selection--single .select2-selection__arrow b {margin:0;padding:0;background: url('../images/select2-caret-open.svg') center calc(50% + 0px) no-repeat;border:0;width:100%;height:100%;top:0;left:0;background-size: 22px;}
.select2-container--open .select2-dropdown--below {background: rgba(0, 0, 0, 0.6509803921568628) !important;border-radius: 0;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #8a8a8a !important;font-family: 'Rubik';}
.select2-results__option {font-family:'Rubik', arial;}
.select2-results {}

.select2-container--open .select2-dropdown--below {
	border-top:none;
	 border-top-left-radius:0;
 	border-top-right-radius:0;
 	background-color: #104274;
 	color: #fff;
 	font-family: 'cityof';
 	font-size: 31px;
 	line-height: normal;
}

.select2-container--open .select2-search.select2-search--dropdown {
	font-size: 13.3px;
}

#session-wrapper {
	/*display: none;*/
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

#session-wrapper .title {
	color: #FFF; /*#c0bfbf;*/
	font-size: 34px;
	line-height: 1.25em;
	/*text-transform: uppercase;*/
	font-weight: 700;
	margin-bottom: 15px; /*20px;*/
	font-family: Calibri;
}

#session-wrapper .user-password-wrapper {
	/*width: 50%;*/
	/*margin-bottom: 40px;*/
	/* fix whitespace */
	font-size: 0;
}

#session-wrapper .user-password-wrapper .form-group {
	margin-bottom: 20px;
}

/*#session-wrapper .user-password-wrapper label.regular {
	font-size: 20px;
	color: #FFF;
	font-weight: 100;
	width: 25%;
	margin-bottom: 0;
}*/

#session-wrapper .user-password-wrapper label.regular {
	display: block;
	font-size: 21px;
	color: #FFF;
	font-family: Calibri;
	font-weight: 700;
	margin-bottom: 3px;
}

/*#session-wrapper .user-password-wrapper input {
	width: 75%;
    height: 26px;
    background: rgb(255, 255, 255,0);
    border: 1px solid;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    color: #fff;
    text-indent: 10px;
    font-size: 16px;
    border-image: linear-gradient(to top, #fff 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0)) 1 49%;
	outline: 0;
}*/

#session-wrapper .user-password-wrapper input {
	display: block;
	width: 100%;
	background-color: transparent;
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 10px;
	height: 40px;
	font-size: 16px;
	font-family: Calibri;
	padding-left: 15px;
}

#session-wrapper .button-wrapper {
	text-align: center; /*right;*/
}

/*#session-wrapper .button-wrapper button {
    border-radius: 3px;
    background: #c0bebe;
    color: #2d2828;
    text-transform: uppercase;
    padding: 7px 58px 6px 58px;
    font-weight: 700;
    border: 0;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
}*/

#session-wrapper .button-wrapper button {
	background-color: #FFF;
	width: 200px;
	font-family: Calibri;
	font-weight: 700;
	color: #242729;
	font-size: 21px;
	border: 0;
	border-radius: 10px;
	height: 40px;
	cursor: pointer;
}

#session-wrapper .button-wrapper a {
	color: #242729;
}

#session-wrapper .button-wrapper a:hover {
	text-decoration: none;
}

#session-wrapper label.big {
	font-size: 20px;
	font-weight: 100;
	text-decoration: underline;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 0;
}

#session-wrapper .no-close-session-wrapper {
	display: inline-block;
	margin-left: 50px;
}

.no-close-session-wrapper label {
    padding-left: 25px;
    background-image: url('../images/check.svg');
    background-repeat: no-repeat;
    background-position: 0 7px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 20px;
    background-size: 16px;
    width: auto;
    color: #FFF;
    margin-bottom: 0;
}

#session-wrapper label.small {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.5em;
	color: #FFF;
	margin-bottom: 0;
}

#session-wrapper label.small a {
	color: #FFF;
}

#session-wrapper .check_indent input[type='checkbox'] {
	margin-right: 3px;
}

#session-wrapper .checkbox-wrapper {
	margin-bottom: 37px;
}

#session-wrapper .left-right {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

#session-wrapper .left-right input[type='checkbox'] {
	margin-right: 10px;
}

#session-wrapper .left-right label {
	color: #FFF;
	cursor: pointer;
	font-family: Calibri;
	font-weight: 400;
	font-size: 16px;
}

#session-wrapper .or-wrapper {
  margin-top: 15px; /*10px;*/
  margin-bottom: 15px; /*10px;*/
}

#session-wrapper .or-wrapper .table {
  height: auto;
  background-color: transparent;
}

#session-wrapper .or-wrapper hr.line {
  display: block;
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
}

#session-wrapper .or-wrapper .table .table-cell.text {
  width: 195px;
  text-align: center;
  vertical-align: middle;
  font-family: Calibri;
  font-weight: 700;
  color: #FFF;
  font-size: 16px;
}

#session-wrapper .input-wrapper {
  	position: relative;
}

#session-wrapper .input-wrapper input {
  	padding-right: 50px;
}

#session-wrapper .input-wrapper .eye {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
  height: 16px;
  width: auto;
}

#recover-password-wrapper {
	/*display: none;*/
	margin-left: auto;
  	margin-right: auto;
  	max-width: 500px;
}

#recover-password-wrapper .title {
	color: #FFF;
	font-size: 34px;
	line-height: 1.25em;
	font-weight: 700;
	font-family: Calibri;
}

#recover-password-wrapper .subtitle {
	color: #FFF; /*#c0bfbf;*/
	font-size: 18px;
	/*line-height: 42.5px;*/
	font-weight: 400;
	font-family: Calibri;
	margin-bottom: 20px;
}

#recover-password-wrapper .email-wrapper .form-group {
	/*margin-bottom: 60px;*/
}

#recover-password-wrapper .email-wrapper {
	/*width: 55%; /*36%;*/
	/* fix whitespace */
	font-size: 0;
}

#recover-password-wrapper .email-wrapper label.regular {
	font-size: 21px; /*20px;*/
	font-family: Calibri;
	color: #FFF;
	font-weight: 700; /*100;*/
	/*width: 25%;*/
	display: block;
	margin-bottom: 0;
}

/*#recover-password-wrapper .email-wrapper input {
	width: 75%;
	height: 26px;
	background: rgb(255, 255, 255,0);
	border: 1px solid;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
	color: #fff;
	text-indent: 10px;
	font-size: 16px;
	border-image: linear-gradient(to top, #fff 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0)) 1 49%;
	outline: 0;
}*/

#recover-password-wrapper .email-wrapper input {
	display: block;
	width: 100%;
	background-color: transparent;
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 10px;
	height: 40px;
	font-size: 16px;
	font-family: Calibri;
	padding-left: 15px;
}

#recover-password-wrapper label.small {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.5em;
	color: #FFF;
	margin-bottom: 0;
}

#recover-password-wrapper label.small a {
	color: #FFF;
}

#recover-password-wrapper .check_indent input[type='checkbox'] {
	margin-right: 3px;
}

#recover-password-wrapper .button-wrapper {
	/*text-align: right;*/
}

/*#recover-password-wrapper .button-wrapper button {
    border-radius: 3px;
    background: #c0bebe;
    color: #2d2828;
    text-transform: uppercase;
    padding: 7px 58px 6px 58px;
    font-weight: 700;
    border: 0;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
}*/

#recover-password-wrapper .button-wrapper button {
	background-color: #FFF;
	width: 180px;
	font-family: Calibri;
	font-weight: 700;
	color: #242729;
	font-size: 21px;
	border: 0;
	border-radius: 10px;
	height: 40px;
	cursor: pointer;
}

#recover-password-wrapper .checkbox-wrapper {
	margin-bottom: 37px;
}

@media (max-width: 992px) {
	#error-wrapper {
		min-height: calc(100vh - 396px); /*100%;*/
		padding-top: 35px;
		padding-bottom: 35px;
	}

	#error-wrapper .container {
		height: 100%;
		/*height: calc(100vh - 396px);*/
	}

	 .date .check_access_age .select2-container {
		display: block;
		width: 100%!important;
	}

	/*#session-wrapper .user-password-wrapper label.regular {
		width: 35%;
	}

	#session-wrapper .user-password-wrapper input {
		width: 65%;
	}

	#recover-password-wrapper .email-wrapper {
		width: 80%;
	}*/
}

@media (max-width: 768px) {
	.check_access_age {
		padding-left: 0;
		text-align: left;
	}

	#birthdate-wrapper .button-wrapper button {
		width: 100%;
	}

	#session-wrapper .user-password-wrapper {
		width: 100%;
		margin-bottom: 20px;
	}

	#session-wrapper .user-password-wrapper label.regular {
		width: 100%;
	}

	#session-wrapper .user-password-wrapper input {
		width: 100%;
	}

	#session-wrapper .button-wrapper button {
		width: 100%;
	}

	#recover-password-wrapper .email-wrapper label.regular {
		width: 100%;
	}

	#recover-password-wrapper .email-wrapper {
		width: 100%;
	}

	#recover-password-wrapper .email-wrapper input {
		width: 100%;
	}

	#recover-password-wrapper .button-wrapper button {
		width: 100%;
	}

	#session-wrapper .no-close-session-wrapper {
		display: block;
		margin-left: 0;
	}

	#session-wrapper label.big {
		margin-bottom: 15px;
	}

	#birthdate-wrapper .title {
		text-align: center;
	}

	#session-wrapper .title {
		text-align: center;
	}

	#recover-password-wrapper .title {
		text-align: center;
	}

}


