@charset "UTF-8";
.site-header {
  background-color: #e6e6e6;
}
.site-header02 {
  background-color: #191441;
}
.form-check-input:checked {
  background-color: #00384f;
}
.card.selected {
  border: 1px solid #405189 !important;
  -webkit-box-shadow: 0 1px 6px rgba(0, 123, 255, 0.5);
  box-shadow: 0 1px 6px rgba(0, 123, 255, 0.5);
}
.mobile-form-container {
  display: none;
  background-color: #f7f7f7;
}
@media (max-width: 1024px) {
  .left-part {
    -webkit-box-pack: center !important;
    -ms-flex-pack: start !important;
    justify-content: center !important;
    align-items: start !important;
  }
  .left-part .card-body{
    margin-right: 0px !important;
}
  .right-part {
    margin-top: 0 !important;
  }
  .right-part .right-pic {
    width: 100%;
  }
  .right-part .right-content {
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 1920px) {
  .left-part {
    -webkit-box-pack: end !important;
    -ms-flex-pack: start !important;
    justify-content: end !important;
    align-items: start !important;
  }
  .left-part .card-body{
      -webkit-box-pack: end !important;
      -ms-flex-pack: start !important;
      justify-content: end !important;
      align-items: start !important;
      margin-right: 40px !important;
  }
  .right-part {
      margin-top: 0 !important;
  }
}
@media (max-width: 820px){
  .mobile-boby{
    background: none !important;
    background-color: #f2f2f2 !important;
  }
  .com-header{
    display: none !important;
  }
  .right-part-container{
    display: none;
  }
  .left-part{
    background-color: #F2F2F2 !important;
  }
  .mobile-logo {
    height: 42px;
  }
  .mobile-header {
    padding: 6px 12px;
    display: flex !important;
    background-color: #E6E6E6;
  }
  .mobile-header .menu, .mobile-header .account {
    font-size: 28px;
  }
}
/*# sourceMappingURL=Register.min.css.map */
