
  /* label color */
   .input-field label {
     color:#00367B;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label,.input-field input[type=email]:focus + label {
     color: #000;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus,.input-field input[type=email]:focus {
     border-bottom: 1px solid #00367B;
     box-shadow: 0 1px 0 0 #00367B;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #00367B;
     box-shadow: 0 1px 0 0 #00367B;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #00367B;
     box-shadow: 0 1px 0 0 #000;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #00367B;
   }
#form_colegiarse{
    
    width: 60%;
    margin:0 auto;

    
}
#form_colegiarse form{
    width: 100%;
    border:5px solid white;
}

/*Form  footer*/

  /* label color */
   .input-field2 label {
     color:#fff;
   }
   /* label focus color */
   .input-field2 input[type=text]:focus + label,.input-field input[type=email]:focus + label {
     color: #fff;
   }
   /* label underline focus color */
   .input-field2 input[type=text]:focus,.input-field input[type=email]:focus {
     border-bottom: 1px solid #fff;
     box-shadow: 0 1px 0 0 #fff;
   }
   /* valid color */
   .input-field2 input[type=text].valid {
     border-bottom: 1px solid #fff;
     box-shadow: 0 1px 0 0 #fff;
   }
   /* invalid color */
   .input-field2 input[type=text].invalid {
     border-bottom: 1px solid #fff;
     box-shadow: 0 1px 0 0 #fff;
   }
   /* icon prefix focus color */
   .input-field2 .prefix.active {
     color: #fff;
   }
.input-field2 input{
    color:#fff;

}
.input-field2 button[type=submit]{
    background-color:#fff;
    color:#00367B;
}


