﻿

body{
    background: #ffb84d; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ffb84d 1%, #cc7a00 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#ffb84d), color-stop(100%,#cc7a00)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #ffb84d 1%,#cc7a00 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #ffb84d 1%,#cc7a00 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #ffb84d 1%,#cc7a00 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #ffb84d 1%,#cc7a00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb84d', endColorstr='#cc7a00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height:calc(100vh);
width:100%;
}


/* ---------- GENERAL ---------- */

body {
  color: #fff;
  font-family: 'B Mitra';


}

img.logo {
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
       border-radius: 10px;
       margin-top:40%;
       width:50%;
}

h2.header {
    font-family: 'B Mitra';text-align:center;
}

.centerize {
    text-align:center;
}

.content {
    border-left:1px solid #fff;
}

.container {
    padding-top: 10%;
}

select {
    border-radius: 0 !important;
}

input[type="submit"] {
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	font-size:20px;
	height: 35px;
	margin-bottom: 15px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 120px;
}

input[type="submit"]:hover {
	background: rgb(254,193,81);
	background: -moz-linear-gradient(top,  rgba(254,193,81,1) 0%, rgba(254,231,154,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
}

.form-control {
    font-size:16px !important;
}