#register > .left {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}

#register > .left > form.form-control > .action-wrapper > div.login-text {
  margin-top: 10px;
  font-size: .8rem;
  color: #3d3d3d;
}

#register > .left > form.form-control > .action-wrapper > div.login-text > a {
  font-weight: 500;
  margin: 0 5px;
  text-decoration: none;
  color: #e63946;
}


/* right
-------------------*/
#register > .right {
  width: 400px;
  height: 100%;
  background-color: #f0c28e;
  background-position-x: center;
  object-fit: cover;
  background-size: cover;
  background-position-y: 0;
  background-image: url("../../images/accounts/register-image.jpg");
}

#register > .right > img {
  margin-top: 50px;
  height: 50px;
}