.student-update {
    display: block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background-color: #ebebe5;

  .col-sm-6 {
    display: inline-block;
  }

  h2.panel-title {
    margin-left: 0px;
    font-size: 1.5rem;
    font-weight: 200;
    text-transform: none;
  }

  h4.panel-title {
    font-size: 1.3rem;
    padding-bottom: 3px;
  }

  .v-icon.v-icon.alert {
    color: red;
    padding-bottom: 10px;
  }
      
  .update-header {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;

    .panel-title {
      padding-left: 0px;
      padding-right: 0px;
    }
  }

  .row.enroll-body {
    margin-left: 5em;
    margin-right: 5em;
  }
  .row.enroll-body.new-student {
    padding-left: 5em;
    padding-right: 5em;
  }
  label {
    display: inline-block;
    width: 120px;
    padding-left: 8px;
  }

    
  .warning {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 10px;
    border: solid 2px red;
    border-radius: 10px;
    margin-bottom: 10px;

    h2 {
      color: #cb4727;
      font-weight: 800;
    }

    ul {
      padding-left: 10px;
      list-style: none;
      
      li {
        .warn-msg {
          color: red;
        }
      } 
    }
  }

  select,
  input {
    background-color: #fff;
    margin-bottom: 4px;
    min-width: 180px;
    font-size: 1.2em;
    padding: 5px;
    border-radius: 10px;
    width: 100%;
  }

  h4.panel-title {
    margin-top: 0px;
    margin-bottom: 3px;
    background-color: lightgrey;
    color: #000;
    text-align: center;
    padding: 10px;
  }

  .panel-heading {
    margin-top: 10px;
    text-align: center;
    width: 90%;
  }

  .panel-heading.full {
    width: 100%;
  }

  h2.panel-title,
  h2.page-title {
    margin-top: 0px;
    margin-bottom: 8px;
    background-color: #898076;
    color: #fff;
    text-align: center;
    padding: 5px;
  }

  h2.page-title {
    background-color: #cb4727;
  }

  .form-wrapper {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;

    .form-group {
      width: 90%;
      padding-left: 5%;

      .v-text-field--outlined > .v-input__control > .v-input__slot {
        background-color: #fff;
        border-radius: 10px;
        padding: 0px;
      }
      
      label {
        width: 50%;
        display: inline-block;
        color: #000;
        font-size: 1.2em;
        padding: 0px;
      }
    }

    .s-email-pref{
      input,
      p {
        display: inline-block;
      }
      input {
        min-width: 5px;
        margin-left: 2rem;
        width: auto;
        
      }
      p {
        margin-top: 0px;
        font-size: 0.8em;
        font-weight: bold;
        padding-left: 5px;
      }
    }

    .password-panel {
      .form-group {
        width: 90%;
        .v-input__slot {
          border-radius: 10px;
          button.v-icon {
            padding-bottom: 15px;
          }
        }
        label {
          width: 100%;
        }
      }

    }

    .lic-info {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 5px;
      grid-template-areas: "type id exp";
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 1rem;

      .lic-type label,
      .lic-id label,
      .lic-exp label {
        float: none;
        display: block;
        width: 100%;
        min-height: 38px;
      }
      .lic-type {
        grid-area: type;
        text-align: center;
      }
      .lic-id {
        grid-area: id;
        text-align: center;
      }
      .lic-exp {
        grid-area: exp;
        text-align: center;
        .form-control {
          display: inline-block;
          width: 100%;
          border: 0px;
          background-color: #fff;
          font-size: 1.2em;
          border-radius: 10px;
          padding: 5px;
        }
      }
    }

    .action-row {
      text-align: center;
      background-color: transparent;
      padding: 15px;
      border-top: solid 1px #898076;

      button {
        width: 45%;
        height: auto;
      }

      button {
        color: #fff;
        margin-top: 0px;
        font-size: 1.2em;
        padding: 10px;
        border-radius: 10px;
        background: #898076;
        min-width: 180px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-left: 10px;
        font-weight: 600;
      }
      button.s-close,
      button.btn-s-enroll {
        color: #fff;
        margin-top: 0px;
        font-size: 1.2em;
        padding: 10px;
        border-radius: 10px;
        background-color: #cb4727;
        min-width: 180px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-left: 10px;
      }
      button.s-close:hover,
      button.btn-s-enroll:hover {
        background: #898076;
        opacity: 0.7;
      }

      .form-note {
        text-align: left;
        font-size: 1em;
        font-weight: 700;
      }
      
    }
  }

  .v-input__icon--prepend-inner i {
    font-size: 0.8rem;
  }

  .is-invalid {
    .v-input__slot,
    .v-text-field__slot {
      label {
        color: red;
      }
    }
    .v-input__slot,
    .v-input__slot.v-input--is-focused {
      border: solid 1px red;


    .v-input__icon--prepend-inner i {
      color: red;
    }
    }
  }

  select.is-invalid,
  input.is-invalid {
    color: red;
    border: solid 1px;
  }
 /*  .alert.is-invalid {
    color: red;
    display: inline-block;
    width: 40%;
    padding-left: 1rem;
    font-weight: bold;
  } */
  
  .alert.fa-icon {
    color: red;
    font-size: .8rem;
  }
  
  .modal-container {
    .enroll-student {
      font-size: 75%;
      width: 100%;

      .lic-info .form-group {
        padding-left: 0px;
      }
    }
  }
}
