* {
  margin: 0;
  padding:0;
  box-sizing: border-box;
}

body, html {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #2e4a66;
  background-image: url('../img/cafe.jpg');
  transition: 0.5s ease-in;
}

.container-fluid{
  top: 50%;
  position: absolute;
  transform: translateY(-55%);
}

.card.quadrado-branco {
  position: relative;
  max-width: 350px;
  padding: 25px 40px;
  border-radius: 25px;
  box-shadow: 1px 1px 5px #ccc;
  background-color: #ffffffdb;
}

.card {
  margin: 0 auto 25px;
  margin-top: 65px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.logo {
  margin: 0 auto 20px;
  display: block;
}

.titulo {
  font-weight: 400;
  color: #323ca7;
  align-self: center;
}

.error-validation {
  display: none;
  margin: 0;
  padding: 0;
}

.alert.alert-danger,
.alert.alert-success {
  margin: 0;
}

.col-12 {
  text-align: center;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 7px;
}

.btn-grande-lilas {
  font-weight: 600;
  border: none;
  border-radius: 10px;
  transition: all 0.218s;
  box-shadow: 0px 2px 4px #00000040;
  padding: 0px;
  width: 170px;
  height: 53px;
  font-size: 16px;
  background-color: #323ca7;
}

.button-eye {
  background-color: #ffffff;
  border-left: none;
}

.fa-solid.fa-eye {
  font-size: 17px;
  cursor: pointer;
}

.icon.fa-solid {
  cursor: pointer;
}

.esqueci {
  margin-top: 5px;
  text-align: center;
}

.esqueci-senha {
  color: #323ca7;
  font-weight: bold;
  letter-spacing: .25px;
  position: relative;
  font-size: 14px;
  margin-top: 5px;
  text-decoration: none;
}

.esqueci-senha:hover {
  color: #323ca7;
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.6;
}

.btn-signin1,
.btn-signin2 {
  position: relative;
  margin-top: 10px;
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  width: 120px;
  height: 40px;
  border-radius: 27px;
  transition: all 0.218s;
  box-shadow: 0px 2px 4px #00000040;
}

.btn-signin1 {
  border: 1.5px solid #ccc;
  background-color: white;
  color: #ccc;
}

.btn-signin2 {
  float: right;
  border: 0px;
  background-color: #323ca7;
  color: white;
}

.btn-signin1:focus,
.btn-signin1:hover,
.btn-signin1:active {
  border: 1.5px solid #ccc;
  background-color: white;
  color: #ccc;
  opacity: 0.6;
}

.btn-signin2:focus,
.btn-signin2:hover,
.btn-signin2:active {
  border: 0px;
  background-color: #323ca7;
  color: white;
  opacity: 0.6;
}

.atualizacao {
  font-weight: 200;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}

.titulo-modal {
  color: #323ca7;
  font-size: 18px;
}

.btn-pequeno-branco {
  font-weight: bold;
  border: none;
  border-radius: 10px;
  transition: all 0.218s;
  box-shadow: 0px 2px 4px #00000040;
  padding: 0px;
  font-size: 14px;
  width: 120px;
  height: 42px;
  background-color: white;
  color: #ccc;
}

.btn-pequeno-branco:focus,
.btn-pequeno-branco:hover,
.btn-pequeno-branco:active {
  background-color: white;
  color: #ccc;
  opacity: 0.6;
}

@media only screen and (max-width: 320px) {
  .btn-signin1,
  .btn-signin2 {
    width: 214px;
  }
}

@media only screen and (max-width: 280px){
  .btn-signin1, 
  .btn-signin2 {
    width: 175px;
  }
}