.formschool {
    border: 1px solid #e5e5e5;
    padding:20px;
    background: #f0f8ff;
}


.formschool input {
    outline: none;
    margin: 0;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
  }

  /* input group 1 */
/* end input group 1 */
.formschool .input-group {
    position: relative;
    margin-bottom: 32px;
    border-bottom: 1px solid #e5e5e5;
  }
  