/*HEADER*/
header {
	margin-top: 25px;
	padding-bottom: 15px;
}
body {
    margin-bottom:100px;
}
header h1 {
	color: #044389;
}
/*LOGIN FORM*/
form {
	margin-top: 7rem;
}
form button {
	background-color: #044389 !important;
	border: none !important;
}

 .forgotten {
    color: #044389;
    position: relative;
    top: 15px;
}
/*TABLE SUBMISSIONS*/
table {
	margin-top: 5rem;
}
/* MANAGEMENT*/
.logs {
    position: relative;
    top: 25px;
}
/*FOOTER*/
footer {
    position: fixed;
    height: 60px;
    background-color: red;
    bottom: 0px;
    left: 0px;
    right: 0px;

	/* Height of the footer */
	background:#FCFF4B;
	padding: 25px !IMPORTANT;
}

form{
  margin-top:0!IMPORTANT;
  padding-top:0!IMPORTANT;
}