body.login {
    background-color: #01152a;
    padding: 0;
    margin: 0;
    height: 100%;
}
.login .logo {
    height: 49px;
    background-color: #10273f;
    text-align: center;
    width: 100%;
}
.login .cliente {
    text-align: center;
}
.login form {
    position: absolute;
    height: 280px;
    margin: -140px 0 0 0;
    top: 50%;
    width: 100%;
    background: transparent url('../images/fundo_login_georast.png') no-repeat center 120px;
}
.login .campos {
    width: 160px;
    margin: 0 auto;
    position: relative;
    top: 88px;
    padding: 0 0 0 75px;
}
.login form input {
    background-color: #B8BEC4;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #062F57;
    font-size: 14px;
    font-weight: bold;
    height: 21px;
    margin: 3px 8px 4px 0;
    padding: 1px 3px;
    width: 160px;
    float: right;
}
.login form input:focus {
    background-color: #EAECED;
}
.login form button {
    background: transparent url('../images/botao_georast_login.png') no-repeat center;
    width: 106px;
    height: 47px;
    border: none 0;
    cursor: pointer;
    float: right;
}
.login form button span {
    display: none;
}
.login form button:hover {
    background-image: url('../images/botao_georast_login_hover.png');
}
.login .logo.geocontrol {
    position: absolute;
    bottom: 0;
    height: 36px;
}
.login .logo.geocontrol img {
    margin: 3px 6px 0 0;
    float: right;
}
.login .logo.geocontrol p {
    margin: 10px 0 0 10px;
    float: left;
    font-family: arial, sans-serif;
    color: #B7CFE5;
    font-size: 14px;
}
.login_error {
    text-align: center;
    color: #ffff00;
    font-weight: bold;
    font-family: arial;
    padding: 20px;
    clear: both;
    position: relative;
    top: 95px;
}
