@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body{
	background:url("../images/sleekbg.jpg");
	font-size:16px;
	  font-family: 'open_sansregular';
	background-position:100%;
	
}
#loginForm input{
	color:#fff !important;
}
.landing_logo img{
	margin:0 auto;
}
.landing_sleek_layout img {
    margin: 0 auto;
}
.btn_orange{
	background:#ED1C24;
	width:100%;
	font-size:20px;
	color:#fff;
	padding:10px;
	font-weight:bold;
	border:none;
	border-radius:4px;
}
.bottomlink  {
	margin: 20px 0;
}
.bottomlink a {
    color: #fff;
	text-decoration:underline;
}
.bottomlink p{
    color: #fff;
}
.yellow {
    color: #efdb1a;
}
.landing_login h4 {
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
    margin-bottom: 30px;
    margin-top: 0px;
}
.landing_login input {
    background: transparent;
	color:#FFF !important;
}
.main_landing {
    margin: 6% 0;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent!important;
    background-image: none!important;
    color: rgb(0, 0, 0)!important;
}
#exampleInputEmail1 {
    background: url("../images/email.png");
    background-position: 2% 50%;
    background-repeat: no-repeat;
    padding: 25px 40px;
}
#exampleInputpasswd {
    background: url("../images/lock.png");
    background-position: 2% 50%;
    background-repeat: no-repeat;
    padding: 24px 40px;
}

#exampleInputEmail1::-moz-placeholder{color:#fff;}

#exampleInputEmail1::-ms-input-placeholder{color:#fff}

#exampleInputEmail1::-webkit-input-placeholder{color:#fff}



#exampleInputpasswd::-moz-placeholder{color:#fff;}

#exampleInputpasswd::-ms-input-placeholder{color:#fff}

#exampleInputpasswd::-webkit-input-placeholder{color:#fff}





@media only screen and (max-width: 768px) {
.mrgn_10 {
    margin-bottom: 10%;
}
}