@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  background: #F4F5F7;
}

.load {
  background-color: white;
}

/*
==================
=== page Login ===
==================
*/
.header_1 {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.header_1 .container_header_1 {
  padding: 25px 56px;
  width: 100%;
}
@media (max-width: 1188px) {
  .header_1 .container_header_1 {
    padding: 25px 24px;
  }
}
.header_1 .container_header_1 .part_left {
  gap: 35px;
}
@media (max-width: 1188px) {
  .header_1 .container_header_1 .part_left .logo img {
    width: 120px;
    height: 36px;
  }
}
.header_1 .container_header_1 .part_left .links {
  list-style: none;
  gap: 35px;
}
@media (max-width: 1188px) {
  .header_1 .container_header_1 .part_left .links {
    display: none !important;
  }
}
.header_1 .container_header_1 .part_left .links li {
  font-weight: 600;
  color: white;
}
.header_1 .container_header_1 .part_right {
  gap: 35px;
}
@media (max-width: 1188px) {
  .header_1 .container_header_1 .part_right {
    gap: 20px;
  }
}
@media (max-width: 1188px) {
  .header_1 .container_header_1 .part_right .search {
    display: none !important;
  }
}
.header_1 .container_header_1 .part_right .search {
  gap: 5px;
}
.header_1 .container_header_1 .part_right .search i {
  font-size: 20px;
  color: white;
  margin-bottom: 5px;
}
.header_1 .container_header_1 .part_right .search p {
  font-weight: 600;
  color: white;
}
.header_1 .container_header_1 .part_right .btns {
  gap: 13px;
}
.header_1 .container_header_1 .part_right .btns .log {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 2px solid white;
  color: white;
  padding: 14px 24px;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
  outline-width: 2.5px;
  border-radius: 40px;
  font-weight: 600;
}
@media (max-width: 1188px) {
  .header_1 .container_header_1 .part_right .btns .log {
    border-width: 1px;
    padding: 0px 12px;
    height: 33px;
    font-size: 15px;
    gap: 5px;
  }
}
@media (max-width: 373px) {
  .header_1 .container_header_1 .part_right .btns .log P {
    display: none;
  }
}
.header_1 .container_header_1 .part_right .btns .log i {
  font-weight: normal;
  font-size: 20px;
  list-style: 0;
}
@media (max-width: 1188px) {
  .header_1 .container_header_1 .part_right .btns .log i {
    font-weight: 200;
    font-size: 17px;
  }
}
.header_1 .container_header_1 .part_right .btns .cot {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border: 2px solid white;
  color: #D30A63;
  padding: 14px 24px;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
  outline-width: 2.5px;
  border-radius: 40px;
  font-weight: 600;
}
@media (max-width: 1188px) {
  .header_1 .container_header_1 .part_right .btns .cot {
    display: none;
  }
}
.header_1 .container_header_1 .part_right .btns .cot i {
  font-weight: normal;
  font-size: 20px;
  list-style: 0;
}
.header_1 .container_header_1 .part_right .bars {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  display: none;
}
@media (max-width: 1188px) {
  .header_1 .container_header_1 .part_right .bars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header_1 .container_header_1 .part_right .bars .x1 {
  cursor: pointer;
  width: 25px;
  height: 2px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
}
.header_1 .container_header_1 .part_right .bars .x3 {
  cursor: pointer;
  width: 15px;
  height: 2px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
}

.intro {
  width: 100%;
  height: 100%;
  height: 100vh;
  background-image: url(../imgs/backintro.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 575px) {
  .intro {
    background-image: url(../imgs/backintromob.webp);
  }
}
.intro .container_intro {
  padding-top: 130px;
  width: 1350px;
  margin: 0 auto;
}
@media (max-width: 1452px) {
  .intro .container_intro {
    width: 1250px;
  }
}
@media (max-width: 1356px) {
  .intro .container_intro {
    width: 1250px;
  }
}
@media (max-width: 1336px) {
  .intro .container_intro {
    width: 1150px;
  }
}
@media (max-width: 1236px) {
  .intro .container_intro {
    width: 100%;
    padding: 130px 56px 0;
  }
}
@media (max-width: 588px) {
  .intro .container_intro {
    padding: 130px 24px 0;
  }
}
@media (max-width: 575px) {
  .intro .container_intro {
    padding-top: 100px;
  }
}
@media (max-width: 1433px) {
  .intro .container_intro .txt {
    width: 500px;
  }
}
@media (max-width: 588px) {
  .intro .container_intro .txt {
    width: 100%;
  }
}
.intro .container_intro .txt span {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1433px) {
  .intro .container_intro .txt span {
    font-size: 16px;
  }
}
.intro .container_intro .txt h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: white;
  margin-top: 10px;
}
.intro .container_intro .txt p {
  margin-top: 18px;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: white;
}
@media (max-width: 1433px) {
  .intro .container_intro .txt p {
    font-size: 16px;
  }
}
.intro .container_intro .txt button {
  margin-top: 25px;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D30A63;
  border: 2px solid #D30A63;
  color: white;
  padding: 14px 24px;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
  outline-width: 2.5px;
  border-radius: 40px;
  font-weight: 600;
}
.intro .container_intro .txt button i {
  font-weight: normal;
  font-size: 25px;
  list-style: 0;
}
.intro .container_intro .txt .sm_txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-top: 25px;
}
@media (max-width: 1433px) {
  .intro .container_intro .txt .sm_txt {
    font-size: 12px;
  }
}
.intro .container_intro .bold {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 80px;
}
@media (max-width: 333px) {
  .intro .container_intro .bold {
    display: none !important;
  }
}
.intro .container_intro .bold li {
  width: 13px;
  height: 13px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.4);
}

.wrapper_login {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: rgba(46, 54, 65, 0.4);
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10000;
}
.wrapper_login .container_login {
  width: 700px;
  height: 100vh;
  background-color: white;
  border-radius: 20px 0 0 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 700px) {
  .wrapper_login .container_login {
    border-radius: 0;
    width: 100%;
  }
}
.wrapper_login .container_login .x {
  cursor: pointer;
  right: 35px;
  top: 30px;
  position: absolute;
  width: 18px;
  z-index: 100000;
  display: none;
}
@media (max-width: 700px) {
  .wrapper_login .container_login .x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.wrapper_login .container_login .box_login {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 120px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 90vh;
}
@media (max-width: 700px) {
  .wrapper_login .container_login .box_login {
    padding: 0 18px;
  }
}
.wrapper_login .container_login .box_login form {
  width: 100%;
}
@media (max-width: 700px) {
  .wrapper_login .container_login .box_login form {
    width: 326px;
  }
}
@media (max-width: 376px) {
  .wrapper_login .container_login .box_login form {
    width: 100%;
  }
}
.wrapper_login .container_login .box_login form .close {
  padding-top: 28px;
}
@media (max-width: 700px) {
  .wrapper_login .container_login .box_login form .close {
    display: none !important;
  }
}
.wrapper_login .container_login .box_login form .close img {
  cursor: pointer;
  width: 17px;
  right: -30px;
  position: relative;
}
@media (max-width: 700px) {
  .wrapper_login .container_login .box_login form .close img {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.wrapper_login .container_login .box_login form .logo {
  margin-top: 50px;
}
@media (max-width: 700px) {
  .wrapper_login .container_login .box_login form .logo {
    margin-top: 20px;
  }
}
.wrapper_login .container_login .box_login form .logo img {
  width: 214px;
}
@media (max-width: 700px) {
  .wrapper_login .container_login .box_login form .logo img {
    width: 134px;
  }
}
.wrapper_login .container_login .box_login form .title {
  margin-top: 62px;
}
.wrapper_login .container_login .box_login form .title h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  position: relative;
}
@media (max-width: 700px) {
  .wrapper_login .container_login .box_login form .title h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.wrapper_login .container_login .box_login form .title h1 i {
  font-size: 25px;
  font-weight: normal;
  color: #A2A3A4;
  position: absolute;
  right: -2px;
}
.wrapper_login .container_login .box_login form .title p {
  font-size: 16px;
  line-height: 20px;
  color: #D30A63;
  font-weight: 600;
}
@media (max-width: 700px) {
  .wrapper_login .container_login .box_login form .title p {
    font-size: 15px;
    line-height: 24px;
  }
}
.wrapper_login .container_login .box_login form .title img {
  height: 50px;
  margin-top: 20px;
  margin-bottom: 150px;
}
@media (max-width: 376px) {
  .wrapper_login .container_login .box_login form .title img {
    width: 100%;
    height: auto;
  }
}
.wrapper_login .container_login .box_login form .inputes .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 32px;
}
.wrapper_login .container_login .box_login form .inputes .form-group label {
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #6A717C;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  top: 12px;
  left: 13px;
}
.wrapper_login .container_login .box_login form .inputes .form-group input {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1px;
  width: 100%;
  border: 1px solid #2E3641;
  border-radius: 8px;
  outline: none;
  padding: 27px 13px 2px;
  font-size: 1.2rem;
  font-weight: 600;
  background: transparent;
}
.wrapper_login .container_login .box_login form .btn_sub {
  margin-top: 45px;
}
.wrapper_login .container_login .box_login form .btn_sub button {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D30A63;
  border: 2px solid #D30A63;
  color: white;
  padding: 14px 24px;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
  outline-width: 2.5px;
  border-radius: 40px;
  font-weight: 600;
}
.wrapper_login .container_login .box_login form .btn_sub button i {
  font-weight: normal;
  font-size: 25px;
  list-style: 0;
}
.wrapper_login .container_login .foot_log {
  border-top: 1px solid #C3CAD4;
  padding: 1rem 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10vh;
}
@media (max-width: 700px) {
  .wrapper_login .container_login .foot_log {
    padding: 1rem 18px;
  }
}
.wrapper_login .container_login .foot_log p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: inline;
  color: #6A717C;
  margin-bottom: 0;
}
.wrapper_login .container_login .foot_log p a {
  font-size: 16px;
  line-height: 20px;
  color: #D30A63;
  text-decoration: none;
  font-weight: 600;
}
.wrapper_login .container_login .foot_log p a i {
  font-weight: normal;
  font-size: 20px;
}

.wrapper_verfication {
  width: 100%;
}
.wrapper_verfication .part_left {
  min-height: 100vh;
  position: relative;
  width: 46.5%;
}
@media (max-width: 1120px) {
  .wrapper_verfication .part_left {
    width: 40%;
  }
}
@media (max-width: 999px) {
  .wrapper_verfication .part_left {
    display: none !important;
  }
}
.wrapper_verfication .part_left .box_txt {
  min-height: 100vh;
  position: fixed;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #d1005d), to(#ec6e7d));
  background: linear-gradient(270deg, #d1005d 0, #ec6e7d 100%);
  width: 46.5%;
}
@media (max-width: 1120px) {
  .wrapper_verfication .part_left .box_txt {
    width: 40%;
  }
}
.wrapper_verfication .part_left .box_txt img {
  max-height: 450px;
  margin-top: -47.5px;
}
@media (max-width: 1120px) {
  .wrapper_verfication .part_left .box_txt img {
    max-height: 400px;
    margin-top: -80.5px;
  }
}
.wrapper_verfication .part_left .box_txt .txt {
  color: #fff;
  max-width: 512px;
  margin: auto auto auto 99px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
}
.wrapper_verfication .part_left .box_txt .txt span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wrapper_verfication .part_left .box_txt .txt h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  padding-top: 8px;
}
.wrapper_verfication .part_left .box_txt .txt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  margin-top: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
}
.wrapper_verfication .part_right {
  width: 53.5%;
}
@media (max-width: 1120px) {
  .wrapper_verfication .part_right {
    width: 60%;
  }
}
@media (max-width: 999px) {
  .wrapper_verfication .part_right {
    width: 100%;
  }
}
.wrapper_verfication .part_right form {
  width: 470px;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .wrapper_verfication .part_right form {
    width: 696px;
  }
}
@media (max-width: 767px) {
  .wrapper_verfication .part_right form {
    width: 516px;
  }
}
@media (max-width: 580px) {
  .wrapper_verfication .part_right form {
    width: 100%;
    padding: 0 25px;
  }
}
.wrapper_verfication .part_right form .icon {
  width: 100%;
  background-color: rgba(106, 113, 124, 0.0392156863) !important;
  margin: 20px 0;
  border-radius: 6px;
}
.wrapper_verfication .part_right form .logo {
  padding-top: 100px;
  padding-bottom: 65px;
}
@media (max-width: 700px) {
  .wrapper_verfication .part_right form .logo {
    margin-top: 20px;
  }
}
@media (max-width: 999px) {
  .wrapper_verfication .part_right form .logo {
    padding-top: 24px;
  }
}
.wrapper_verfication .part_right form .logo img {
  width: 214px;
}
@media (max-width: 999px) {
  .wrapper_verfication .part_right form .logo img {
    width: 132px;
  }
}
.wrapper_verfication .part_right form .title {
  margin-bottom: 48px;
}
.wrapper_verfication .part_right form .title.tit2 {
  margin-bottom: 30px;
}
.wrapper_verfication .part_right form .title h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #2e3641;
  opacity: 0.9;
}
@media (max-width: 700px) {
  .wrapper_verfication .part_right form .title h1 {
    font-size: 21px;
    line-height: 24px;
  }
}
.wrapper_verfication .part_right form .title h1 i {
  font-size: 25px;
  font-weight: normal;
  color: #A2A3A4;
}
.wrapper_verfication .part_right form .title span {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 400;
}
.wrapper_verfication .part_right form .title p {
  font-size: 16px;
  line-height: 20px;
  color: #D30A63;
  font-weight: 600;
}
@media (max-width: 700px) {
  .wrapper_verfication .part_right form .title p {
    font-size: 15px;
    line-height: 24px;
  }
}
.wrapper_verfication .part_right form .title p span {
  font-size: 16px;
  color: black;
}
.wrapper_verfication .part_right form .title img {
  height: 50px;
  margin-top: 20px;
  margin-bottom: 150px;
}
@media (max-width: 376px) {
  .wrapper_verfication .part_right form .title img {
    width: 100%;
    height: auto;
  }
}
.wrapper_verfication .part_right form .title h4 {
  color: #2e3641;
}
.wrapper_verfication .part_right form .inputes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px 17px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper_verfication .part_right form .inputes.code4 {
  gap: 12px;
}
.wrapper_verfication .part_right form .inputes .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.wrapper_verfication .part_right form .inputes .form-group label {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: black;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  top: 12px;
  left: 13px;
  margin-bottom: 5px;
}
.wrapper_verfication .part_right form .inputes .form-group input {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1px;
  border: 1px solid #E9EAF2;
  border-radius: 8px;
  outline: none;
  height: 64px;
  font-size: 50px;
  font-weight: 600;
  background: transparent;
  text-align: center;
  width: 52px;
  font-size: 30px;
  padding: 0;
  font-family: Verdana, sans-serif;
}
.wrapper_verfication .part_right form .inputes .form-group input:focus {
  border-color: #2E3641;
}
.wrapper_verfication .part_right form .alert_box {
  background-color: #e0f1f5;
  padding: 20px 16px;
  border-radius: 16px;
  margin-bottom: 40px;
  font-weight: 500;
  margin-top: 25px;
  width: 530px;
  gap: 15px;
}
@media (max-width: 580px) {
  .wrapper_verfication .part_right form .alert_box {
    width: 100%;
  }
}
.wrapper_verfication .part_right form .alert_box img {
  width: 32px;
}
.wrapper_verfication .part_right form .err {
  background-color: #fef6e9;
  padding: 20px 16px;
  border-radius: 16px;
  margin-bottom: 40px;
  font-weight: 700;
  margin-top: 25px;
  width: 530px;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 580px) {
  .wrapper_verfication .part_right form .err {
    width: 100%;
  }
}
.wrapper_verfication .part_right form .err img {
  width: 32px;
}
.wrapper_verfication .part_right form .sms_verif {
  width: 100%;
}
.wrapper_verfication .part_right form .sms_verif h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #2e3641;
  opacity: 0.9;
}
@media (max-width: 700px) {
  .wrapper_verfication .part_right form .sms_verif h1 {
    font-size: 21px;
    line-height: 24px;
  }
}
.wrapper_verfication .part_right form .sms_verif h1 i {
  font-size: 25px;
  font-weight: normal;
  color: #A2A3A4;
}
.wrapper_verfication .part_right form .sms_verif span {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #6a717c;
  margin-top: 8px;
}
.wrapper_verfication .part_right form .sms_verif .icons_verff {
  font-weight: 600;
  font-size: 20px;
  height: 48px;
  padding: 0 18px;
  line-height: 48px;
  border-radius: 40px;
  background-color: #2E3641;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0;
}
.wrapper_verfication .part_right form .sms_verif p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2e3641;
}
.wrapper_verfication .part_right form .input_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 22px;
}
.wrapper_verfication .part_right form .input_box label {
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #6A717C;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  top: 7px;
  left: 13px;
}
.wrapper_verfication .part_right form .input_box input {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1px;
  width: 100%;
  border: 1px solid #2E3641;
  border-radius: 8px;
  outline: none;
  padding: 27px 13px 10px;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
}
.wrapper_verfication .part_right form .input_box input::-webkit-input-placeholder {
  color: #afafaf;
}
.wrapper_verfication .part_right form .input_box input::-moz-placeholder {
  color: #afafaf;
}
.wrapper_verfication .part_right form .input_box input:-ms-input-placeholder {
  color: #afafaf;
}
.wrapper_verfication .part_right form .input_box input::-ms-input-placeholder {
  color: #afafaf;
}
.wrapper_verfication .part_right form .input_box input::placeholder {
  color: #afafaf;
}
.wrapper_verfication .part_right form .res {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #d1005d;
  cursor: pointer;
  text-decoration: none;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper_verfication .part_right form .btn_sub {
  margin-top: 35px;
}
.wrapper_verfication .part_right form .btn_sub button {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D30A63;
  border: 2px solid #D30A63;
  color: white;
  padding: 14px 24px;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
  outline-width: 2.5px;
  border-radius: 40px;
  font-weight: 600;
}
.wrapper_verfication .part_right form .btn_sub button i {
  font-weight: normal;
  font-size: 25px;
  list-style: 0;
}
.wrapper_verfication .part_right .join {
  width: 100%;
  margin-top: 45px;
  border: 1px solid #EBECF0;
}
.wrapper_verfication .part_right .join .container_join {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 456px;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .wrapper_verfication .part_right .join .container_join {
    width: 696px;
  }
}
@media (max-width: 767px) {
  .wrapper_verfication .part_right .join .container_join {
    width: 516px;
  }
}
@media (max-width: 580px) {
  .wrapper_verfication .part_right .join .container_join {
    width: 100%;
    padding: 0 25px;
  }
}
.wrapper_verfication .part_right .join .container_join p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #6a717c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.wrapper_verfication .part_right .join .container_join p a {
  gap: 5px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #d1005d;
}