h3 { text-align: center;}
.content { border-radius: 0px !important; }
input {  color: #5e5e5e !important; }
::-moz-placeholder  { color: #fff !important; }
::-webkit-input-placeholder { color: #fff !important; }
:-ms-input-placeholder { color: #fff !important; }
a:hover { text-decoration: none;}
.input-icon > i { color: #fff;}

@media (max-width: 480px)
.login .content {
    padding: 30px;
    width: 360px !important;
}