/*******************************************************************************************************************/
/* customizado.css - Estilos customizados do tema original para se adaptar ao layout esperado para este cliente    */
/* Inicio: 25/08/2014                                                                                              */
/* Versão 1.0                                                                                                      */
/* Projeto: DYNAMIC SYSTEM E VISH! Internet e Sistemas Ltda - ME                                                   */
/* Programadores: Daniel Jun Shimizu                                                                               */
/*******************************************************************************************************************/

.home_login td{
    padding: 6px 0px;
}

.home_login a span{
    display: block;
    float: none;
    height: auto;
    width: auto;
    border: none;
    margin-bottom: auto;
}

.home_login span{
    float: left;
    height: 65px;
    width: 65px;
    border: 1px solid #EEEEEE;
    border-right: 0;
    margin-bottom: 12px;
}

.home_login span i{
    color: #B4B4B4;
    font-size: 16px;
    padding: 10px;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #B6B6B6;
    text-align: center;
    line-height: 18px;
    margin: 12px auto 0 auto;
    display: block;
}

.home_login input[type='text'], .home_login input[type='password']{
    border: 1px solid #EEEEEE;
    text-indent: 10px;
    line-height: 30px;
    font-size: 14px;
    height: 65px;
    margin-bottom: 12px;
    width: 300px;
    margin-top: 0px;
}