input[type="text"], input[type="password"], input[type="email"] {
  font-weight: 300;
  width: 100%;
  display: block;
  line-height: 40px;
  height: 40px;
  border: none;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #d4d6d9;
  border-radius: 0;
  cursor: text; }
  input[type="text"].inverse, input[type="password"].inverse, input[type="email"].inverse {
    border: none; }

input[type="checkbox"], input[type="checkbox"] + label {
  display: inline; }

input[type="number"] {
  padding-left: 12px; }

.ra-container {
  margin-top: 80px;
  margin-bottom: 40px; }

.form-control-error {
  color: #e42927;
  text-align: left;
  margin-top: 16px;
  font-weight: 300;
  font-size: 14px; }
  .form-control-error.text-center {
    text-align: center; }

.ra-form-header-context {
  margin-top: -28px;
  margin-bottom: 8px;
  font-size: 14px; }
  .ra-form-header-context a {
    font-size: inherit; }

.ra-form-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 52px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d4d6d9; }
  .ra-form-header.with-instructions {
    margin-bottom: 30px; }
  .ra-form-header.with-subheader {
    margin-bottom: 30px; }
  .ra-form-header h1 {
    margin: 0;
    font-weight: 500;
    font-size: 28px;
    color: black;
    text-align: left; }
  .ra-form-header .header-supplement-text {
    font-weight: 300;
    color: black;
    text-align: right;
    font-size: 14px; }

.ra-form-subheader {
  margin-top: 0;
  margin-bottom: 52px; }
  .ra-form-subheader.with-instructions {
    margin-bottom: 30px; }
  .ra-form-subheader h2 {
    margin: 0;
    color: #231f20; }

.ra-form-instructions .instruction {
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 20px;
  font-weight: 300;
  font-size: 16px;
  color: black;
  text-align: left;
  clear: both; }
  .ra-form-instructions .instruction:first-child {
    margin-top: 0; }
  .ra-form-instructions .instruction:last-child {
    margin-bottom: 0; }

.ra-form-instructions-supplement {
  margin-top: 16px;
  margin-bottom: 16px; }
  .ra-form-instructions-supplement a {
    font-size: 1.125em; }

.ra-form label {
  display: block;
  float: left;
  margin-bottom: 8px;
  color: black;
  font-weight: 500;
  font-size: 16px;
  width: 100%; }

.ra-form select {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  font-weight: 300;
  background-color: white; }

.ra-form input[type="radio"] {
  margin-left: 12px;
  margin-right: 4px; }
  .ra-form input[type="radio"]:first-of-type {
    margin-left: 0; }

.ra-form .info {
  font-weight: 300; }

.ra-form .form-group {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 300; }

.ra-form .form-group-extra-space {
  margin-top: 40px; }

.ra-form > .form-group {
  margin-right: -15px;
  margin-left: -15px; }

.ra-form > .form-group:before,
.ra-form > .form-group:after {
  display: table;
  content: " "; }

.ra-form > .form-group:after {
  clear: both; }

.ra-form .form-group:first-child {
  margin-top: 0; }

.ra-form .form-group.buttons {
  margin-top: 52px; }

.ra-form .form-control {
  margin-top: 8px; }

.ra-form label.with-supplement-text {
  width: auto; }

.ra-form .form-control-supplement-text {
  float: right;
  font-weight: 300;
  color: black;
  font-size: 14px;
  margin-bottom: 4px; }

.ra-form .form-control-suggestion {
  float: left;
  font-weight: 300;
  font-size: 14px;
  color: #686e7a;
  padding-bottom: 4px; }

.ra-form .ti-date {
  float: left;
  margin-right: 6px; }

.ra-form .ti-date-two {
  width: 50px;
  clear: none; }

.ra-form .ti-date-four {
  width: 65px;
  clear: none; }

.ra-form ti-date .btn.btn-icon, .ra-form input.ti-date {
  height: 40px; }

@media (max-width: 452px) {
  .ra-form .header-supplement-text, .ra-form .form-control-supplement-text {
    margin-top: 0;
    text-align: left; } }

.ra-form.static .form-value-group {
  font-weight: 300; }

.ra-form .assignment-check-row label {
  margin-bottom: 0; }

.ra-form .assignment-check-row p {
  margin-bottom: 0; }

.eula-modal {
  background-color: white; }
  .eula-modal .modal-dialog {
    height: 100vh;
    width: 768px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0; }
  .eula-modal.with-introductory-text .modal-content h1 {
    margin-bottom: 0; }
  .eula-modal.with-introductory-text .modal-content .subtitle {
    margin-top: 18px;
    font-weight: 300;
    font-size: 20px; }
  .eula-modal.with-introductory-text .modal-content .introduction-text {
    font-size: 16px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px; }
  .eula-modal .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 4px;
    text-align: center;
    padding: 0 20%;
    position: relative;
    margin: 0 auto; }
    .eula-modal .modal-content .eula-image {
      margin-top: 52px;
      width: 256px;
      height: 216px; }
    .eula-modal .modal-content h1 {
      margin-top: 30px;
      margin-bottom: 45px;
      font-weight: 500;
      color: #4092cf; }
    .eula-modal .modal-content label {
      color: #535967;
      font-weight: 500;
      text-align: left;
      font-size: 16px;
      display: block; }
    .eula-modal .modal-content label.input-type-checkbox {
      text-align: center; }
    .eula-modal .modal-content input[type="checkbox"] + label {
      display: inline; }
    .eula-modal .modal-content .supplement-text {
      font-size: 14px;
      font-weight: 300;
      color: black;
      text-align: right;
      display: block; }
    .eula-modal .modal-content .label-with-supplement {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between; }
    .eula-modal .modal-content .form-group {
      margin-bottom: 40px; }
      .eula-modal .modal-content .form-group.validation-instructions {
        margin-bottom: 0;
        font-weight: 300;
        font-size: 14px; }
