.profile-tag-container {
  background: url(../images/fe/profile_tag.png) no-repeat;
  background-size: 360px;
  width: 360px;
  height: 520px;
  position: relative; }
  .profile-tag-container p {
    color: #58595b;
    font-size: 18px;
    padding-top: 10px; }
  .profile-tag-container .profile-info {
    text-align: center; }
    .profile-tag-container .profile-info .name,
    .profile-tag-container .profile-info .qr-code,
    .profile-tag-container .profile-info .position,
    .profile-tag-container .profile-info .badge-organization {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .profile-tag-container .profile-info .name,
    .profile-tag-container .profile-info .badge-organization {
      width: 326px;
      white-space: nowrap;
      overflow: hidden; }
    .profile-tag-container .profile-info .name {
      color: #006a42;
      font-size: 24px;
      font-weight: 600;
      top: 245px; }
    .profile-tag-container .profile-info .badge-organization {
      font-size: 16px;
      font-weight: 600;
      top: 275px; }
    .profile-tag-container .profile-info .qr-code {
      color: #414042;
      font-size: 12px;
      top: 320px; }
      .profile-tag-container .profile-info .qr-code .qr-code-img {
        width: 110px;
        display: block;
        margin-bottom: 10px; }
    .profile-tag-container .profile-info .position {
      color: #fff;
      font-size: 24px;
      bottom: 25px; }

.auth-page .container-fluid {
  padding-right: 15px;
  padding-left: 15px; }
.auth-page .bg {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  height: 220px; }
  .auth-page .bg img.logo {
    height: 80px;
    width: auto; }
  @media (max-width: 576px) {
    .auth-page .bg img.logo {
      height: 60px; } }
.auth-page h1.icon {
  padding-left: 40px;
  position: relative; }
  .auth-page h1.icon::before {
    content: '';
    background-image: url("../images/fe/i_reg_r.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
    right: unset;
    background-size: 30px;
    width: 30px;
    height: 30px; }
  .auth-page h1.icon.i-edit::before {
    content: '';
    background-image: url("../images/fe/i_edit_e.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
    right: unset;
    background-size: 30px;
    width: 30px;
    height: 30px; }
.auth-page h1.title-register {
  color: #006a42; }
.auth-page .btn-register,
.auth-page .btn-edit-profile {
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  margin: 0 auto;
  display: table;
  padding: 7px 50px 5px 50px;
  margin-top: 60px; }
.auth-page .btn-register {
  background: #009344; }
  .auth-page .btn-register::before {
    content: '';
    background-image: url("../images/fe/mascot_b.png");
    background-repeat: no-repeat;
    position: absolute;
    left: -65px;
    top: -25px;
    right: unset;
    background-size: 80px;
    width: 80px;
    height: 92px; }
  .auth-page .btn-register::after {
    content: '';
    background-image: url("../images/fe/mascot_g.png");
    background-repeat: no-repeat;
    position: absolute;
    left: unset;
    top: -25px;
    right: -65px;
    background-size: 80px;
    width: 80px;
    height: 92px; }
.auth-page .btn-edit-profile {
  background: #f6931d; }
.auth-page .form-group label {
  font-size: 18px;
  padding-top: 6px; }
.auth-page .form-group input,
.auth-page .form-group select {
  background: #f0f1f1;
  border-radius: 10px;
  color: #231f20;
  font-size: 18px;
  height: 40px;
  padding: 10px;
  width: 100%; }
.auth-page .form-group .input-radio {
  display: inline-block;
  margin-right: 20px; }
  .auth-page .form-group .input-radio input[type="radio"] {
    height: auto;
    width: auto; }
.auth-page .form-group input.input-line {
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #d0d2d3;
  width: 150px; }
.auth-page .form-group .title-other-block label,
.auth-page .form-group .title-other-block input[type="text"] {
  display: inline-block; }
.auth-page .form-group select {
  padding-right: 20px; }
.auth-page .form-group .required {
  color: red;
  margin-left: 5px; }
.auth-page .form-group .show-password,
.auth-page .form-group .show-reset-password {
  right: 25px; }
.auth-page .change-password {
  background: #808184;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  position: relative;
  padding: 5px 20px 5px 35px; }
  .auth-page .change-password::before {
    content: '';
    background-image: url("../images/fe/i_edit_key.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 9px;
    right: unset;
    background-size: 15px;
    width: 15px;
    height: 15px; }
.auth-page .div-line {
  border-bottom: 1px solid #d0d2d3;
  margin: 30px 0; }
.auth-page .mascot {
  display: block;
  width: 350px;
  margin: 0 auto 60px auto; }
.auth-page .profile-tag-container {
  background-size: 400px;
  width: 400px;
  height: 560px; }
  @media (max-width: 500px) {
    .auth-page .profile-tag-container {
      zoom: 0.8; } }
.auth-page .register-container {
  width: 75%; }
  @media (max-width: 751px) {
    .auth-page .register-container {
      width: 90%; } }

.profile-page .profile-btn {
  border-radius: 8px;
  border: 1px solid #6d6e71;
  font-size: 16px;
  position: relative;
  margin: 0 auto;
  display: table;
  padding: 7px 15px 5px 40px; }
.profile-page .download-tag {
  background: #00a551;
  margin-top: 20px;
  color: #fff; }
  .profile-page .download-tag::before {
    content: '';
    background-image: url("../images/fe/i_download.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 6px;
    right: unset;
    background-size: 20px;
    width: 20px;
    height: 20px; }
.profile-page .btn-home,
.profile-page .btn-edit,
.profile-page .btn-logout {
  background: #e5e6e7;
  color: #6d6e71;
  display: inline-block;
  margin: 15px 10px; }
  @media (max-width: 500px) {
    .profile-page .btn-home,
    .profile-page .btn-edit,
    .profile-page .btn-logout {
      display: block; } }
.profile-page .btn-home::before {
  content: '';
  background-image: url("../images/fe/i_back.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 6px;
  right: unset;
  background-size: 20px;
  width: 20px;
  height: 20px; }
.profile-page .btn-edit::before {
  content: '';
  background-image: url("../images/fe/i_edit.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 6px;
  right: unset;
  background-size: 20px;
  width: 20px;
  height: 20px; }
.profile-page .btn-logout::before {
  content: '';
  background-image: url("../images/fe/i_logout.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 6px;
  right: unset;
  background-size: 20px;
  width: 20px;
  height: 20px; }
.profile-page .join-event-container {
  width: 460px; }
  @media (max-width: 500px) {
    .profile-page .join-event-container {
      width: 100%; } }
  .profile-page .join-event-container .table-join-event {
    margin-top: 50px;
    margin-bottom: 80px;
    width: 100%; }
    .profile-page .join-event-container .table-join-event td,
    .profile-page .join-event-container .table-join-event th {
      font-size: 18px;
      color: #58595b;
      padding: 5px 10px; }
    .profile-page .join-event-container .table-join-event th {
      border-bottom: 1px solid #d0d2d3; }
    .profile-page .join-event-container .table-join-event tr:nth-child(even) td {
      background: #f0f1f1; }
    .profile-page .join-event-container .table-join-event tr td {
      vertical-align: middle; }
      .profile-page .join-event-container .table-join-event tr td img {
        width: 20px; }
