.form-design{
	min-height: 440px;
}
.form-design .form-control{
	padding: 0px 10px;
	border-radius: 0px;
}
.form-design .form-control:focus{
	outline: none;
	box-shadow: none;
	border: 1px solid #FF1414;
}
.create-button{
	font-size: 14px;
	height: 37px;
	color: #fff;
	padding: 11px 30px;
	border-radius: 0;
	line-height: 1;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	background-color: #ff6501;
	border: 1px solid #ff6501;
}
.create-button1{
	color: #000;
	text-decoration: none;
}
.create-button1:hover{
	color: #ff6501;
}
.forgot-button a{
	color: #535353;
	text-decoration: none;
}
.form-check .form-check-input{
	border-radius: 0px;
}
.form-check .form-check-input:focus {
	box-shadow: none;
	border: 1px solid #ddd;
}

.create-button3{
	font-size: 14px;
}