

/* Start:/local/templates/.default/components/bitrix/system.auth.authorize/global_auth/style.css?16770770213515*/
* {
  box-sizing: border-box;
}
.auth-area {
  font-family: Acrom, Arial, sans-serif;
  margin: 40px auto;
  max-width: 600px;
}
@media (min-width: 768px) {
  .auth-area {
    margin: 60px auto;
  }
}
.auth-area .auth {
  margin: 30px 0;
}
.auth {
  box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
  background: #fff;
  border-radius: 8px;
  padding: 25px;
}

@media (min-width: 768px) {
  .auth {
    padding: 40px 30px;
  }
}

.auth__header {
  margin: 0 0 25px;
  text-align: center;
}

@media (min-width: 768px) {
  .auth__header {
    margin: 0 0 30px;
  }
}

.auth__heading {
  color: #343C4B;
  font-family: Acrom, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .auth__heading {
    font-size: 26px;
  }
}

.auth__note {
  font-weight: normal;
  font-size: 15px;
  margin-top: 7px;
  display: block;
  opacity: .65;
}

@media (min-width: 768px) {
  .auth__note {
    font-size: 16px;
  }
}

.auth__main {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .auth__main {
    margin-bottom: 40px;
  }
}

.auth__field:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .auth__field:not(:last-child) {
    margin-bottom: 25px;
  }  
}

.auth__field.is-checkbox .auth__caption {
  margin-bottom: 0;
}

.auth__field.is-links >*:not(:last-child) {
  margin-bottom: 7px;
}

.auth__field .auth__note {
  font-size: 14px;
}

.auth__caption {
  margin: 0 0 10px;
  display: inline-block;
  cursor: pointer;
  color: rgba(52, 60, 75, 0.7);
  font-size: 15px;
  font-family: Acrom, Arial, sans-serif;
  font-weight: 500;
  user-select: none;
}

@media (min-width: 768px) {
  .auth__caption {
    font-size: 16px;
  }
}

.auth__caption span {
  color: #2F69FF;
  font-weight: bold;
}

.auth__input {
  background: #F3F3F6;
  border-radius: 6px;
  font-size: 15px;
  color: #343C4B;
  transition: all .3s;
  width: 100%;
  outline: none;
  border: none;
  font-weight: 500;
  padding: 15px 20px;
  font-family: Acrom, Arial, sans-serif;
}

@media (min-width: 768px) {
  .auth__input {
    font-size: 16px;
  }
}

.auth__input:focus {
  background: #f0f0f0;
}

.auth__input::placeholder {
  opacity: 0.5;
}

.auth__btn {
  background-color: #2F69FF;
  border-radius: 8px;
  font-family: Acrom, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  position: relative;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  transition: all .3s;
  border: none;
  padding: 15px 25px;
  cursor: pointer;
  width: 100%;
}

.auth__btn:hover,
.auth__btn:focus {
  background: #2F82FF;
}

@media (min-width: 768px) {
  .auth__btn {
    width: auto;
  }
}

.auth__extra {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #F3F3F6;
}

.auth__extra > *:not(:last-child) {
  margin-bottom: 10px;
}

.auth-helpers {
  font-size: 15px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .auth-helpers {
    font-size: 16px;
  }
}

.auth-helpers__helper {
  font-weight: 400;
}

.auth-helpers__helper:not(:last-child) {
  margin-bottom: 10px;
}

.btn-link {
  font-weight: bold;
  text-decoration: underline;
  color: #2F82FF;
  font-size: 15px;
}

.btn-link:hover {
  text-decoration: none;
}
body div .btn-link{}

.auth__field.is-checkbox {
  display: flex;
  align-items: flex-start;
}

.auth__field.is-checkbox input[type="checkbox"] {
  margin: 0 10px 0 0;
}

@media (max-width: 575px) {
  .auth__field.is-checkbox .auth__caption {
    font-size: 13px;
  }
}
/* End */
/* /local/templates/.default/components/bitrix/system.auth.authorize/global_auth/style.css?16770770213515 */
