﻿.login-page .input-row { clear: both; }
.login-page .input-field { width: 50%; float: left; padding: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	.login-page .input-field .label { display: block; }
	.login-page .input-field select,
	.login-page .input-field input { display: block; width: 100%; padding: 10px; margin: 0; line-height: 20px; height: 40px; border: 1px solid #bbb; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
		.login-page .input-field input.error { background-color: #fff3f3; border-color: #ffbaba; }
	.login-page .input-field select { background-image: url("/gfx/arrow-down-16.png"); background-position: right 10px center; background-repeat: no-repeat; }
.login-page .adress-container { width: 50%; float: left; }

.error-message .error { color: #ff0000; }

.loginText {}
.loginText p,
.loginText h1 {text-align:center;}

.login-form { max-width: 430px; margin: auto; color: #212529; }
	.login-form input.user-field { font-size: 16px; text-indent: 10px; display: block; padding: 5px 0; width: 100%; height: 58px; border: 1px solid #000; line-height: 30px; background-color: #fff; -ms-appearance: none; -moz-appearance: none; -webkit-appearance: none; box-sizing:border-box;}
	.login-form select.user-field { font-size: 16px; padding: 10px; height:58px; border: 1px solid #000; background:#fff; box-sizing:border-box; display:block; width:100%;}
	.login-form .title { text-align: center; font-size: 44px; }
	.login-form .label { font-size: 19px; margin: 15px 0 5px; font-weight:lighter; }
	.login-form .login-link { text-decoration: none; color: #9A9A9A; font-weight:lighter; font-size: 19px; }
	.login-form .login-link:hover {text-decoration:underline;}
	.login-form .remember-me { margin: 10px 0; display: block; }
	.login-form .button { margin: 15px 0; padding: 19px 0; line-height:1em; text-align: center; color: #fff; background-color: #000000; font-weight: 400; display: block; text-transform: uppercase; text-decoration: none; font-size: 19px; }
	.login-form .button:hover {opacity:0.75;}
.login-info-container { clear: both; width: 50%; overflow: hidden; }

.singup-button-wrapper { clear: both; width: 50%; }
.apply-for-membership-button { margin: 15px 0; padding: 15px 0; text-align: center; color: #fff; background-color: #008ad8; font-weight: 700; display: block; text-transform: uppercase; text-decoration: none; font-size: 18px; }
