.wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left {
  background: #fff;
  flex: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}
.left img {
  width: 100px;
  margin: 10px auto;
}
.left h3 {
  text-align: center;
  font-size: 40px;
}
.left p {
  text-align: center;
}
.left h4 {
  text-align: center;
}
.left ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 10px;
  padding: 0;
}
.left ul li {
  padding: 4px 10px;
  background: #33a57d;
  color: #fff;
  border-radius: 5px;
}

.right {
  background-color: #33a57d;
  flex: 1;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.right form {
  width: 80%;
  margin: auto;
}
.right form h4 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
}
.right form p {
  font-size: 12px;
  color: #fff;
}
.right form .actionLinksLogin {
  display: flex;
  grid-gap: 5px;
}
.right form .actionLinksLogin a {
  text-decoration: none;
  border: 1px solid #fff;
  font-size: 13px;
  padding: 10px;
  flex: 1;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.right form .actionLinksLogin a:first-child {
  background: #fff;
  color: #242c57;
  font-weight: 600;
}/*# sourceMappingURL=login-ui.css.map */