html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.errLogin{
  font-size: 1em;
  font-weight: 500;
  background-color: rgba(250, 10, 0, 0.5);
  border-radius: 5px;
}

.okLogin{
  font-size: 1em;
  font-weight: 500;
  background-color: rgba(48, 216, 149, 0.63);
  border-radius: 5px;
}

.errLogin, .okLogin p{
  padding: auto;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#n_senha{
  margin-bottom: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.message{
  font-size: 1.5em;
  font-weight: 600;
  background-color: rgba(0, 250, 0, 0.2);
  border-radius: 5px;
}

#check0,#check1,#check2,#check3,#check4,#check5{
  display:block;
  position:relative;
  color:red; font-size:14px;
  width:100% ;
}
span{
  font-weight: bold;
}