.login-container {
  width: 100%;
  background-color: #fff;
  padding: 50px;
}

.login-wrapper {
  background: #f8f8f8;
  border-radius: 25px;
  min-height: calc(100vh - 100px);
  padding: 40px;
}

.body__signup {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.logoDentity {
  height: 42px;
  width: 180px;
}

.textSignIn {
  margin-top: 20px;
  font-size: 20px;
}

.textSignIn a {
  font-weight: 900;
  color: #3b95d4;
  transition: all 0.5s;
}

.textSignIn a:hover {
  opacity: 0.8;
}
