body {
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-flow: row nowrap;
  font-family: "Atlas Grotesk App", sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #0d1322;
}
body > .side {
  display: flex;
  flex-direction: column;
  flex: 1 50%;
  justify-content: center;
  align-items: center;
}
.left-side {
  background-color: #f9f9fb;
}
.logo {
  width: 130px;
}
h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
button,
a {
  background: #0075e3;
  border-radius: 8px;
  margin-top: 24px;
  padding: 14px 24px;
  color: #ffffff;
  outline: none;
  border: none;
  font-weight: 700;
  font-size: 14px;
}
a {
  text-decoration: none;
}
form {
  display: flex;
  flex-direction: column;
  width: 360px;
}
label {
  display: flex;
  flex-direction: column;
  position: relative;
}
label:after {
  content: ".alationcloud.com";
  position: absolute;
  right: 12px;
  bottom: 7px;
  font-weight: 500;
  color: #0d1322;
}
label {
  font-weight: 700;
  line-height: 24px;
}
input {
  padding: 0 112px 0 12px;
  border: 1px solid #d4dde2;
  border-radius: 8px;
  outline: none;
  height: 36px;
}
input.error {
  border-color: #ec0247;
}
.error {
  color: #ec0247;
}
.message-view-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
