/* Auth style
*/

form#form-register fieldset{
	margin-top: 0;
	padding-top: 0;
}

form#form-register fieldset legend{
	margin:0;
}

input[type="password"]{
	-webkit-appearance: none;
	border-radius: 0;
}

div.column-1{
	width:500px;
	float:left;
}

div.column-2{
	width:200px;
	float:left;
	text-align:center;
	margin-top:100px;
}

	div.column-2 p{
		font-weight:bold;
		font-size:1.1em;
	}

div.column-3{
	width:500px;
	float:left;
}

div.error{
	width:100%;
	text-align:center;
	vertical-align: center;
}

/* Phone */
@media screen and (max-width: 1225px) {


	div.column-1{
		width:40%;
	}

	div.column-2{
		width:20%;
	}

	div.column-3{
		width:40%;
	}

		div.column-3 img{
			max-width:100%;
		}

}


/* Phone */
@media screen and (max-width: 800px) {

	div.column-1{
		width:100%;
		float:none;
	}

	div.column-2{
		width:100%;
		float:none;
		margin-top:0;
	}

	div.column-3{
		width:100%;
		float:none;
	}

}
