/*
.navbar-brand img{
  height: 60px;
  width: 468px;
}
*/

label#jform_name-lbl.required {
display: none;
}

input#jform_name.required {
display: none;
}


label#jform_email1-lbl.required {
display: none;
}

input#jform_email1.validate-email.required {
display: none;
}

/*
label#jform_username_lbl.hasTip {
display: none;
}

input#jform_username {
display: none;
}
*/






/* Cassiopeia changes */
/*
.container-header {
 background-color: white;
 background-image: none;
}

.container-header .mod-menu {
 color: #ffffff;
 font-size: 2.5rem;
 flex: unset;
}


.container-header .container-nav {
   min-width: -webkit-fill-available;
}

.container-header .navbar-toggler {
 color: #db504a;
 border: 1px solid #db504a;
}

*/


 /*We add padding and radius so that on hover there is a nice background */
/*
.container-header .mod-menu a {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
*/

 /*On hover there should be a gray background*/
/*
.container-header .mod-menu a:hover {
    background-color: #ede3b4;
}
*/

/*
.navbar-brand img{
  height: 120px;
}
*/

/* Color the dropdown menu in the menu with the class .metismenu.mod-menu .mm-collapse */
/*
.metismenu.mod-menu {
    background: #F57E20;
}
*/

/* The links in the dropdown menu you have to adress them individually */
/*
.metismenu.mod-menu .metismenu-item>a {
  color: #000036;
  font-size:large;
  font-weight: 600;
}


.metismenu.mod-menu .mm-collapse .metismenu-item {
  background-color: #bbd9e5;
}
*/