body {
  font-family: "Open-Sans",Calibri,Candara,"Helvetica Neue","Trebuchet MS",Arial,Helvetica,sans-serif;
  background-color: #e4e6e6;
}

.custom-head {
	padding: 1em;
	color: #363e49;
	font-family: "Open-Sans",Calibri,Candara,"Helvetica Neue","Trebuchet MS",Arial,Helvetica,sans-serif;
	background-color: #fff;
}

.custom-head img{
	height:55px;
}

.customer-note {
	font-size: 80%;
	color: #fff;
}

#customField1, #customField3 {
font-size: 12px;
}

#form-container{
background: #fff;
padding: 40px 100px 50px 100px;
border-radius:10px;
margin-top:-230px;
margin-bottom:30px;
}

.tyt {
font-size: 20px;
margin: 0px 0 20px 0;
font-weight:bold;
padding: 10px;
border-radius: 10px;
text-transform: uppercase;
}

.home-welcome {
    background-image: linear-gradient(to bottom, rgba(18,42, 66, .85), rgba(18,42, 66, .35)), url(../login/images/background.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 270px;
    font-family: 'Open Sans';
}

#submitbutton{
	border-radius:10px;
	background: #00ae8d;
	border-color: #00ae8d;
	font-size: 18px !important;
	color: #fff;
}


.form-control {
    border: 0px;
    background: #eee;
    box-shadow: none;
	border-radius:10px;
}
	
.alert-info{
	background: #36b4e7;
	border: 0px;
	color: #fff;
	border-radius:10px;
}	