html,body{
    background-color:#415a78!important;
}

.login-warning{
    color: red;
    font-size: 150%;
}

.error{
    color: red;
}
.swal2-popup .swal2-icon{
    margin:2.5em auto .6em!important;
}

.card-error{
    border:2px solid red !important;
    box-shadow: inset 0 0 10px red !important;
}

.disattiva {
    background: repeating-linear-gradient(
      45deg,
      #ffffff,
      #fff 13px,
      #fff 5px,
      #eaeaea 16px
    );
}

.select2 {
    max-width: 100%;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border-width: 1.5px!important;
}
.form-control {
    border-width: 1.5px!important;
}
.input-textarea {
    border-width: 1.5px!important;
    width: 200px;
    height: 100px;
}