.right-side {
  width: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #2089DD;
  padding: 0 32px;
}

.right-side img {
  max-width: 758px;
  width: 100%;
}

.left-side {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 32px;
  background: white;
}

.register-cta {
  position: absolute;
  top: 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.register-cta .ms-second-button {
  margin-left: 0;
  margin-top: 17px;
}

.register-cta span {
  font-size: 14px;
  color: #4C4C4C;
}

.ms-logo {
  width: 249px;
  height: 60px;
}

.ms-login {
  max-width: 512px;
  display: flex;
  flex-direction: column;
  padding-top: 150px;
  padding-bottom: 50px;
  width: 100%;
}

.ms-login .ms-h1 {
  margin: 15px 0;
  font-size: 26px;
}

.ms-login .ms-h1 em {
  font-size: 26px;
}

.ms-login .ms-hr {
  margin-bottom: 43px;
}

.ms-login .ms-form .ms-button {
  margin-top: 74px;
  margin-bottom: 28px;
}

.ms-form {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 568px) {
  .ms-login {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ms-login .ms-h1 {
    font-size: 30px;
  }
  .ms-login .ms-h1 em {
    font-size: 30px;
  }
  .register-cta {
    flex-direction: row;
    right: 32px;
  }
  .register-cta .ms-second-button {
    margin-left: 17px;
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .right-side {
    display: flex;
  }
  .left-side {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .register-cta {
    right: 117px;
    top: 12px;
  }
}

@media screen and (min-height: 900px) {
  .register-cta {
    top: 54px;
  }
}
