.bottom {
    position: absolute !important; 
    bottom: 10% !important;
    width: 100%;
}
.whiteopacitybg {
    background: rgba(80, 80, 80, 0.7);
    width: 100%;
}


.logobottomcontainer {
  width: 100%;
  background-color: #0d2c89;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
	bottom:0;
	position: fixed;
	z-index:10;
}

.logobottomcontainer img,  .logoFFB79 {
	margin-top:10px;
}

.logobottomcontainer i {
	color:white;
	font-size:2em;
	margin-top:0.2em;
}



#navFooter td {
	padding:2px 0;
}


body{
 background-color: white;
}

 /* label color */
   .input-field label {
     color: grey
   }
   /* label focus color */
   .input-field input[type=email]:focus + label {
     /*color: white;*/
   }
   /* label underline focus color */
   .input-field input[type=email]:focus {
     border-bottom: 1px solid #ffba01 !important;
     box-shadow: 0 1px 0 0 #ffba01 !important;
     color: white;
   }

    /* label focus color */
   .input-field input[type=password]:focus + label {
    /* color: white;*/
   }
   /* label underline focus color */
   .input-field input[type=password]:focus {
     border-bottom: 1px solid #ffba01 !important;
     box-shadow: 0 1px 0 0 #ffba01 !important;
     color: white;
   }

   /* icon prefix focus color */
   .input-field .prefix.active {
     color: grey
   }
[type="checkbox"]:checked+label:before {
    border-right: 2px solid #ffba01;
    border-bottom: 2px solid #ffba01;
}

label {
  color: grey;
}

.header{
  margin-top: 1%;

}