 html {
	width: 100%;
	height: 100%;
	margin: 0;
}

body {
	/*background: url('../images/login/login_bg.jpg') no-repeat center -50px;*/
	background: none;
	height: 100%; 
	margin: 0;
	padding: 0;
}

#main_wrapper {
	box-sizing: border-box;
	height: 100%;
	min-height: 100%;
	width: 100%;
	padding-bottom: 170px;
}

#upper_base {
	height: 100%;
	width: 100%;
	/*background: url('../images/login/login_bg.jpg') no-repeat center -50px;*/
	background: url('../images/login/login_bg.jpg') no-repeat center bottom;
	background-size: cover;
}

body div#header_base {
	float: left;
	width: 100%;
	height: 125px;
	background-color: transparent;
	min-width: 0px;
}

div#header_container {
    float: none;
	width: 90%;
	max-width: 800px;
	min-width: 0px;
	margin: 50px auto 0px auto;
	height: auto;
}

div#header_container img {
	width: 100%;
}

body div#content2_base {
	float: left;
	width: 100%;
}

div#content2_container {
    float: none;
}

#login {
	box-sizing: border-box;
	width: 100%;
	max-width: 630px;
	margin: 100px auto 0px auto;
	/*margin: 0px auto 0px auto;*/
	padding: 15px;
}

#login h3 {
	width: 100%;
	margin-top: 55px;
	display: inline-block;
	text-align: center;
	font-size: 35px;
	color: #fff;
	margin-bottom: 0px;
	text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83333px 0.983333px 0px, rgb(0, 0, 0) 2.35px 1.85px 0px, rgb(0, 0, 0) 1.61667px 2.51667px 0px, rgb(0, 0, 0) 0.7px 2.91667px 0px, rgb(0, 0, 0) -0.283333px 2.98333px 0px, rgb(0, 0, 0) -1.25px 2.73333px 0px, rgb(0, 0, 0) -2.06667px 2.16667px 0px, rgb(0, 0, 0) -2.66667px 1.36667px 0px, rgb(0, 0, 0) -2.96667px 0.416667px 0px, rgb(0, 0, 0) -2.95px -0.566667px 0px, rgb(0, 0, 0) -2.6px -1.5px 0px, rgb(0, 0, 0) -1.96667px -2.26667px 0px, rgb(0, 0, 0) -1.11667px -2.78333px 0px, rgb(0, 0, 0) -0.133333px -3px 0px, rgb(0, 0, 0) 0.85px -2.88333px 0px, rgb(0, 0, 0) 1.75px -2.43333px 0px, rgb(0, 0, 0) 2.45px -1.73333px 0px, rgb(0, 0, 0) 2.88333px -0.833333px 0px;
}

#login .header_langs {
	float: none;
	margin: 20px auto 0px auto;
	/*display: inline-block;*/
	display: block;
	width: 138px;
	height: 25px;
	/*padding-left: 15px;*/
/*	margin-left: 223px;
	margin-top: 3px;*/
}

#login .header_langs li {
	height: 22px;
}

#login .header_langs li a {
	height: 22px;
	padding: 0px 15px 0px 0px;
}

#login form {
	display: inline-block;
	width: 100%;
}

#login .login-form {
	margin-top: 15px;
	text-align: center;
}

table.login {
	display: inline-block;
	width: 350px;
}

table.login td.warning {
	padding-bottom: 0px;
	padding-top: 4px;
	font-size: 12px;
}

table.login td {
	padding: 10px 10px 10px 0px;
}

table.login td.name {
	padding-top: 0px;
}

table.login tr.password td.name {
	padding-top: 15px;
}

tr.last td {
	padding: 5px 0px 20px 0px;
}
tr.title td {
	padding: 10px 10px 20px 0px;
	font-size: 24px;
}
table.login td.input {
	width: 70%;
	padding-bottom: 0px;
	padding-top: 2px;

}
table.login td.name {
	font-size: 18px;
	padding-bottom: 0px;
	width: 350px;
}
td.input input {
	width: 100%;
	height: 40px;
	padding-left: 5px;
	border: solid 2px black;
	-webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.75);
	font-size: 20px;
}

.do_login {
	float: right;
}

table.login tr.warning_input input {
	border: 1px solid red;
}

td.input select {
	padding: 7px 0px 7px 5px;
	margin: 0px;
	width: 100%;
	height: 35px !important;
	line-height: 27px !important;
	text-align: left;
	font-size: 14px;
	vertical-align: middle;
}
td.input input[type=checkbox] {
	width: 20px;
	display: inline-block;
	height: 13px;
}

table.login tr.warning_input input {
	border: 2px solid red;
}

table.login td.warning {
	font-size: 20px;
	text-shadow:0px 1px 0 rgb(0,0,0),0px -1px 0 rgb(0,0,0),1px 0px 0 rgb(0,0,0),-1px 0px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),-1px -1px 0 rgb(0,0,0);
	-webkit-text-shadow:0px 1px 0 rgb(0,0,0),0px -1px 0 rgb(0,0,0),1px 0px 0 rgb(0,0,0),-1px 0px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),-1px -1px 0 rgb(0,0,0);
	-moz-text-shadow:0px 1px 0 rgb(0,0,0),0px -1px 0 rgb(0,0,0),1px 0px 0 rgb(0,0,0),-1px 0px 0 rgb(0,0,0),1px 1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgb(0,0,0),-1px -1px 0 rgb(0,0,0);
}

div#login a, .login_bottom a {
	color: #2a6496;
}

div#login h1 {
	font-size: 24px;
}


table.login a.return {
	display: block;
	float: right;
	padding: 5px;
	line-height: 24px;
}

p.return {
	text-align: right;
}

table.login tr.last td {
	text-align: center;
}

.do_login {
    background-color: #428BCA;
    border-color: #357EBD;
    color: #FFFFFF;
	float: none;
}
.do_login {
    -moz-user-select: none;
    background-image: none;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 0;
    padding: 6px 25px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	/*width: 155px;*/
	height: 40px;
	box-sizing: border-box;
	margin-top: 20px;
	-webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.75);
}

table.login td.recover {
	vertical-align: bottom;
}

input.recover {
	border: none;
	background: none;
	color: #fff;
	font-weight: bold;
	padding: 0px;
	font-size: 20px;
	cursor: pointer;
	margin-top: 25px;
}

input.recover:hover {
	text-decoration: underline;
}

#footer_base {
	float: left;
	width: 100%;
	height: 170px;
	position: absolute;
	bottom: 0px;
}

#footer_container {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

div.countries-number {
	float: left;
	flex: 0 0 auto;
	height: 170px;
	/*width: 25%;*/
	width: 300px;
	text-align: center;
}

div.partner-number {
	float: left;
	flex: 0 0 auto;
	height: 170px;
	/*width: 25%;*/
	width: 300px;
	text-align: center;
}

.stats-title {
	float: left;
	width: 100%;
	color: black;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: url('../images/login/arrow_down.png') no-repeat center bottom;
	height: 60px;
	margin-top: 6px;
}

.odometer1, .odometer2 {
	margin-top: 5px;
	display: inline-block;
	font-size: 35px;
	font-weight: bold;
}

div.countries-flags {
	float: left;
	flex: 0 0 auto;
	height: 52px;
	/*width: 50%;*/
	width: 710px;
	padding: 0px 40px 0px 50px;
	box-sizing: border-box;
	position: relative;
	margin-top: 20px;
}

div.countries-flags div.cont {
	height: 52px; width: 52px; margin-right:10px; position: relative;
}

div.countries-flags img {
	/*position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 1px solid #ccc;*/
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}

.slick-prev {
	float: left;
	height: 52px;
	width: 25px;
	background: url('../images/login/arrow_left.png') no-repeat center;
	border: none;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	outline: none;
	cursor: pointer;
}

.slick-next {
	float: left;
	height: 52px;
	width: 25px;
	background: url('../images/login/arrow_right.png') no-repeat center;
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	color: transparent;
	outline: none;
	cursor: pointer;
}

.countries-flags .slick-list {
	float: left;
	height: 50px;
	width: 100%;
	margin-top: 0px;
}

.login-form.recover-password td {
	color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	/*text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83333px 0.983333px 0px, rgb(0, 0, 0) 2.35px 1.85px 0px, rgb(0, 0, 0) 1.61667px 2.51667px 0px, rgb(0, 0, 0) 0.7px 2.91667px 0px, rgb(0, 0, 0) -0.283333px 2.98333px 0px, rgb(0, 0, 0) -1.25px 2.73333px 0px, rgb(0, 0, 0) -2.06667px 2.16667px 0px, rgb(0, 0, 0) -2.66667px 1.36667px 0px, rgb(0, 0, 0) -2.96667px 0.416667px 0px, rgb(0, 0, 0) -2.95px -0.566667px 0px, rgb(0, 0, 0) -2.6px -1.5px 0px, rgb(0, 0, 0) -1.96667px -2.26667px 0px, rgb(0, 0, 0) -1.11667px -2.78333px 0px, rgb(0, 0, 0) -0.133333px -3px 0px, rgb(0, 0, 0) 0.85px -2.88333px 0px, rgb(0, 0, 0) 1.75px -2.43333px 0px, rgb(0, 0, 0) 2.45px -1.73333px 0px, rgb(0, 0, 0) 2.88333px -0.833333px 0px;*/
	padding: 10px;
}

table.login tr.password2 td.name {
    padding-top: 15px;
}

input.recover {
    border: none;
    background: none;
    color: #fff;
    font-weight: bold;
    padding: 0px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 12px;
	line-height: 40px;
	vertical-align: middle;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

input.recover.marg {
	margin-left: 20px;
	margin-top: 25px;
}

.login-form.reset-password table {
	width: auto;
}

.login-form.reset-password td {
	color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	/*text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83333px 0.983333px 0px, rgb(0, 0, 0) 2.35px 1.85px 0px, rgb(0, 0, 0) 1.61667px 2.51667px 0px, rgb(0, 0, 0) 0.7px 2.91667px 0px, rgb(0, 0, 0) -0.283333px 2.98333px 0px, rgb(0, 0, 0) -1.25px 2.73333px 0px, rgb(0, 0, 0) -2.06667px 2.16667px 0px, rgb(0, 0, 0) -2.66667px 1.36667px 0px, rgb(0, 0, 0) -2.96667px 0.416667px 0px, rgb(0, 0, 0) -2.95px -0.566667px 0px, rgb(0, 0, 0) -2.6px -1.5px 0px, rgb(0, 0, 0) -1.96667px -2.26667px 0px, rgb(0, 0, 0) -1.11667px -2.78333px 0px, rgb(0, 0, 0) -0.133333px -3px 0px, rgb(0, 0, 0) 0.85px -2.88333px 0px, rgb(0, 0, 0) 1.75px -2.43333px 0px, rgb(0, 0, 0) 2.45px -1.73333px 0px, rgb(0, 0, 0) 2.88333px -0.833333px 0px;*/
	padding: 10px;
	font-size: 25px;
	text-align: center;
	width: 100%;
}

.login-form.reset-password td.warning {
	color: red;
	font-size: 25px;
	padding-top: 25px;
}

@media (max-width: 1400px) {
	div.countries-flags {
		width: 586px;
	}
}

@media (max-width: 1250px) {
	div.countries-flags {
		width: 462px;
	}
}

@media (max-width: 1100px) {
	div.countries-flags {
		width: 338px;
	}
}

@media (max-width: 960px) {

	div.countries-flags {
		width: 586px;
	}

	div.countries-number {
		margin: 0px 25px;
	}

	div.partner-number {
		margin: 0px 25px;
	}
}

@media (max-width: 650px) {

	div.countries-flags {
		margin: 25px 0px;
		width: 462px;
		clear: both;
	}
}

@media (max-width: 550px) {

	div.countries-flags {
		width: 338px;
	}
}

@media (max-height: 900px) {
	#login {
		margin-top: 50px;
	}
}

@media (max-height: 800px) {
	#login {
		margin-top: 0px;
	}

	#login h3 {
		margin-top: 25px;
	}

	body div#header_base {
		height: 75px;
	}

	div#header_container {
		margin-top: 25px;
	}
}

@media (max-height: 700px) {
	div#header_container {
		margin-top: 0px;
	}

	#login h3 {
		margin-top: 0px;
	}
}

@media (max-height: 700px) {
	#upper_base {
		height: 500px;
	}

	#footer_base {
		float: left;
		width: 100%;
		height: 170px;
		position: static;
	}
}