body {
  /*background: radial-gradient(circle, #fff 73%, #fff 100%) !important;*/
  /* background-image: url(https://areacliente.mssistemas.com.br/assets/custom/952/bg_login.png) !important; */
  /* background-repeat: no-repeat !important; */
  background-position: right top !important;

}

/* LOGO */
.logo-empresa  {
 background: url(https://areacliente.mssistemas.com.br/assets/custom/141/logo.png);
 background-position: top center;
 background-repeat: no-repeat;
     background-size: 250px;

}
.cMsgLogin001 {
  display: none;
}
.cMsgLogin001 {
  text-align: center;
  padding: 20px 5px;
  font-size: 16px;
  background: #608870 ;
  box-shadow: 0px 0px 5px 3px #FFF;
  margin-bottom: 26px;
}
/* TAMANHO DO LOGO */
.logo-empresa  {
  margin: 60px auto;
  width: 400px;
  height: 220px;
  margin-bottom: -40px;
      
}

/* NOME DA EMPRESA */
.nome-empresa:before {
  content: ""
}
/*COR DE FUNDO DO FORMULARIO*/
.fundo-form-login {
    background: linear-gradient(#f2c22c 0%, #35325c 100%);
    color: #fff;
    box-shadow: 0px 0px 14px 4px #d5d5d5;
    margin-top: 35px;
}

/* CORE E TAMANHO NOME DA EMPRESA */
.nome-empresa {
  color: #000;
  font-size: 1.2em;
  text-align: center;
  display: none;
} 

/* COR E TAMANHO ACESSO AREA DO CLIENTE */
.acesso-area-do-cliente {
  color: #fff;
}


/* BOTÃO ACESSAR */
.botao-acessar {
  color: #000 !important;;
  background-color: #fff !important;
  font-size: 1em;
}


.primeiro-acesso {
  color: #fff;
}

.esqueci-minha-senha {
  color: #fff;
}

.btn-default,
.btnRecSenha,
.btnCancelar, .btnConfirmar    {
  color: #000 !important;
  background-color: #fff !important;    
}