.orl-account-card{max-width:900px;margin:1rem auto;padding:1.5rem;border:1px solid #dcdcde;border-radius:8px;background:#fff}.orl-account-card dl{display:grid;grid-template-columns:minmax(120px,180px) 1fr;gap:.5rem}.orl-account-card dt{font-weight:700}.orl-account-card dd{margin:0}.orl-account-form input[type=text],.orl-account-form textarea{width:100%;max-width:650px;padding:.6rem}.orl-coach-register{max-width:900px;margin:30px auto 60px;background:#fff;border:1px solid #d7e3f2;border-radius:16px;overflow:hidden;box-shadow:0 12px 34px rgba(9,52,122,.1)}.orl-coach-register>header{padding:38px;background:linear-gradient(135deg,#09347a,#007dc3);color:#fff}.orl-coach-register>header h1{color:#fff;margin:5px 0 10px;font-size:42px}.orl-coach-register>header p{margin:0}.orl-account-kicker{font-size:12px;font-weight:800;letter-spacing:.16em}.orl-coach-form{padding:30px;display:grid;gap:19px}.orl-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.orl-coach-form label{display:grid;gap:7px;font-weight:700;color:#223752}.orl-coach-form input:not([type=checkbox]){width:100%;padding:12px;border:1px solid #b9c9dd;border-radius:6px}.orl-coach-form small{font-weight:400;color:#60738d}.orl-check{display:block!important;font-weight:500!important}.orl-account-button{display:inline-block;width:max-content;padding:13px 20px;border:0;border-radius:6px;background:#09347a;color:#fff!important;font-weight:800;text-decoration:none;cursor:pointer}.orl-coach-register>footer{padding:0 30px 24px}.orl-account-errors{margin:25px 30px 0;padding:12px 18px;border-left:4px solid #b42318;background:#fff1f0;color:#7a271a}.orl-hp{position:absolute!important;left:-9999px!important}@media(max-width:650px){.orl-form-grid{grid-template-columns:1fr}.orl-coach-register>header{padding:28px 22px}.orl-coach-form{padding:22px}}

/* Theme-proof contrast for the registration and login cards. */
.orl-coach-register>header,
.orl-coach-register>header h1,
.orl-coach-register>header p,
.orl-coach-register>header .orl-account-kicker{
  color:#fff!important;
  text-shadow:none!important;
}
.orl-coach-register>header .orl-account-kicker{opacity:.9}
.orl-coach-register .orl-account-button,
.orl-coach-register .orl-account-button:visited{
  background:#09347a!important;
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.orl-coach-register .orl-account-button:hover,
.orl-coach-register .orl-account-button:focus{
  background:#007dc3!important;
  color:#fff!important;
  text-decoration:none!important;
}
.orl-coach-register>footer a,
.orl-coach-register>footer a:visited{
  display:inline!important;
  padding:0!important;
  background:transparent!important;
  color:#09347a!important;
  text-decoration:underline!important;
  box-shadow:none!important;
}
.orl-coach-register>footer a:hover,
.orl-coach-register>footer a:focus{
  padding:0!important;
  background:transparent!important;
  color:#007dc3!important;
  text-decoration:underline!important;
  box-shadow:none!important;
}
