 input[type=text], select, textarea {
    width: 90%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 1% 5%;
    resize: vertical;
}

input[type=submit],input[type=reset] {
    background-image: linear-gradient(to bottom right,#9C27B0,#2196F3);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 2% 5%;
    font-family: hanuman;
}

input[type=submit]:hover {
    background-image: linear-gradient(to bottom right,#3F51B5,#9C27B0);
}
label{
	margin-left: 5%;
	margin-top: 2%;
}
.seated button{
	float: left;
	text-align: center;
	font-family: hanuman;
	border-radius: 5px;
	background-image: linear-gradient(to bottom right,#9C27B0,#2196F3);
	color: white;
	font-size: 16px;
	padding: 5px 10px;
	border:0px;
	outline: none;
}
.seated button:hover{
	background-image: linear-gradient(to bottom right,#3F51B5,#9C27B0);
	cursor: pointer;
}