body.register-page main {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

body.register-page .container .row > .col.s12.m12.l6.offset-l3 {
  float: none;
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
}

body.register-page .card.blue.lighten-4.login {
  background: #f8fafc !important;
  border-radius: 1.15rem;
  border: 1px solid rgba(15, 23, 42, 0.04);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
  margin-top: 0 !important;
  overflow: hidden;
}

body.register-page .card.blue.lighten-4.login .card-content {
  padding: 2rem 2.2rem 1.2rem !important;
}

body.register-page .card.blue.lighten-4.login .card-title {
  color: #0f172a !important;
  font-weight: 600;
  margin-bottom: 1.1rem;
  letter-spacing: -0.01em;
}

body.register-page .card.blue.lighten-4.login .row {
  margin-bottom: 1rem;
}

body.register-page .card.blue.lighten-4.login .row:first-of-type label span {
  font-weight: 500;
  color: #0f172a;
}

body.register-page .card.blue.lighten-4.login .input-field input,
body.register-page .card.blue.lighten-4.login .input-field textarea {
  color: #0f172a;
}

body.register-page .card.blue.lighten-4.login .input-field label {
  color: #64748b;
}

body.register-page .card.blue.lighten-4.login .input-field input:focus + label {
  color: #2563eb !important;
}

body.register-page .card.blue.lighten-4.login .input-field input:focus,
body.register-page .card.blue.lighten-4.login .input-field textarea:focus {
  border-bottom: 1px solid #2563eb !important;
  box-shadow: 0 1px 0 0 #2563eb !important;
}

body.register-page .card.blue.lighten-4.login .card-text {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #0f172a;
}

body.register-page .card.blue.lighten-4.login label .with-gap + span,
body.register-page .card.blue.lighten-4.login label > span {
  color: #0f172a;
  font-size: 0.92rem;
}

body.register-page .select-wrapper input.select-dropdown {
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid rgba(15, 23, 42, 0.05);
  padding-left: 0.5rem;
  color: #0f172a;
}

body.register-page .card.blue.lighten-4.login input[type="checkbox"] + span {
  color: #0f172a;
  line-height: 1.4;
}
body.register-page .card.blue.lighten-4.login input[type="checkbox"] + span a {
  color: #2563eb !important;
  text-decoration: underline;
}

body.register-page .card.blue.lighten-4.login .card-action {
  border-top: none;
  padding: 0 2.2rem 1.6rem !important;
}

body.register-page .card.blue.lighten-4.login .card-action .btn {
  background: #2563eb !important;
  text-transform: none;
  border-radius: 0.7rem;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-weight: 500;
}

@media (max-width: 600px) {
  body.register-page main {
    padding-top: 6.5rem;
  }
  body.register-page .container .row > .col.s12.m12.l6.offset-l3 {
    max-width: 100%;
  }
  body.register-page .card.blue.lighten-4.login .card-content,
  body.register-page .card.blue.lighten-4.login .card-action {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
}
