.registration {
  background-color: #008097;
  background-image: url("../svg/login_bg.da478c655b07.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

.flex-base-reg-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 500px;
}

.login-container {
  left: calc(50% - 500px / 2);
  top: calc(50% - 380px / 2 - 45px);
}

.pass-reset-container {
  left: calc(50% - 500px / 2);
  top: calc(50% - 360px / 2);
}

.pass-reset-confirm-container {
  left: calc(50% - 500px / 2);
  top: calc(50% - 427px / 2 - 21.5px);
}

.pass-reset-complete-container {
  left: calc(50% - 500px / 2);
  top: calc(50% - 386px / 2 - 42px);
}

.reg-container-inner {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
}

.reg-container-inner .logo {
  text-align: center;
  margin-bottom: 40px;
}

.flex_space_between_container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px;
}

.reset-password-divider {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 15px;
}

.pass-reset-done {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pass-reset-complete {
  margin-top: 30px;
  margin-bottom: 35px;
}
