/* form */
@media screen and (min-width: 900px) {
  .formDiv{
    width: 60%;
  }
}

@media screen and (max-width: 899px) {
  .formDiv{
    width: 90%;
  }
}

/* base.html.twig */
/* Icon for user logined */
html, body{
  margin-top : 0;
  padding: 0;
  height: 100%;
}


#profileImage {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: RGB(236,101,0);
  font-size: 25px;
  color: white;
  text-align: center;
  line-height: 45px;
}

/* layout.html.twig link */
#menu>.active{
  background-color: RGB(236,101,0);
}

/* style of select2 */
.select2 {
  width:100%!important;
}
.select2-selection__rendered {
  line-height: 31px !important;
}
.select2-container .select2-selection--single {
  height: 35px !important;
}
.select2-selection__arrow {
  height: 34px !important;
}
