body{font-family: 'Open Sans', sans-serif;}
.dark_back {background: #3d4e5c none repeat scroll 0 0; color: #fff;}
.login_center {margin: 89px auto 0;width: 400px;}
.login_form {margin-top: 50px;}
a:hover {text-decoration: none;}
.logo img {width: 100%;}
.login_form .controls input {background: transparent ;border-color: -moz-use-text-color -moz-use-text-color #fff; border-style: none none solid;border-width: 0 0 1px; color: #fff !important; font-size: 20px; text-transform: capitalize; width: 100%;height: 60px; box-shadow: none!important;border-color: #fff !important;border-radius:0;margin-bottom:4px;}
.login_form .submit_button{background: #00bce4 none repeat scroll 0 0;color: #fff; display: block; float: none; font-size: 21px; margin: 38px auto; padding: 7px;   text-align: center; text-transform: uppercase;  width: 179px;border: medium none;}
.login_form input::-webkit-input-placeholder {color: #fff; opacity: 1;}
.login_form input::-moz-placeholder {color: #fff; opacity: 1;}
.login_form input:-ms-input-placeholder {color: #fff; opacity: 1;}
.login_form input:-moz-placeholder {color: #fff; opacity: 1;}
.form-signin h3 { padding-top: 14px;  text-align: center;}
.label-important, .badge-important { background: transparent none repeat scroll 0 0; color: #b94a48;   font-size: 13px; font-weight: 600;}


@media (max-width:480px)
{
  .login_center {padding: 20px; width: 100%;}
}

