.from{
	border: 1px solid #5FCF80;
    background: #C3CDDC;
	height: 365px;
	border-radius: 5px;
}
.form-margin {
    margin-top: 8%;
	border-radius: 5px;
}
.info{
	border: 1px solid #5FCF80;
    background: #C3CDDC;
	height: 365px;
    border-radius: 5px;
}
.info h4{
	text-align:center;
	 margin-top: 5%;
}
.info p{
	text-align:center;
}
.light-form-button {
    width: 100%;
	padding: 5px 5px;
	border-radius: 5px;
}
#reset{
	background:#ff5757;
}





























/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width:479px) {

  

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

 

}

/* Small Devices, Tablets */
@media only screen and (max-width : 783px) {

	.from {
		height: 425px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}