._t_login._bg_main_blue:before {
  background-color: #F5F5F5;
  background-image: url("/assets/imgs/trainings/ninja_academy/login_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

._img_header_art {
  margin-bottom: 0;
}

._spacer_header {
  padding-bottom: 0;
}

._header_list {
  padding: 6% 0;
}
._header_list.bg_red {
  background-image: url("/assets/imgs/trainings/ninja_academy/background.jpg");
  background-color: #F5F5F5;
  background-size: cover;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
}

.swal2-popup {
  padding: 20px 40px !important;
  font-family: "Adobe Clean", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.swal2-popup.swal2-modal {
  width: 500px !important;
  border-radius: 0px !important;
}
.swal2-popup .swal2-content, .swal2-popup .swal2-title {
  text-align: left !important;
}
.swal2-popup .swal2-title {
  font-weight: bold !important;
  font-size: 24px !important;
  margin-bottom: 30px !important;
}
.swal2-popup .swal2-title:after {
  display: block;
  position: relative;
  content: " ";
  width: 100%;
  height: 2px;
  top: 5px;
  background-color: #F5F5F5;
}
.swal2-popup .swal2-styled {
  padding: 6px 24px 8px !important;
}

.swal2-icon.swal2-success, .swal2-icon.swal2-error, .swal2-icon.swal2-question, .swal2-icon.swal2-warning, .swal2-icon.swal2-info {
  display: none !important;
  width: 30px !important;
  height: 30px !important;
  position: absolute !important;
  font-size: 24px;
  line-height: 30px;
  border: unset;
}

.swal2-buttonswrapper {
  justify-content: right !important;
  font-family: "Adobe Clean", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
}

@media screen and (max-width: 850px) {
  ._t_login._bg_main_blue:before {
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  ._header_list {
    padding: 14% 0;
  }
  ._header_list.bg_red {
    height: auto;
  }
  ._spacer_header {
    padding: 0;
  }
  ._t_login._bg_main_blue:before {
    height: 34%;
    width: 100%;
    bottom: unset;
    top: 0;
    background-size: cover;
  }
}

/*# sourceMappingURL=ninja_analitycs.css.map */
