.bg-form-login{
  background-color: rgba(4, 78, 80, 1);
}
.login-form{
  color: white;
  font-size: 20px;
}
/*.login-form input:hover{
  border: 3px solid rgb(8, 136, 255);
}*/
header, footer{
  background-color: rgba(4, 78, 80, 1);
}
.text-footer-crc{
  color: white;
  font-style: italic;
}
.text-footer-crc div a{
  color: white;
}
.menu-container{
  border: 1px solid black;
  border-radius: 5%;
  text-decoration: none;
  color: black;
}
