.form-header{

	text-align: center;
	font-weight: bold;
}

.form-tag{
	font-weight:bold;
	text-align: center;
	margin-bottom: 40px;
}

.footer{
	font-weight: bold;
	text-align: center;
}

.inputs{
	border:2px solid #b61200;
	height: 65px;
	background: #fff2f0;
	border-radius: 0px;
	margin-bottom: 20px;
}

.form-control::placeholder{
	color: black;
	font-weight: bold;
	font-size: 13px;
}
#proceed{

	background-color:#b61200 ;
	border-color: #b61200;
	color: white;
	border-radius:0px ;
	width: 100%;
	margin-bottom: 31px;
	font-size: 15px;
	font-weight: bold;
	height: 63px;
}
.reset{
	font-weight: bold;
	margin-bottom: 31px;
}
.reset a{
	text-decoration:none;
	color:#b61200 ;
}

.signed{
	font-weight: bold;
	margin-bottom: 31px;
	text-align: center;
}
.signed a{
	text-decoration:none;
	color:#b61200 ;
}

.form-cover{
  padding: 15px 5px 5px 5px;
}
#eyes_open{
  margin-top: -75px;
  margin-right: 6px;
  position: relative;
  background-color: #fff2f0;
  border-color: #fff2f0;
  color: black;
  display: none;
}

#eyes_close{
  margin-top: -75px;
  margin-right: 6px;
  position: relative;
  background-color: #fff2f0;
  border-color: #fff2f0;
  color: black;
}
#col6{
	padding:150px;
		background-color: white;

}

#col6-2{
	background-color:#fff2f0 ;
}


.activate{
	background-color: white;
	width: 100%;
	height: 50px;
	border-bottom:4px solid #b61200;;
}

.register{
	text-align: center;
	padding-top: 10px;
	display: none;
}

@media(max-width: 450px){

	.register{
		display: block;
}

#col6{
	padding:5px;
		background-color: white;

}

#col6-2{
	display:none ;
}

}

@media(max-width: 810px){
	#col6{
	padding:5px;
		background-color: white;

}
}