body
{
	background: #E8DABD; 
	font-family: 'Bitter', serif;
    font-size: 16px;
}

.box
{
  box-sizing: border-box;
  background-color: white;
  border-radius: 20px;
  box-shadow: 1px 1px 3px 2px  rgba(0, 0, 0, .12), 0 1px  2px rgba(0, 0, 0, .24);
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
}
.heading
{
	font-family: 'Patua One', cursiva;
	font-weight: bold;
	padding: 2px;
}
.tol
{
	color: gray !important;
}
label
{
	font-family: 'Bitter', serif;
	letter-spacing: 1px;
	font-weight: bold;

}
.get
{
   margin-top: 30px;text-align: center;
}
.tollabel
{
	color: gray;
	font-size: 20px;
}

.red
{
   color: #cc0000;
}

#btn
{
	width: 150px;
	height: 35px;
	outline: none;
	color: #B10002; 
	font-weight: bold;
	border-radius: 20px;
}

.form-control
{
	border-radius: 12px;
}