body {
    background: radial-gradient(circle, #fff 0%, #fff 100%) !important;
}

/* LOGO */
.logo-empresa  {
    /*
   background: url(https://areacliente.mssistemas.com.br/assets/custom/169/logo.png);
   background-position: top center;
   background-position: top center;
   background-repeat: no-repeat;
   background-size: cover;
   margin: 0px auto;
   margin-top: 50px;*/
}
/* TAMANHO DO LOGO */
.logo-empresa  {
    width: 300px;
    height: 90px;
}

/* NOME DA EMPRESA */
.nome-empresa:before {
    content: ""
}
/*COR DE FUNDO DO FORMULARIO*/
.fundo-form-login {
    background: #237316;
}

/* CORE E TAMANHO NOME DA EMPRESA */
.nome-empresa {
    color: #000;
    font-size: 30px;
    text-align: center;
    
} 

/* COR E TAMANHO ACESSO AREA DO CLIENTE */
.acesso-area-do-cliente {
    color: #fff;
    font-size: 23px !important;
}
 

/* BOTÃƒÆ’O ACESSAR */
.botao-acessar {
    color: #000 !important;
    background-color: #fff !important;
    font-size: 1em;
}


.ou-links {
  color: #fff;
}

.primeiro-acesso {
    color: #fff;
}

.esqueci-minha-senha {
    color: #fff;
}