.btn_long, .btn_short {
  padding: 18px 0;
  text-align: center;
  border: 1px solid #32C7ff;
  border-radius: 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  color: #0081b2;
  font-size: 18px;
  font-weight: 500;
}

.btn_long {
  width: 215px;
  background-color: inherit;
}

.btn_short {
  width: 150px;
  color: #005677;
  background-color: #32C7ff;
}

.icon_btn {
  width: 66px;
  padding: 13px 0;
  border: 2px solid #32C7ff;
  border-radius: 7px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon_btn img {
  width: 30px;
  height: 100%;
}

.location_btn {
  padding: 9px 15px;
  border-radius: 18px;
  border: 1px solid #32C7ff;
  background-color: transparent;
  color: #0081b2;
  font-size: 12px;
  font-weight: 400;
}

.btn_long, .btn_short {
  padding: 18px 0;
  text-align: center;
  border: 1px solid #32C7ff;
  border-radius: 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  color: #0081b2;
  font-size: 18px;
  font-weight: 500;
}

.btn_long {
  width: 215px;
  background-color: inherit;
}

.btn_short {
  width: 150px;
  color: #005677;
  background-color: #32C7ff;
}

.icon_btn {
  width: 66px;
  padding: 13px 0;
  border: 2px solid #32C7ff;
  border-radius: 7px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon_btn img {
  width: 30px;
  height: 100%;
}

.location_btn {
  padding: 9px 15px;
  border-radius: 18px;
  border: 1px solid #32C7ff;
  background-color: transparent;
  color: #0081b2;
  font-size: 12px;
  font-weight: 400;
}

.user_login {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#bbecff), to(#32c7ff));
  background: linear-gradient(180deg, #bbecff 0%, #32c7ff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  overflow: hidden;
}
.user_login .breadcrumbs img {
  width: 22px;
  height: 22px;
}
.user_login .left_user-login {
  position: relative;
  border-radius: 0 0 50px 50px;
  padding: 20px 25px;
  background-color: #fff;
  -webkit-box-flex: 0.1;
      -ms-flex: 0.1;
          flex: 0.1;
  width: 100%;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.user_login .left_user-login .people_icon {
  position: absolute;
  z-index: 111;
  width: 234px;
  height: 238px;
  bottom: -50%;
  left: 0;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
.user_login .right_user-login {
  width: 100%;
  height: 100%;
}
.user_login .right_user-login img {
  -o-object-fit: cover;
     object-fit: cover;
}
.user_login header {
  width: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.user_login .breadcrumbs .backgr_content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  gap: 10px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.user_login .breadcrumbs .backgr_content > img {
  width: 7px;
  height: 11px;
}

.forms_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.forms_section h2 {
  width: 90%;
  color: #333;
  font-size: 45px;
  font-weight: 700;
}
.forms_section p {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.8;
  margin-bottom: 20px;
}
.forms_section p a {
  color: #00aced;
}
.forms_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.forms_section form input, .forms_section form .file-label {
  width: 100%;
  padding: 17px 25px;
  border: 1px solid #333;
  outline: none;
  border-radius: 7px;
  opacity: 0.7;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
.forms_section form .password {
  position: relative;
}
.forms_section form .password span ion-icon {
  opacity: 0.3;
  color: #333;
  position: absolute;
  width: 30px;
  height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  cursor: pointer;
}
.forms_section form .password a {
  text-align: right;
  color: #005677;
}
.forms_section form .password span .closeEye, .forms_section form .password span.hide .openEye {
  display: none;
}
.forms_section form .password span.hide .closeEye {
  display: block;
}
.forms_section form .forgot_btn {
  text-align: end;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.5;
}
.forms_section form .btn_short {
  width: 100%;
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .user_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .user_login .left_user-login {
    padding: 30px 100px;
    border-radius: 0 50px 50px 0;
    background-color: #fff;
    height: 100vh;
    width: 50%;
    -webkit-box-flex: 0.46;
        -ms-flex: 0.46;
            flex: 0.46;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .user_login .left_user-login .forms_section {
    width: 390px;
  }
  .user_login .left_user-login .forms_section .btn_short {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 55px;
  }
  .user_login .left_user-login header {
    width: 226px;
    height: 49px;
  }
  .user_login .left_user-login .people_icon {
    width: 403px;
    height: 410px;
    top: 1%;
    left: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .user_login .right_user-login {
    position: absolute;
    right: 0;
    height: 100vh;
    width: auto;
  }
  .user_login .right_user-login img {
    width: 100%;
    height: 100vh;
  }
}
.overlay_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 111;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overlay_modal .wrapper_modal-content,
.overlay_modal .wrapper_modal-success,
.overlay_modal .wrapper_modal-error {
  position: relative;
  padding: 18px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #77DAFF;
  -webkit-box-shadow: 12px 12px 50px 0px rgba(0, 129, 178, 0.25);
          box-shadow: 12px 12px 50px 0px rgba(0, 129, 178, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overlay_modal .wrapper_modal-content > button,
.overlay_modal .wrapper_modal-success > button,
.overlay_modal .wrapper_modal-error > button {
  position: absolute;
  background-color: transparent;
  border: none;
  right: 8px;
  top: 8px;
}
.overlay_modal .wrapper_modal-content > button img,
.overlay_modal .wrapper_modal-success > button img,
.overlay_modal .wrapper_modal-error > button img {
  width: 24px;
  height: 24px;
}
.overlay_modal .wrapper_modal-content .modal_header,
.overlay_modal .wrapper_modal-success .modal_header,
.overlay_modal .wrapper_modal-error .modal_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overlay_modal .wrapper_modal-content .modal_header h4,
.overlay_modal .wrapper_modal-success .modal_header h4,
.overlay_modal .wrapper_modal-error .modal_header h4 {
  width: 250px;
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: 700;
}
.overlay_modal .wrapper_modal-content .modal_header .modal_icon-message,
.overlay_modal .wrapper_modal-success .modal_header .modal_icon-message,
.overlay_modal .wrapper_modal-error .modal_header .modal_icon-message {
  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;
}
.overlay_modal .wrapper_modal-content .modal_header .modal_icon-message .quest_icon,
.overlay_modal .wrapper_modal-success .modal_header .modal_icon-message .quest_icon,
.overlay_modal .wrapper_modal-error .modal_header .modal_icon-message .quest_icon {
  position: absolute;
  top: 73px;
  left: 46px;
  width: 113px;
  height: 87px;
}
.overlay_modal .wrapper_modal-content .modal_header .modal_icon-message img:last-child,
.overlay_modal .wrapper_modal-success .modal_header .modal_icon-message img:last-child,
.overlay_modal .wrapper_modal-error .modal_header .modal_icon-message img:last-child {
  width: 198px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.overlay_modal .wrapper_modal-content .modal_footer,
.overlay_modal .wrapper_modal-success .modal_footer,
.overlay_modal .wrapper_modal-error .modal_footer {
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overlay_modal .wrapper_modal-content .modal_footer p,
.overlay_modal .wrapper_modal-success .modal_footer p,
.overlay_modal .wrapper_modal-error .modal_footer p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.6;
  line-height: 26px;
  text-align: center;
}
.overlay_modal .wrapper_modal-content .modal_footer .modal_btns-footer,
.overlay_modal .wrapper_modal-success .modal_footer .modal_btns-footer,
.overlay_modal .wrapper_modal-error .modal_footer .modal_btns-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.overlay_modal .wrapper_modal-content .modal_footer .modal_btns-footer .btn_danger,
.overlay_modal .wrapper_modal-success .modal_footer .modal_btns-footer .btn_danger,
.overlay_modal .wrapper_modal-error .modal_footer .modal_btns-footer .btn_danger {
  padding: 20px 40px;
  background-color: transparent;
  border: 1px solid #ed4100;
  border-radius: 7px;
  color: #ed4100;
  font-size: 18px;
  font-weight: 700;
  opacity: 0.8;
}
.overlay_modal .wrapper_modal-success {
  padding: 30px 50px;
}
.overlay_modal .wrapper_modal-success .modal_header {
  height: 100%;
  position: relative;
}
.overlay_modal .wrapper_modal-success .modal_header h4 {
  white-space: nowrap;
}
.overlay_modal .wrapper_modal-success .modal_header .modal_icon-message img {
  position: relative !important;
}

@media screen and (min-width: 1024px) {
  .overlay_modal .wrapper_modal-content {
    padding: 20px 53px;
  }
  .overlay_modal .wrapper_modal-success,
  .overlay_modal .wrapper_modal-error {
    padding: 30px 94px;
  }
}
.user_register {
  width: auto;
}
.user_register .left_user-register {
  height: inherit;
  gap: 134px;
}
.user_register .left_user-register p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  line-height: 18px;
}
.user_register .left_user-register .forms_section form .file-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
  cursor: pointer;
}
.user_register .left_user-register .forms_section form .file-label img {
  width: 15px;
  height: 15px;
}
.user_register .left_user-register .people_icon {
  bottom: -28%;
}
.user_register .right_user-register {
  overflow: hidden;
  height: -webkit-fill-available;
  width: auto;
}
.user_register .right_user-register img {
  width: 100%;
  height: 100%;
}