.max430 {
  max-width: 400px;
  margin: 0 auto;
}
.top-image img {
  width: 100%;
  height: auto;
  display: block;
}
h2.title {
  font-family: "Myriadpro-Bold";
  font-size: 18px;
}
.login-form-container {
  padding: 0;
}
.res-form-container {
  padding: 40px 0 40px;
}
.help-block {
  margin: 20px 0 0;
  padding: 0 15px;
}
.form-sunE-button {
  margin: 20px 0;
  text-align: center;
}
.sunE-main-title .form-sunE-button {
  margin: 0;
}
.sunE-custom-form a:hover {
  color: #00b9b7;
  text-decoration: none;
}
.sunE-line-or {
  margin: 40px 0 0;
}
.sunE-line-or span {
  width: 80px;
  background: #f3ffff;
  position: absolute;
  display: block;
  top: -9px;
  left: calc(50% - 40px);
  text-align: center;
}
.more-login {
  margin: 30px 0 0;
}
.more-login img {
  cursor: pointer;
}
.mr-5 {
  margin-right: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.sunE-bottom-form {
  margin: 20px 0 0;
}
.sunE-bottom-form p {
  text-align: center;
}
.sunE-bottom-form p a {
  font-family: "Myriadpro-Bold";
}

.sendMail-title {
  color: #00b9b7;
  margin: 100px 0 0px;
}
.profile-title {
  color: #00b9b7;
  margin: 30px 0;
}
.sunE-male-female {
  width: 44px;
  height: 44px;
  text-align: center;
  background: #fff;
  border-radius: 33px;
  border: none;
  box-shadow: 0 1px 15px 0 rgba(21, 27, 38, 0.15);
  margin: 20px 0 0 10px;
  line-height: 60px;
  display: inline-block;
  cursor: pointer;
}

.ico_male,
.ico_male_active {
  width: 26px;
  margin: 10px auto;
}
.ico_female,
.ico_female_active {
  width: 20px;
  margin: 5px auto;
}
.sunE-male-female.male .ico_male_active {
  display: none;
}
.sunE-male-female.male .ico_male {
  display: block;
}
.sunE-male-female.male.active .ico_male_active {
  display: block;
}
.sunE-male-female.male.active .ico_male {
  display: none;
}
.sunE-male-female.female .ico_female_active {
  display: none;
}
.sunE-male-female.female .ico_female {
  display: block;
}
.sunE-male-female.female.active .ico_female_active {
  display: block;
}
.sunE-male-female.female.active .ico_female {
  display: none;
}
.error-help {
  margin: 20px 0 20px 15px;
}
.customErrorHelpClassName {
  margin: 20px 0 0 0;
}
.error-help p {
  font-size: 18px;
  color: #e22028 !important;
  line-height: 21px;
  margin: 0;
  padding: 0 0 0 0px;
}
.bg-login {
  background-image: url("./../images/bg_auth_full_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.bg-login .version-app {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.bg-register {
  background-image: url("./../images/bg_auth_full_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.bg-login .logo img,
.bg-register .logo img {
  margin-top: 7px;
}

.btn-re {
  text-decoration: underline;
}
.more-login img {
  width: 56px;
}
.form-sunE-button.mar-b-0 {
  margin-bottom: 0 !important;
}
@media screen and (max-height: 800px) {
  .error-help p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sunE-form-container {
    padding: 0 10px;
  }
  .login-form-container {
    padding: 100px 16px 40px;
  }
  .res-form-container {
    padding: 100px 10px 40px;
  }
  .register_account_type .account_detail_placeholder {
    height: 100px;
  }
}
