﻿.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; }

.login-form { width: 430px; max-width: 100%; background-color: #fff; border: 1px solid rgba(38,36,76,.2); border-radius: 4px; margin: auto; padding: 30px 40px 40px; color: #000; box-sizing: border-box; }
	.login-form input.user-field { font-size: 14px; border: 1px solid rgba(38,36,76,.2); border-radius: 4px; text-indent: 10px; display: block; padding: 5px 0; width: 100%; height: 30px; line-height: 30px; background-color: #fff; -ms-appearance: none; -moz-appearance: none; -webkit-appearance: none; }
	.login-form .title { text-align: center; font-size: 28px; text-transform:uppercase; }
	.login-form .label { font-size: 14px; margin: 15px 0 5px; }
	.login-form .fortgot-password-link { float: right; text-decoration: none; color: #008ad8; }
	.login-form .remember-me { margin: 10px 0; display: block; }
	.login-form .button { margin: 15px 0; padding: 15px 0; text-align: center; color: #fff; background-color: #000; font-weight: 600; display: block; text-transform: uppercase; text-decoration: none; font-size: 18px; }
	.login-form .button:hover { background-color: #00000095; }

.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; }
