html{
	min-height:100vh;
	background:rgb(255,255,255);
	background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgb(11, 81, 146) 35%, rgb(19, 26, 47) 100%);
	background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(35%, rgb(11, 81, 146)), color-stop(100%, rgb(19, 26, 47)));
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgb(11, 81, 146) 35%, rgb(19, 26, 47) 100%);
	background:-o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgb(11, 81, 146) 35%, rgb(19, 26, 47) 100%);
	background:-ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgb(11, 81, 146) 35%, rgb(19, 26, 47) 100%);
	background:linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgb(11, 81, 146) 35%, rgb(19, 26, 47) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#153962',GradientType=0)
}
.butn{
	padding:1em 2em!important;
	background-color:#fff;
	box-shadow:1px 0px 5px -3px #000;
	margin:1%;
	width:48%!important;
	text-align:center
}