@media screen and (orientation:portrait) {
	html {
		background-image: url('../../inc/images/image/background-phone.jpg');
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-attachment: fixed;
	}
}
@media screen and (orientation:landscape) {
	html {
		background-image: url('../../inc/images/image/background.jpg');
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-attachment: fixed;
	}
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 100%;
	color: black;
}

li::marker {
	content: "";
}

/* Register & Login*/

.login-center {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 150px;
}

.login-center-logo-image {
	border-radius: 45px;
	height: 210px;
	width: 200px;
	display: block;
	margin: auto;
}

.register-form, .login-form {
*/	width: 400px;
	height: auto;
*/	border: 1px solid gray; 
*/	margin-left: 15px;
	margin-top: 15px;
	float: left;
}

.register-form-title, .login-form-title {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	margin-top: 15px;
}

.register-form-error, .login-form-error {
	width: 377px;
	border: 1px solid #b30000;
	margin: 10px;
	border-radius: 5px;
	background: #ff0000a8;
	padding: 5px;
}

.register-form-validity, .login-form-validity {
	border: 1px solid #06b300;
	width: auto;
	margin: 10px;
	border-radius: 5px;
	background: #20ff008f;
	padding: 5px;
}

.register-form-small {
	text-align: center;
	width: 178px;
	outline: none;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin: 10px 0px 0px 10px;
	border-style: solid !important;
	border-radius: 20px !important;
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

.register-form-big, .login-form-big, .right-profile-edit-form-big {
	text-align: center;
	width: 379px;
	outline: none;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin: 10px 10px 0px 10px;
	border-style: solid !important;
	border-radius: 20px !important;
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

.register-form-country-phone {
	background-color: white;
	width: 389px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-style: solid !important;
	border-radius: 20px !important;
	overflow: hidden;
	margin: 10px 0px 0px 10px;
}

.register-form-small-country {
	background-color: white;
	text-align: center;
	width: 20%;
	outline: none;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-style: none;
	border-right-style: solid !important;
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	float: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.register-form-big-phone {
	text-align: center;
	width: calc(97% - 20%);
	outline: none;
	padding: 5px;
	border: none;
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	float: left;
}

.register-form-checkbox {
	margin: 10px 10px 0px 10px;
}

.register-form-button, .register-form-button-close, .login-form-button, .login-form-button-close, .right-profile-edit-form-button {
	text-align: center;
	width: 391px;
	outline: none;
	padding: 5px;
	background-color: #00abff;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin: 15px 10px 00px 10px;
	border-style: solid !important;
	border-radius: 20px !important;
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em
}

.register-form-button-close, .login-form-button-close {
	background-color: rgba(0, 0, 0, 0.22) !important;
	margin: 10px 10px 20px 10px !important;
}

.login-center-links {
	margin-top: 12px;
	text-align: center;
	width: 92%;
	color: white;
}

.login-center-link {
	color: white;
}

@media only screen and (min-width: 1200px) {
	
body, html { 
    overflow-x: hidden; 
    overflow-y: auto;
}
}

@media only screen and (max-width: 1200px) {

.login-form-big, .register-form-big {
	width: 90%;
}

.register-form-small {
	width: 42.4%;
}

.register-form-country-phone  {
	width: 92.3%;
}

.register-form-button, .login-form-button {
	width: 93%;
}

.register-form-big-phone  {
	width: calc(90% - 80px);
}
}

@media only screen and (max-width: 390px) {

.login-center {
	margin-top: 50px;
}

.register-form-small {
	width: 42%;
}
}

#loadOverlay{display: none;}