* {
  box-sizing: border-box;
}

#content {
  margin-bottom: 200px;
}

#content.login-page {
  min-height: 518px;
  padding-top: 70px;
  color: #000;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

#content .login-title {
  margin: 0 0 97px;
  color: #000;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
  text-align: center;
}

#content .login-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 120px;
  max-width: 1280px;
  margin: 0 auto;
}

#content .login-column {
  min-width: 0;
  text-align: center;
}

/* Социальный вход — левая сторона */

#content .login-register-column > .social-login,
#content .login-register-column > .sl-social-login,
#content .login-register-column > .social-buttons {
  margin-bottom: 48px;
}

#content .login-register-column .register-block {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
}

#content .register-block .new-costumer {
  display: block;
  width: 100%;
  margin: 0 0 43px;
  padding: 0;
  border: 0;
  color: #000;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

#content .register-button {
  display: block;
  margin: 0 auto;
}

/* Правая сторона */

#content .form-register-block {
  text-align: center;
}

#content .login-form {
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

#content .social_title {
  margin: 0 0 40px;
  color: #000;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
  text-align: center;
}

#content .inputs {
  width: 100%;
  margin: 0 0 34px;
}

#content .inputs input {
  display: block;
  width: 100%;
  height: 55px;
 
  padding: 0 34px;
  border: 1px solid #ffb34e;
  border-radius: 28px;
  outline: none;
  color: #222;
  background: #fff;
  font-family: inherit;
  font-size: 20px;
  line-height: 25px;
}

#content .inputs input:first-child {
  margin: 0 0 23px;
}

#content .inputs input:last-child {
  margin-bottom: 0;
}

#content .inputs input:focus {
  border-color: #f39a2e;
  box-shadow: 0 0 0 3px rgba(255, 190, 89, 0.2);
}

#content .inputs input::placeholder {
  color: #929292;
}

#content .forget {
  margin: 0 0 39px 34px;
}

#content .forget a {
  color: #222;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}

#content .forget a:hover {
  text-decoration: underline;
}

#content .login-button {
  display: block;
  margin: 0 auto;
}

/* Кнопки */

#content .btn-yellow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 288px;
  max-width: 100%;
  height: 47px;
  padding: 0 20px;
  border: 0;
  border-radius: 25px;
  color: #000;
  background: #ffbe59;
  font-family: inherit;
  font-size: 20px;
  line-height: 47px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

#content .popup-social .social_block { 
  margin-bottom: 63px;
}

#content .btn-yellow:hover {
  color: #000;
  background: #D1D0D0;
}

#content .btn-yellow:active {
  transform: translateY(1px);
}

#content .login-button {
  line-height: normal;
}

/* Если shortcode выводит обычную ссылку регистрации */
#content .login-register-column a:not(.btn-yellow) {
  color: #2582c4;
}

@media (max-width: 1100px) {
  #content .login-grid {
    column-gap: 50px;
  }

  #content .login-form {
    width: 100%;
  }
}

@media (max-width: 760px) {
  #content.login-page {
    min-height: auto;
    padding: 36px 20px 48px;
  }

  #content .login-title {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 21px;
  }

  #content .login-grid {
    grid-template-columns: 1fr;
    row-gap: 35px;
  }

  #content .social_title {
    margin-bottom: 19px;
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
  }

  #content .inputs input {
    height: 40px;
    max-width: 344px;
  }

  #content .inputs input {
    font-size: 15px;
    line-height: 19px;
    padding-left: 18px;
  }

  #content .inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 7px;
  }

  #content .popup-social .social_block {
    margin-bottom: 15px;
  }

  #content .register-block .new-costumer {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 21px;
    font-weight: 500;
  }

  #content .btn-yellow {
    width: 250px;
    max-width: 100%;
    height: 40px;
    font-size: 17px;
    line-height: 21px;
  }

  #content .register-button,
  #content .login-button {
    margin-left: auto;
    margin-right: auto;
  }

  #content .forget a {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 22px;
  }

  #content .forget {
    text-align: center;
    margin-bottom: 22px;
  }

  .forget a {
    display: block;
    width: calc(100% - 194px);
  }
}
