.section-signin .section-form {
  --form-wrapper-border-radius: 0 0 20px 20px;
}

.signin-form .form-item:nth-child(1n+2) {
  margin-top: 14px;
}

.signin-form .form-item-wrap {
  margin-bottom: 24px;
}

.signin-form .form-label {
  color: var(--label-color, #1d2088);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.11em;
}

.signin-form .password-reset-link {
  margin-top: 10px;
  text-align: center;
}

.signin-form .btn-register {
  margin-top: 28px;
}

.nav-signin-tabs {
  align-items: flex-end;
}

.nav-signin-tabs .nav-link {
  --bs-nav-link-color: #fff;
  --bs-nav-tabs-link-active-color: #fff;
  --bs-nav-tabs-border-radius: 20px;
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0;
  width: 50%;
  height: 48px;
  border: 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  background-color: #969696;
}

.nav-signin-tabs .nav-link.active {
  height: 58px;
}

.nav-signin-tabs #signin-user-tab.nav-link.active {
  background-color: #1d2088;
}

.nav-signin-tabs #signin-team-tab.nav-link.active {
  background-color: #9ed528;
}


.base-modal {
  --bs-modal-margin: 50px 4%;
  --bs-modal-header-padding: 0 22px;
  --bs-modal-padding: 15px 22px 30px 22px;
}

.base-modal .modal-content {
  padding-top: 32px;
  padding-bottom: 28px;
}

.base-modal .modal-header {
  border-bottom: 0;
}

.base-modal .close {
  position: absolute;
  right: -10px;
  top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #505050;
  border: none;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.58%22%20height%3D%2217.83%22%20viewBox%3D%220%200%2018.58%2017.83%22%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m2.16%201.41%2015%2015%22%2F%3E%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m16.41%201.41-15%2015%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
}

.base-modal .modal-title {
  color: #dc554d;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.06em;
}

.base-modal .modal-footer {
  border-top: 0;
  padding: 0 22px;
}

.base-modal .modal-footer>* {
  margin: 0;
}