* {
    margin: 0;
    padding: 0;
}
body{
    color:#333;
    background: #eee;
    font-family: tahoma,Verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
h3 {
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
    color: #eee;
}
.error {
    height: 20px;
    color: #d6ea00;
}
#content {
    border-radius: 10px;
    top: 50%;
    left: 50%;
    width: 310px;
    margin: -125px 0 0 -155px;
    padding: 20px;
    background: #333;
    height: 150px;
    position: absolute;
}
#login span {
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #d6ea00;
}
#login span a{
    text-decoration: none;
    color:#c00;
    font-size: 11px;
    font-weight: bold;
}
#login label {
    text-align: left;
    line-height: 22px;
    height: 22px;
    width: 100px;
    text-align: right;
    padding-right: 5px;
    font-size: 11px;
    display: inline-block;
    color: #d6ea00;
    font-weight: bold;
}
#login .btn{
    background:#d6ea00;
    height: 23px;
    padding: 0 9px;
    border: 0;
    color: black;
    display: inline-block;
    text-shadow: 0 1px 1px #777;
    text-align: center;
    font-weight: bold;
    line-height: 23px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
#login .btn:hover {
    background:#d6ea44;
}
#login input {
    padding: 2px 1px;
    font-size: 1.2em;
    color: #777;
    width: 170px;
    border: 1px solid #dae4f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: auto;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#dddcdc), to(#fff));
    background-image: -moz-linear-gradient(0% 20% 90deg, #fff, #dddcdc);
    background-color: #fff;
}
#login input:focus {
    outline: none;
}
.row{
    margin-bottom: 7px;
}
