.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
}
.button-login {
  cursor: pointer;
  width: 340px;
  background-color: #fff;
  border: 1px solid #dedfe0;
  box-shadow: 0 2px 2px 0 rgba(41,48,59,.24), 0 0 2px 0 rgba(41,48,59,.12);
  border-radius: 2px;
  height: 48px;
}
.button-login-text {
  color: #29303b;
  font-size: 16px;
  font-weight: 600;
}
