		
		
form .button {
	text-decoration: none !important;
	width: 170px;
	height: 50px;
	padding: 10%;
	background-color: #ecebed;
	border-radius: 25px;
	border-color:#383e8c;
	color: black;
	font-family: "sans serif", "Helvetica";
	font-size: 25px;
}

form {
	position:fixed;
    bottom: 0;
    right: 5%;
    text-align:right;
    padding-right:25px;
    padding-bottom:25px;
}

form .button:hover {
	border-color: #5e68e6;
}


@media only screen and (max-width: 1083px) {


	form {
		position:static;
	}

	form .button {
		width: 200px;
		height: 40px;
		font-size: 20px;
	}
}

		