.registration1 {
	width:100%;
	background:#f5f5f5;
	min-height:65vh;
	padding:60px 20px;
}
.form_reg1 {
	min-width:260px;
	width:100%;
	max-width:340px;
	margin-top:20px;
	background: #FFFFFF;
	box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	overflow:hidden;
	padding:40px 20px;
}
.form_reg1 h3 {margin-bottom:15px;}
.form_reg1 label {
	font-size:14px;
	color:#333;
	margin-bottom:5px;
	font-weight:500;
}
.input_reg1 {
	background:#fff;
	border:3px solid #B80000;
	border-radius:20px;
	font-size:18px;
	padding:10px 15px;
	outline:none;
	color:#000;
	width:100%;
	margin-bottom:15px;
}
.input_reg1:focus {
	border:3px solid #D80000;
}
.btn_reg1 {
	color:#fff;
	border-radius:20px;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	font-weight:500;
	background:#D80000;
	width:100%;
	padding:25px 20px;
	margin-top:5px;
	white-space:nowrap;
	line-height:0;
}
.btn_reg1:hover {
	background:#B80000;
	cursor:pointer;
}