.logo-school {
  background-image: url('../../internal/img/logo.png');
  background-size: 100% 100%;
  background-position: center center;
  max-height: 85px;
  width: 100%;
  height: 85px;
  opacity: 0.9;
  cursor: pointer;
  transition: 0.3s;
}

.logo-school:hover{
  opacity: 1;
}

.login-page{
  background-image: url('../../internal/img/bg-login.jfif');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.login-page-box {
  width: 420px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #0066ff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}

@media (max-width: 576px) {
  .login-page-box {
    margin-top: .5rem;
    width: 90%;
  }
}

.modal .select2-container .select2-selection--single{
  height: none!important;
}