
body, p, label, button, input, select, textarea {
    font-size: 18px !important;
	
}
.form-control {
	height: 38px ;
}	
.form-container {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
 
}

h2 {
  color: #102953;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500 !important;
}
.codebox {
	width:50px; 
	text-align:center; 
	font-size:20px;
}
.clsbutton {
  background-color: #cc6c33;
  color: white;
  border: none;
  padding: 12px 50px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.error{
	color : #a94442;
}
.success{
	color : green;
}