/* Exposed filters */
.views-exposed-form{
  display: flex;
  margin-bottom: 25px;
}
.views-exposed-form > div:first-child{
  padding-right: 15px;
  padding-left: 15px;
}
.views-exposed-form > div:first-child > input{
    margin-top: .25rem;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.views-exposed-form > div:nth-child(2) > input{
    margin-top: 19px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #0061a9;
    border-color: #0061a9;
}
#edit-title--description{font-size: 0.8rem; color: #6c757d;}