* {
  font-family: 'Montserrat', sans-serif;
}

#container-esquerdo {
  height: 802px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-color: #ededff;
}

#container-esquerdo > img {
  width: 60%;
}

#container-esquerdo > span {
  color: #2C3E50;
  font-size: 24px;
  text-align: center;
}

#container-esquerdo > span > b {
  cursor: pointer;
  color: #4847B5;
}

#container-direito {
  height: 802px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1 {
  font-weight: bold;
  font-size: 20px !important;
  color: #2C3E50;
}

#formulario-login {
  text-align: center;
  width: 444px;
}

@media (max-width: 768px){
  #formulario-login {
    text-align: center;
    width: 90vw;
  }
}

#divisor-login {
  font-size: 14px;
  font-weight: bold;
  color: #445464;
  position: relative;
}

#divisor-login::before {
  content: "";
  width: 45%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #d3dce5;
}

#divisor-login::after {
  content: "";
  width: 45%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #d3dce5;
}


#formulario-login > span{
  font-size: 14px;
  color: #2C3E50;
}

#formulario-login > span > a {
  text-decoration: none;
  font-weight: bold;
  color: #4847B5;
}

.form-control {
  background-color: #ededed;
}

#btn-login-formulario {
  font-weight: bold;
  width: 100%;
  height: 44;
  color: white;
  background-color: #2C3E50;
  border-radius: 0;
}

#link-esqueci-senha {
  font-size: 14px;
  color: #4847B5;
  font-weight: bold;
  text-decoration: none;
}

#link-retorno-login {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #4847B5;
}