body {
    font-family: "Raleway", sans-serif;
      background-color: inherit;
      font-style: normal;
      font-weight: 400;
      /* font-size: 15px;  */
     line-height: 1.31;
     text-rendering: optimizeSpeed;
      margin: 0;
      padding: 0;
      border: none;
      height: 100%; 
      width: 100%;
      min-height: 100vh;
     
  
    }
  
  
      .light-text {
          color: #f9f8f0;
      }
      .light-background {
          background-color: #f9f8f0;
      }
  
      .tan-text {
          color: #eae6d7;
      }
      .tan-background {
          background-color: #eae6d7;
      }
  
  
      .dark-text {
          color: #000000;
      }
      .dark-background {
          background-color: #000000;
      }
  
      .dark-secondary-text {
          color: #1E1C1C;
      }
      .dark-secondary-background {
          background-color: #1E1C1C;
      }
  
      .light-font{
        font-weight: 200;
        font-size:14px;
        line-height: 1.4;
      }
  
      .bold-font{
        font-weight: 400;
        font-size:18px;
      }
  
  
  #main-content{
    max-width: 600px;
    margin: 3rem;
    /* width:100%; */
    width: 34%;
    /* margin-left: 2.75rem; */
  }
  
  /* #message {
    padding-bottom: 1.2rem;
  
  } */
  #header {
    padding-bottom: 1.6rem;
  }
  
  .top-row{
    padding-bottom: 1rem;
  }
  
  /* #form-fields{
    padding: 2.5rem 0;
    margin: 15% 0 10%;
  } */
  
  
  
  #sign-up  .label.two-line-mobile {
    -webkit-tranform: translateY(-20px);
    transform: translateY(-20px);
  }
  #sign-up .text-field {
    display: block;
    border: none;
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
    border-bottom: .5px solid #838071;
    padding: 0.375rem 0;
    background-color: inherit !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
  
  }
  #sign-up  .text-area {
    resize: none;
  }
  #sign-up  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #940404;
    text-align: right;
  }
  
  .invalid-feedback-show{
    display: block;
  }
  
  #sign-up.was-validated input:invalid ~ .invalid-feedback {
    display: block;
  }
  
  #sign-up  .text-field:focus,
  #sign-up  .text-field:not(:placeholder-shown) {
    border-color: transparent;
    box-shadow: inset 0 -3px 0 -1px #83807194;
    -webkit-box-shadow: inset 0 -3px 0 -1px #83807194;
  }
  #sign-up .was-validated .text-field:invalid {
    border-color: transparent;
    box-shadow: inset 0 -5px 0 -1px #940404;
    -webkit-box-shadow: inset 0 -5px 0 -1px #940404;
  }
  
  /* #sign-up .field.input-active {
    padding-top: 15px;
  } */
  
  #sign-up .field.input-active .label {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    margin: -20px 0 -2.125rem;
  }
  
  #sign-up  .field.input-active .label.two-line-mobile,
  #sign-up  .field.input-active .label.two-line-mobile {
    margin: -42px 0 -2.125rem;
  }
  /* #sign-up .field {
    padding: 1rem 0;
   width: 60%;
  
  } */
  
  #sign-up  .label {
    position: absolute;
    margin: 0 0 -1.6875rem;
    padding: 0.6875rem 0 0;
    color:#838071!important;
    line-height: 1;
    width: 100%;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 4;
    cursor: text;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  
  }
  
  /* #status-message {
    font-size: 18px;
    padding: 3rem 0;
    width: 100%;
    position: relative;
    bottom: 15%;
  } */
  
  #save{
   /* font-size:16px;*/
    border: none;
    padding: 0;
    margin: 0;
    background-color: inherit;
    text-decoration: underline;
    text-align: left;
    background-color:inherit;
    cursor:pointer;
    width: 100%;
    height: 1rem;
  }
  
  
  
  #error-message{
    color:#940404;
    /* font-size: 15px; */
  }
  
  #message-wrapper {
    /* padding: 5.5rem 0 4rem; */
    padding: 4.5rem 0 3rem;
  }
  
  .flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  }
  
  
  .flex-item {
    width:45%;
  }
  
  .button-row {
    clear: both;
    width: 100%;
  }
  
  .no-link {
    text-decoration: none!important;
  }
  
  /* honeypot bot hack */
  .userCode {
    position:absolute;
    left: -5000px;
  }
  
  .full-width{
    width:100%;
  }
  
  input:focus {
    outline: none;
  }
  
  .hide{
    display:none!important;
  }
  
  .show{
    display:block!important;
  }
  
  .mess {
    font-size: 16px;
    /* font-weight: bold; */
  }
  
  
      @media (max-width: 600px) {
       /* * {
        font-size: 102%!important;
       } */
        
        /* body{
   
          width:90%!important;
          line-height: 1.4!important;
        } */
       
        /* .status-message{
          font-size: 96%!important;
        } */
        /* #sign-up {
          width:100%!important;
          margin-top: 1.8rem!important;
        } */
  
     
       
        .top-row{
          padding:0!important;
        }
  
        .flex-right {
          display:none!important;
        }
  
        .flex-row{
          flex-direction: column!important;
        }
  
        .flex-item{
          width: 100%!important;
        }
      }
  
  
        @media (max-width: 750px) {
          #main-content{
            width:90%!important;
            margin: 1.8rem!important;
            /* width:100%; */
           /* margin:0 6%!important; */
          
  
          }
  
          #message-wrapper {
            padding: 5.5rem 0 4rem!important;
           
          }
          
          .light-font{
            font-size:16px!important;
         
          }
      
          .bold-font{
            font-size:20px!important;
          }
          .mess {
            font-weight: 16px!important;
          }
  
      }
  
  