.container {
  max-width: none;
  width: 100%;
  padding: 0 12px;
  margin: 0 auto; }

@media (min-width: 992px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px; } }
.auth__form-wrap {
  padding-top: 72.77px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }

.auth__form {
  background: #FFFFFF;
  box-shadow: 0px 12px 32px rgba(50, 73, 85, 0.1);
  border-radius: 16px;
  padding: 24px 8px 32px 8px;
  width: 100%; }

.auth__title {
  font-family: 'RF Dewi Extended';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #262931;
  margin-bottom: 24px;
  text-align: center; }

.auth__input-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px; }
  .auth__input-wrap input {
    background: #FFFFFF;
    border: 1px solid #C4C7CF;
    border-radius: 30px;
    padding: 12px 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #191B23;
    width: 100%; }
    .auth__input-wrap input::placeholder {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      font-feature-settings: 'tnum' on, 'lnum' on;
      color: #A9ABB6; }
    .auth__input-wrap input:hover {
      background: #FFFFFF;
      border: 1px solid #61636D;
      border-radius: 30px; }
    .auth__input-wrap input:focus {
      border: 1px solid #006DCA;
      box-shadow: 0px 0px 0px 3px rgba(0, 143, 248, 0.2);
      border-radius: 30px; }

.auth__password-wrap {
  position: relative; }

.auth__password-wrap-eye-open {
  position: absolute;
  top: 16px;
  right: 20px; }
  .auth__password-wrap-eye-open img {
    width: 100%;
    height: 100%; }

.auth__password-wrap-eye-close {
  position: absolute;
  top: 16px;
  right: 20px;
  display: none; }
  .auth__password-wrap-eye-close img {
    width: 100%;
    height: 100%; }

.auth__restore {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #9FA1AD;
  padding-left: 8px;
  margin-bottom: 24px;
  cursor: pointer;
  display: inline-block; }

.auth__rememberMe {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px; }
  .auth__rememberMe input {
    display: none; }

.checkBox {
  display: flex;
  gap: 8px;
  align-items: center; }
  .checkBox p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #191B23; }
  .checkBox div {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #C4C7CF;
    border-radius: 4px;
    position: relative; }

.checkActive div:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: black;
  top: -1px;
  left: -1px;
  border: 1px solid #C4C7CF;
  border-radius: 4px; }

.auth__text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #9FA1AD;
  margin-bottom: 24px;
  max-width: 495px; }
  .auth__text a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #0176FF; }

.auth__form-btn {
  background: #0176FF;
  border: 1px solid #0176FF;
  border-radius: 72px;
  padding: 12px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 16px; }
  .auth__form-btn:hover {
    background: #1471DE;
    box-shadow: 0px 4px 20px rgba(16, 109, 217, 0.5);
    border-radius: 72px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF; }
  .auth__form-btn:active {
    background: #1471DE;
    box-shadow: inset 0px 0px 10px #1B5396;
    border-radius: 72px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF; }

.auth__register {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #9FA1AD;
  display: flex;
  justify-content: center; }
  .auth__register a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0176FF; }
  .auth__register p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0176FF;
    cursor: pointer; }

@media (min-width: 992px) {
  .auth__form {
    padding: 40px 48px; }

  .auth__title {
    margin-bottom: 40px; }

  .auth__input-wrap {
    gap: 16px; }

  .auth__form-btn {
    max-width: 128px;
    margin: 0 auto;
    margin-bottom: 16px; }

  .auth__restore {
    margin-bottom: 42px; }

  .auth__text {
    margin-bottom: 40px; } }
@media (min-width: 768px) {
  .auth__form {
    background: #FFFFFF;
    box-shadow: 0px 12px 32px rgba(50, 73, 85, 0.1);
    border-radius: 30px; }

  .auth__rememberMe {
    margin-bottom: 40px; } }
@media (min-height: 1000px) {
  .auth__form-wrap {
    padding-top: 186px; } }
.header__wrapper {
  display: flex;
  justify-content: center;
  padding-top: 16px; }

.header__logo {
  max-width: 96px;
  cursor: pointer; }
  .header__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

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