.login-content {
  padding-left: 62px;
  margin-top: 52px;
}

.login-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-right: 1px solid var(--opweb-gray);
}

.form-column {
  display: flex;
  flex-direction: column;
}
.form-column > div:not(:last-of-type) {
  margin-bottom: 15px;
}
.row {
  display: flex;
  align-items: flex-end;
}
.row .form-column {
  width: 100%;
  margin-top: 15px;
}
.row .form-column.small {
  min-width: 90px;
  width: 90px;
  margin-right: 12px;
}

.login-header {
  margin: 0;
  padding: 72px 0 60px;
  }
.login-header h1 {
  margin: 0;
}

#login-form {
  position: relative;
  padding-bottom: 100px;
}
#login-form a {
  display: inline-block;
  font-size: var(--opweb-small-font-size);
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid var(--opweb-lavender);
}

#form-steps {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
}

.step {
  padding: 95px 95px 40px 400px;
}
.step p {
  font-size: 14px;
  line-height: 20px;
}
.step .form-column:not(:first-of-type) {
  margin-top: 16px;
}
.step .row input[type="radio"] + label {
  margin-right: 20px;
}
.step label {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.action-row {
  margin: 0 90px 0 400px;
}
.action-button {
  width: 100%;
  padding: 10px 0;
  background: #101010;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  border-radius: 1000px;
  border: 1px solid transparent;
  cursor: pointer;
}
.action-button:disabled {
  background-color: red;
}

.login-link {
  text-align: center;
  margin-top: 20px;
}
.login-link span {
  margin-right: 14px;
  font-size: var(--opweb-small-font-size);
  line-height: 24px;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .page-container,
  #section-footer,
  .footer-info {
    width: auto;
  }

  .footer-info {
    flex-direction: column;
    align-items: start;
    padding: 0;
    padding-left: 65px;
    padding-right: 25px;
  }

  .footer-info .address, .footer-info .phone {
    margin-right: 0;
  }

  .step {
    padding: 0;
  }
  .action-row {
    margin: 0;
    margin-top: 40px;
  }

  .login-content {
    padding: 12px;
  }

  .login-section {
    padding: 48px 0;
    border-right: none;
  }

  #login-form {
    padding-bottom: 0;
  }

  .login-header {
    padding: 40px 0;
    border-right: none;
  }
  .login-header h1 {
    margin-top: 40px;
    width: auto;
  }

  .login-link {
    margin-top: 20px;
  }
}
