body {
	background: #f6f9ff;
	color: #333;
	font-family: proximanova, Avenir, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
	color: #777;
	font-weight: 300
}
a {
	color: #0c91e4;
	transition: all .4s ease
}
img {
	max-width: 100%
}
.btn {
	font-weight: 300;
	border: 0
}
.btn.btn-primary {
	background-color: #52b6ec
}
.btn.btn-primary.active, .btn.btn-primary:hover {
	background-color: #1586c3;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
a:focus, a:hover {
	color: #00a5ff;
	text-decoration: none;
	outline: 0
}
* {
	outline: 0
}
.signin {
	background: #f6f9ff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.signin #container.login-block {
	text-align: center;
	width: 450px;
	margin: 10% auto 0
}
.signin #container.signup-block {
	text-align: center;
	width: 600px;
	margin: 20px auto 0
}
.login-logo {
	overflow: hidden;
	margin-bottom: 35px
}
.login-logo a,
.login-logo a:hover{ color:#000; font-size:28px; text-transform:uppercase; font-weight:700;}
.signin h1 {
	font-size: 30px;
	color: #333;
	width: 100%;
	text-align: center;
	display: block;
	font-weight: 400;
	letter-spacing: normal;
	margin-bottom: 28px;
	margin-top: 75px;
	line-height: 1.3em;
	font-family: proximanova, Avenir, Helvetica, sans-serif
}
.signin #container .row {
	margin: 0 0 20px;
	position: relative
}
.signin #container .row .field {
	background: #fff;
	font-weight: 400;
	text-align: left;
	position: relative;
	transition: background .3s ease
}
.signin #container .row .field.invalid input {
	color: #ae6900
}
.signin #container .row p {
	font-size: 14px;
	font-weight: 400;
	color: #777;
	line-height: 19px;
	width: 100%;
	text-align: center;
	margin: 0
}
.signin #container .row p.copy a {
	text-decoration: underline;
	font-weight: 400
}
.signin #container .row p a {
	font-weight: 400
}
.signin #container .signup-button {
	display: block;
	background: #00cc83;
	color: #fff;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	border-radius: 4px;
	padding: 12px 0;
	border: none;
	transition: all .4s ease;
	letter-spacing: .5px;
	margin-bottom: 10px
}
.signin #container .signup-button:hover {
	background: #00a369
}
.signin #container .row .field input {
	background: 0 0;
	font-size: 15px;
	color: #000;
	padding: 14px 7px 14px 15px;
	width: 100%;
	position: relative;
	margin: 0;
	outline: 0;
	letter-spacing: normal;
	border: 1px solid #ddd;
	border-radius: 4px
}
.signin #container .row .field input::-webkit-input-placeholder {
color:#333
}
.signin #container .row .field input::-moz-placeholder {
color:#333
}
.signin #container .row .field input:-ms-input-placeholder {
color:#333
}
.signin #container .row .field input:-moz-placeholder {
color:#333
}
.signin #container .row .field input:focus {
	font-style: normal;
	opacity: 1;
	border: 1px solid #1576ec
}
.error-tooltip {
	position: absolute;
	height: 24px;
	padding: 7px 12px;
	z-index: 9999;
	opacity: 0;
	-webkit-transform: translate(50px);
	transform: translate(50px);
	transition: all .3s ease;
	margin-top: -15px;
	right: 82px;
	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.5);
	border-radius: 3px;
	color: #f82116;
	font-size: 12px;
	font-style: italic;
	line-height: .8;
	display: block;
	top: 80%
}
.form-block {
	padding: 60px 55px;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	-o-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	-ms-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1)
}
.session-error {
	background: #e25c55;
	color: #fff;
	padding: 5px;
	border-radius: 4px;
	margin-bottom: 35px
}
@media only screen and (min-width:250px) and (max-width:479px) {
.signin #container.login-block {
	text-align: center;
	width: 95%;
	margin: 5% auto 0
}
.form-block {
	padding: 25px;
	overflow: hidden
}
@media only screen and (min-width:480px) and (max-width:767px) {
.signin #container.login-block {
margin:8% auto 0
}
}
}
