@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
html, body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 16px;
       
}
body { 
 background: url(../img/bgall.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
.row {
    margin-left: 0;
    margin-right: 0;
}
label.col-sm-4.control-label {
  color: #000000;
  font-size:18px;
}
.btnform {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #162c65;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  margin-left: 10px;
}
.mt {
	margin-top:20px;
	font-size:15px;}
.blue {
	margin-top:20px;
	color: #0053a0;
font-style: italic;}
.btnform:hover {
  background: #1f3b63;
  text-decoration: none;
    color: #ffffff;

}
footer {
  bottom:0;
    background-color: #162c65;
  position: relative;
  color: #fff;
  width:100%;
  margin-top: 10px;
    padding: 10px;
    z-index: -1;
    
}
 a {
    text-decoration: none;
    color: white;
}
.form-control{border-radius: 0;
    border: 2px solid #868788;}
.mr {
	margin-right: 8px;
margin-top: 8px;}
#wrap {
    min-height: 100%;
    height: auto!important;
    height: 100%;
 background: url(../img/logob.png) no-repeat left top scroll; 
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
    padding-bottom: 40px;
}
#wrap0 {
    min-height: 100%;
    height: auto!important;
    /*width: 430px;*/
    position: absolute;
    right:0;
    bottom: 0px;
 /*background: url(../img/back2.png) no-repeat right bottom scroll; 
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;*/
}
.logotop {
	margin-left:5px;
	padding-top:30px;
}
header {
    color: #0D2A64;
    
    min-height: 100px;
    margin-bottom: 20px;
    padding: 15px;
}
header h1 {
    font-size: 2.6em;
    line-height: 40px;
    text-align: right;
}
header p {
    font-size: 1.2em;
    color: #5b5b5f;
    text-align: right;
}
.vcenter {
    height: 130px;
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.body-text h1 {
    color: #0D2A64;
    font-size: 28px;
    margin-bottom: 12px;
}
.body-text {
    font-size: 14px;
    font-weight: 400;
}
label {
  font-weight: 100;
}
.formbd p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}
#errors {
border: 1px solid #000000;
background-color: #e0e2eb;
/*background-color: #FFDE79;*/
padding: 5px;
margin-bottom: 15px;	
text-align: left;
text-emphasis:!important
clear: both;
margin-top: 20px;
}
#errors:hover {
-webkit-box-shadow: 1px 1px 3px 0px #B3B3B3;
-moz-box-shadow: 1px 1px 3px 0px #B3B3B3;
box-shadow: 1px 1px 3px 0px #B3B3B3;
}
#sent {
border: 1px solid #A2D246;
background-color: #e0e2eb;
padding: 5px;
margin-bottom: 15px;	
text-align: left;
clear: both;
margin-top: 20px;
}
#sent:hover {	
-webkit-box-shadow: 1px 1px 3px 0px #B3B3B3;
-moz-box-shadow: 1px 1px 3px 0px #B3B3B3;
box-shadow: 1px 1px 3px 0px #B3B3B3;
}
#close {
    float:right;
    /*display:inline-block;*/
    padding:0px 8px 2px 8px;
    background:#B3B3B3;
	font-size: 12px;
	cursor:pointer;
	/*margin-top: -19px;*/
	color: #fff;
}
.logofooter2 {
    position: absolute;
    left: 300px;
}

.bgblue {
    background-color: #162c65;
}
