.box-content {
	width: 100%;
	height: 355px;
}

 .box-content.form {
	height: 395px;
}

.box {
	width: 100%;
	max-width: 425px;
	display: inline-block;
	vertical-align: top;
}

 .box.big {
	max-width: 100%;
	display: block;
	float: none !important;
}

 .box.form-box {
	width: 450px;
}

 .box.last {
	float: right;
}

 .box .header {
	padding-left: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
	font: 18px "Montserrat Bold";
	color: #353535;
}

.box .content {
	padding-top: 25px;
	padding-left: 15px;
	font: 15px "Raleway Light";
	line-height: 23px;
}

 .box.form-box .content {
	padding-left: 0px;
}

.container .row {
	padding-top: 20px;
}

@media(max-width: 910px) {
	.box-content {
		height: auto !important;
	}

	 .box-content .box {
		margin: 0px auto 20px;
		display: block;
		float: none;
	}

	 .box .checkbox-label {
		height: auto;
	}
}

@media(max-width: 767px) {
	.login,
	.register{
		text-align: center;
	}

	.login label,
	.register label{
		font-size: 14px;
	}

	.login button,
	.register button{
		margin: 10px;
	}
}
