/* CSS Document */

body{
 margin:0px;
 background-color:#fff;
 }
 
.container{
 width:1170px;
 margin:auto;
}

.header{
 width:100%;
background: #4d8cca; /* Old browsers */
background: -moz-linear-gradient(top,  #4d8cca 0%, #2b6db5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4d8cca 0%,#2b6db5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4d8cca 0%,#2b6db5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d8cca', endColorstr='#2b6db5',GradientType=0 ); /* IE6-9 */
}
 
select{
height: 25px;
    width:97%;
    padding: 0 0 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid #BDBDBD;	
	background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);
	
} 
 
.login-bg{
 width:100%;
 float:left;
 height:100%;
 background: #fff;
 }
 
.login-container{
 width:1170px;
 height:auto;
 margin:auto;
 overflow: hidden;
 }
 
.login-logo{
 margin:0 0 0 0px;
 text-align: center;
 padding:10px 10px;
 font-family:'Montserrat', sans-serif;
 color:#FFF;
 font-size:28px;
}

.clear{
 clear:both;
 }

.line{
 width:100%;
 height:20px;
 float:left;
 margin:0 0 0 0px;
 background-color:#20568f;
 }

.login-l{
 width:320px;
 height:auto;
 float:left;
 }

.login-r{
 width:660px;
 height:auto;
 float:right;
 }

.login-box{
 width:650px;
 height:280px;
 float:left;
 background-color:#2d70b6;
 margin:90px 0 0px 40px;
 border-radius:12px;
 }
 
.login-row{
 width:95%;
 height:69px;
 line-height:73px;
 float:left;
 font-family:'Montserrat', sans-serif;
 font-size:24px;
 color:#FFFFFF;
 padding: 0 0 0 20px;
 } 
 
.login-center{
 width:610px;
 height:auto;
 margin:auto;
 margin-top:20px;
 color:#FFFFFF;
 font-size:16px;
 }
 
.login-text{
 font-family: 'Montserrat', sans-serif;
 font-size:13px;
 color:#FFFFFF;
 } 
 
.span6{
 border:1px solid #BDBDBD;
 transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s;
 border-radius:0 !important;
 -moz-border-radius:0 !important;
 -webkit-border-radius:0 !important;
 height:25px;
 width:90%;
 padding:0 0 0 10px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#666666;
 } 
 
.login-submit{
float:left;
width:auto;
text-align:center;
padding:5px;
margin:15px 10px 0 0px;
line-height:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
text-decoration:none;
cursor:pointer;
text-decoration:none;
border:none;
background-color: #fdc71d;
    border-radius: 18px;
    color: #000;
    font-size: 1.2em;
    padding:4% 24%;
    text-decoration: none;
}

.login-footer{
 width:100%;
 height:auto;
 float:left;
 background-color:#fff;
 }

.login-footer p{
 font-size:14px;
 color:#000;
 font-family:Arial, Helvetica, sans-serif;
 padding-top: 25px;
 }

.footer-left{
 width:auto;
 height:auto;
 float:left;
 margin:10px 0 10px 0px;
 text-align:center;
 width:990px;
 }

.footer-right{
 width:auto;
 height:auto;
 float:right;
 margin:10px 0 10px 0px;
 }

.push{
 height:10em;
}



