@charset "UTF-8";

.login_new_box {
  max-width: 1088px;
  width: 100%;
  margin: 40px auto 104px auto;
}
.main_block {
  width: 80%;
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #d24663;
  background-color: rgba(210, 70, 99, 0.05);
  padding-bottom: 71px;
}
.switch_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 31px;
  background-color: #ffffff;
  border: solid 2px #d24663;
  width: 200px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  line-height: 0.96;
  color: #d24663;
  margin-top: 40px;
  margin-bottom: 16px;
  cursor: pointer;
}
.switch_on {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  border-radius: 31px;
  background-color: #d24663;
  font-size: 24px;
  font-weight: bold;
  line-height: 0.96;
  color: #ffffff;
}
.switch_off {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
}
.switch_off {
  color: #d24663;
}
.switch_off:hover {
  text-decoration: none;
  color: #d24663;
}
.form_row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 24px auto;
  width: 80%;
}
.form_row .title {
  width: 134px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  color: #4b4b4b;
  margin-top: 9px;
}
.form_row input[type="text"], .form_row input[type="password"], .form_row input[type="email"] {
  width: 90%;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #9f9f9f;
  padding: 10px 27px;
}
.chk_box {
  display: flex;
  justify-content: flex-end;
}
.align_right a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.31;
  color: #d24663;
  text-decoration: underline;
}
.format_text {
  font-size: 16px;
  line-height: 1.44;
  color: #4b4b4b;
}
.log_btn, .rigister_btn, .fast_login_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.31;
  color: #fff;
  background-color: #d24663;
}
.log_btn:hover, .rigister_btn:hover, .fast_login_btn:hover {
  filter: brightness(110%);
  text-decoration: none;
  color: #fff;
}
.fast_login_btn {
  margin-top: 16px;
}
.subtitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.96;
  color: #d24663;
  margin-top: 32px;
}
.check_box_block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.375rem;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.check_box_block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  left: 10%;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: solid 1.5px #d24663;
  background-color: rgba(210, 70, 99, 0.05);
}
/* On mouse-over, add a grey background color */
.check_box_block:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.check_box_block input:checked ~ .checkmark {
  /* background-color: #d24663; */
  /* color: #d24663; */
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check_box_block input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.check_box_block .checkmark:after {
  left: 5px;
  top: 2px;
  width: 7px;
  height: 10px;
  border: solid #d24663;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check_box_block .text {
  font-size: 1rem;
  line-height: 1.44;
  color: #4b4b4b;
  width: 80%;
}
.check_box_block .text a {
  color: #4b4b4b;
  text-decoration: underline;
}
.check_box_block .text a:hover {
  color: #4b4b4b;
}
.other_block {
  width: 701px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.other_hint {
  font-size: 16px;
  font-weight: bold;
  line-height: 0.05;
  color: #4b4b4b;
  border-bottom: solid 1px #d8d6d6;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.other_hint span {
  background: rgba(252, 246, 246);
  padding:0 20px;
}
.login_other {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  color: #fff;
  text-align: center;
}
.login_other:hover {
  filter: brightness(110%);
}
.swal2-confirm {
    background-color: #d24663 !important;
    border-left-color: #d24663 !important;
    border-right-color: #d24663 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.swal2-cancel {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.register_font_box {
  margin: 20px 0;
}
.align_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 769px) {
  .card-body {
    padding: 8px;
  }
  .main_block {
    width: 100%;
    padding-bottom: 31px;
  }
  .ind_magt30 {
    margin-top: 45px;
  }
  .form_row input[type="text"], .form_row input[type="password"], .form_row input[type="email"] {
    width: 70%;
    padding: 10px;
  }
  .form_row {
    justify-content: center;
  }
  .check_box_block .text {
    width: 279px;
  }
  .chk_box {
    justify-content: center;
  }
  .format_text, .align_right {
    width: 307px;
  }
  .other_block {
    margin-top: 71px;
    width: 90%;
  }
  .checkmark {
    left: 1%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
  .main_block {
    zoom: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  .main_block {
    zoom: 130%;
  }
}
@media screen and (max-width: 320px) {
  .main_block {
    zoom: 80%;
  }
}
@media screen and (max-width: 280px) {
  .main_block {
    zoom: 70%;
  }
}
@media screen and (max-width: 240px) {
  .main_block {
    zoom: 60%;
  }
}
