.right-side {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 32px;
}

.right-side img {
  max-width: 558px;
}

.double-input-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.double-input-container .input-container {
  width: 100%;
}

.double-input-container #select, #confirm-password, #last-name {
  padding-left: 0;
}

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

.left-side img {
  max-width: 710px;
  width: 100%;
}

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

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

.login-cta span {
  font-size: 18px;
  color: #4C4C4C;
}

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

.ms-register {
  max-width: 676px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 500px;
  padding-bottom: 50px;
}

.ms-register .ms-h1 {
  margin: 25px 0;
  font-size: 26px;
}

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

.ms-register .ms-hr {
  margin-bottom: 38px;
}

.ms-register .ms-form{
  margin-top: 38px;
}

.ms-button{
  margin-top: 12px;
  margin-bottom: 12px;
}

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

.checkbox-container .ms-link {
  color: #0EA1F8;
  text-decoration: underline;
}

@media screen and (min-width: 568px) {
  .double-input-container {
    flex-direction: row;
  }
  .double-input-container #select, #confirm-password, #last-name {
    padding-left: 27px;
  }
  .ms-register {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .ms-register .ms-h1 {
    font-size: 38px;
  }
  .ms-register .ms-h1 em {
    font-size: 38px;
  }
  .login-cta {
    flex-direction: row;
    right: 32px;
  }
  .login-cta .ms-second-button {
    margin-left: 17px;
    margin-top: 0;
  }
}

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

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

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