@charset "UTF-8";
#login {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  max-height: 900px;
}
#login .form-area {
  background: white;
  max-width: 400px;
  width: 90%;
  padding: 30px;
  margin: 10px;
}
#login .form-area .alerta-codigo {
  color: #6e2f87;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 18px;
  margin-top: 20px;
}
#login .form-area .logo {
  max-width: 150px;
  width: 100%;
}
#login .form-area label {
  color: #30333C;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 14px;
}
#login .form-area input {
  font-family: "Montserrat", sans-serif;
  background-color: #30333C;
  color: white;
  border-radius: 0;
  font-size: 14px;
}
#login .form-area input::-moz-placeholder {
  color: white;
}
#login .form-area input::placeholder {
  color: white;
}
#login .form-area a {
  font-size: 14px;
  color: #30333C;
  text-decoration: none;
  font-weight: bold;
  float: right;
}
#login .form-area button {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0;
  background-color: #6e2f87;
  border: none;
  padding: 10px;
  transition: 0.4s;
}
#login .form-area button:hover {
  background-color: #5f2874;
}
#login .form-area .btn-secundario {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0;
  background-color: white;
  color: #6e2f87;
  border: 2px solid #6e2f87;
  padding: 10px;
  transition: 0.4s;
}
#login .form-area .btn-secundario:hover {
  color: white;
  border: 2px solid #5f2874;
  background-color: #5f2874;
}
#login .autor {
  justify-items: center;
  align-items: center;
  margin-top: 20px;
}
#login .autor p {
  color: white;
  margin: 0;
  font-size: 14px;
}
#login .autor img {
  width: 150px;
}
#login #login-social .btn-microsoft {
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 20px;
}
#login #login-social .btn-microsoft:hover {
  color: white;
}
#login #login-social .btn-microsoft svg {
  width: 20px;
  margin-right: 10px;
}

/* CONTRASTE */
body.contraste-ativo {
  background-color: black !important;
  /* Login e Código */
}
body.contraste-ativo #navAcess {
  background: black !important;
  border-bottom: 2px solid white !important;
}
body.contraste-ativo #navAcess #menuAcess li {
  color: white;
}
body.contraste-ativo #navAcess #menuAcess li a {
  background: black !important;
  color: white !important;
  border-width: 2px !important;
}
body.contraste-ativo #navAcess #btMenuAcess {
  color: white !important;
}
body.contraste-ativo #login .form-area {
  background: black !important;
  border: 2px solid white !important;
}
body.contraste-ativo #login .form-area .alerta-codigo {
  color: white !important;
}
body.contraste-ativo #login .form-area label {
  color: white !important;
}
body.contraste-ativo #login .form-area input {
  background-color: white !important;
  border: 2px solid white !important;
  color: black !important;
}
body.contraste-ativo #login .form-area input::-moz-placeholder {
  color: black !important;
}
body.contraste-ativo #login .form-area input::placeholder {
  color: black !important;
}
body.contraste-ativo #login .form-area a {
  color: white !important;
}
body.contraste-ativo #login .form-area button, body.contraste-ativo #login .form-area .btn-secundario {
  background-color: black !important;
  border: 2px solid white !important;
}
body.contraste-ativo #login .form-area button:hover, body.contraste-ativo #login .form-area .btn-secundario:hover {
  background-color: black !important;
}
body.contraste-ativo #login .autor p {
  color: white !important;
}
