/* Tela Login */
.login {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.login-access {
  width: 500px;
  color: #fff;
  outline: none;
  padding: 0px 25px;
  padding-bottom: 20px;
  border-radius: 10px;
}

.login-access img {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 300px;
}

.login-access h3 {
  margin-bottom: 1rem;
  margin-left: 0.5rem;
}

.pre-emoji aside.emoji-picker-react {
  visibility: hidden;
  height: 0;
}

.login-save {
  text-shadow: black 0px 0px;
  color: rgba(255, 255, 255, 0.829);
  cursor: pointer;
  padding-bottom: 20px;
}

.login-access > input {
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  color: black;
  background-color: #e8f0fe;
  border-style: solid;
  border-width: 1px;
  font-size: 10pt;
  outline: none;
  border-radius: 10px;
}

.login-access > button {
  display: block;
  padding: 10px;
  background-color: #408080;
  color: #fff;
  outline: none;
  border-radius: 3px;
  border: 0px;
  cursor: pointer;
  width: 120px;
  margin: 0.5rem auto;
}

/*  */

.login--cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  flex: auto;
  margin: 0.5rem 2.5rem;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  top: 40px;
}

.login-card {
  display: flex;
  background-color: #ffff;
  color: #545454;
  border: 1px solid #cdd0d0;
  cursor: pointer;
  margin: 1rem 1rem;
  border-radius: 10px;
  padding: 8px;
  width: 170px;
  height: 65px;
  overflow: hidden;
}

.name-login {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 65px;
}

.login-card:hover {
  background-color: #f0f2f5;
  transition: 0.3s;
}

.login-card > img {
  width: 50px;
  margin-right: 10px;
}

.login--campanha {
  overflow-y: hidden;
  background-color: #00000082;
  position: fixed;
  z-index: 998;
  width: 100%;
  top: 0px;
  left: 0;
  height: 100%;
  margin: 0 auto;
  transition: all ease 0.3s;
}

.login--window {
  width: 900px;
  height: 450px;
  background: #e9e9e9;
  padding: 10px;
  position: relative;
  margin: 0 auto;
  top: 180px;
  border: 2px solid #fff;
  border-radius: 10px;
}

@media screen and (max-width: 400px) {
  .login--window {
    top: 0px;
    width: 100vw;
    height: 100vh;
  }
  .login-card {
    margin: 5px 10px;
  }
  .login--cards {
    width: 95vw;
    flex-direction: column;
    display: unset;
  }
}
.login--text {
  float: left;
}
.login--text--status {
  color: #8a8b8d;
  font-size: 13px;
}

.pwd {
  -webkit-text-security: disc;
}

.camp-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
}
