body {
    font-color: #444444;
    background: #4e639c;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E639C', endColorstr='#4E63AF');
    background: -webkit-gradient(
        linear,
        top,
        bottom,
        from(#4e639c),
        to(#4e63af)
    );
    background: -moz-linear-gradient(-90deg, #4e639c, #4e63af);
}

#container #palhetaControle {
    display: none;
}

#distancia {
    display: block;
    height: 20% !important;
}

#container {
    height: 320px;
    width: 500px;
    border: 5px solid #555 !important;
    border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #fff;
    box-shadow: 7px 7px 3px #222;
    -webkit-box-shadow: 7px 7px 3px #222;
    -moz-box-shadow: 7px 7px 3px #222;
}

#img_login {
    height: 100px;
    margin: 5px auto;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#img_login > img:first-of-type {
    width: 150px;
}

fieldset {
    width: 460px;
    margin: 0px auto;
    min-height: 150px;
}

#cd_usuario {
    width: 162px;
    text-transform: uppercase;
}

#senha {
    width: 162px;
}

#conectar {
    width: 120px;
    height: 30px;
    font-size: 12px;
}

#cpf {
    width: 162px;
}

/********* FORMATAÇÃO CAPTCHA  *********/
.captcha {
    color: white;
}

.captcha a {
    color: yellow;
}

.captcha a:visited {
    text-decoration: underline;
    color: white;
}

.captcha a {
    font-weight: bold;
    margin-right: 3px;
}

a,
#solicita {
    color: #FFFFF !important;
    text-decoration: underline !important;
}
a:link {
    color: #FFFFF !important;
}
a:visited {
    color: #FFFFF !important;
}
a:hover {
    color: #0000ff !important;
}
a:active {
    color: #FFFFF !important;
}
/****************************************/
