.input-field:not(.dropdown-input-field) input[type="checkbox"] + label {
  font-size: 18px;
  font-weight: 400;
  color: #93A9A9;
  padding-left: 50px;
  position: relative;
  top: 10px; }
  .input-field:not(.dropdown-input-field) input[type="checkbox"] + label a {
    margin: 0;
    color: #49C763; }

.input-field:not(.dropdown-input-field) input[type="checkbox"]:not(:checked) + label:before {
  top: -10px;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  margin-top: 7px; }

.input-field:not(.dropdown-input-field) input[type="checkbox"]:checked + label:before {
  border-color: transparent #49C763 #49C763 transparent;
  width: 16px;
  height: 28px;
  top: -5px; }

.input-field:not(.dropdown-input-field) input[type="text"], .input-field:not(.dropdown-input-field) input[type="email"], .input-field:not(.dropdown-input-field) input[type="password"] {
  height: 15px;
  padding: 6px 0 2px 0; }
  .input-field:not(.dropdown-input-field) input[type="text"].select-dropdown, .input-field:not(.dropdown-input-field) input[type="email"].select-dropdown, .input-field:not(.dropdown-input-field) input[type="password"].select-dropdown {
    padding: 0; }

.input-field:not(.dropdown-input-field) label {
  top: 0; }
  .input-field:not(.dropdown-input-field) label.active {
    top: 6px; }

input[type=text], input[type=email], input[type=password] {
  border-bottom: 1px solid #1B3B4F;
  box-shadow: 0 1px 0 0 #1B3B4F; }

.input-field label {
  z-index: -5; }

input[type="checkbox"] + label {
  z-index: 1; }

.input-field input {
  z-index: 5; }

input[type=text]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=password]:focus:not([readonly]) {
  border-bottom: 1px solid #63AAC5;
  box-shadow: 0 1px 0 0 #63AAC5; }

input[type=text]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label {
  color: #63AAC5; }

.btn, .btn-large {
  border-radius: 5px;
  text-transform: none;
  font-size: 19px;
  letter-spacing: 0;
  font-family: 'Bitter', serif;
  white-space: nowrap;
  height: 46px;
  line-height: 46px; }
  .btn:hover, .btn-large:hover {
    text-decoration: none; }

.btn-green {
  background-color: #49C763;
  box-shadow: 0 4px 0 -0.25px #28823b; }
  .btn-green:hover {
    background-color: #49C763;
    box-shadow: 0 6px 0 -0.25px #28823b;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px); }
  .btn-green:active {
    box-shadow: 0 4px 0 -0.25px #28823b;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .btn-green:focus {
    background-color: #49C763; }

.modal-footer a.btn-green {
  color: #ffffff !important; }


        .modal-content, .modal-footer {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .modal-footer {
            margin-bottom: 25px;
        }
        .modal-content h4 {
            color: #1B3B4F;
            font-family: 'Bitter', serif;
            font-size: 2.2rem;
        }
        .modal-content p {
            margin-block-start: 0;
            margin-block-end: 0;
            font-family: "Raleway", sans-serif;
            font-size: 16px;
            font-weight: 500;
        }
        .modal-content form {
            max-width: 400px;
            margin-top: 30px;
        }
        .modal-content form .input-field label {
            left: 0;
            font-family: "Raleway", sans-serif;;
            font-weight: 500;
        }
        .input-field label[for=name] span, .input-field label[for=email] span {
            color: inherit;
        }
        .input-field label[for=receive_marketing_emails] span {
            color: #1B3B4F;
        }
        .input-field label.active span {
            font-size: 0.8rem;
        }
        .input-field.col.s8.offset-s2 {
            margin-left: 0;
            width: auto;
        }
        .modal-close.btn-green {
            color: #ffffff;
            width: 250px;
            text-align: center;
            padding: 5px 10px;
            border-radius: 5px;
            text-decoration: none;
            font-family: 'Bitter', serif;
            font-size: 18px;
        }
        .lean-overlay {
            opacity: 0.9 !important;
            background: #49C763;
        }
    