body.page-dotacio .btn,
body.page-dotacio a.btn {
  border-radius: 0 !important;
}

body.page-dotacio-home {
  min-height: 100vh;
  background-image: url('bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #FFF;
}

body.page-dotacio-home a {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

body.page-dotacio-home .btn-primary,
body.page-dotacio-home a.btn-primary {
  background-color: #FFF;
  color: #6920ff;
  text-decoration: none;
}

body.page-dotacio-home .btn-outline-primary {
  border: 1px solid #FFF;
  text-decoration: none;
}

body.page-dotacio-home .site-content {
  position: relative;
  min-height: 100vh;
}

body.page-dotacio-home .site-content:before {
  content: '';
  background: rgba(0, 0, 0, .25);
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

body.page-dotacio-home .site-content>* {
  position: relative;
  z-index: 1;
}

.page-intro-decoration:after {
  display: none;
}

.page-intro {
  padding-top: 40px;
  text-align: center;
}

.page-intro h1 {
  width: 100%;
}

/* .page-id-7377 .page-intro h3 {
  margin-bottom: 1em !important;
  width: 100% !important;
} */

.content-login-professorat {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
}

#alta-usuari {
  margin: 0 auto;
  max-width: 500px;
}

.vue-form input[type=email],
.vue-form input[type=text],
.vue-form select {
  background-color: #FFF;
  border-radius: 0 !important;
}

.inscripcions-form select {
  background-color: #eee;
  margin: 0;
}

div.vue-results button[type=submit] {
  border-radius: 0 !important;
}

.btn-outline-primary {
  border: 1px solid #e3061f;
  color: #e3061f;
}

.avis-centre {
  display: none;
  color: #e3061f;
}

.alert {
  margin: 40px 0;
  padding: 20px 40px;
}

.alert.alert-danger {
  background: #ebd8d8;
}

.alert.alert-success {
  background: #d6e9d9;
}

.alert.alert-info {
  background: #d6e3e9;
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: scroll;
}

.inscripcio-docents {
  padding-bottom: 5rem;
}

.inscripcio-docents #loginform {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}

.inscripcio-docents #loginform .input {
  display: block;
  width: 100%;
  background-color: #FFF;
  color: #160051;
  border-radius: 0;
  padding: 1.3rem 1.8rem;
  float: none;
  margin: 0 0 1em 0;
  width: 100%;
  font-size: 18px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-align: left;
  border: 0;
}

.inscripcio-docents #loginform label {
  font-weight: bold;
}

#wp-submit,
.btn-envia {
  outline: 0;
  border: 0;
  background-color: #6920ff;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  padding: 1.5rem 2.5rem;
  border-radius: 0;
  cursor: pointer;
  font-weight: 700;
  margin-top: 2rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.taula-concursants {
  width: 100%;
  margin-bottom: 30px;
}

.taula-concursants th {
  background: #eee;
}

.taula-concursants td,
.taula-concursants th {
  padding: 8px 14px;
  border-collapse: collapse;
  border: 1px solid #eee;
}

.form-group {
  margin-top: 40px;
}

.container-form {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.container-form label {
  font-weight: bold;
  display: block;
}

.container-form textarea,
.container-form input {
  background-color: #ecebf1;
  color: #160051;
  border-radius: 0;
  padding: 1.3rem 1.8rem;
  float: none;
  margin: 0;
  display: block;
  width: 100%;
  font-size: 18px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-align: left;
  border: 0;
}

.paginacio-dotacions a {
  display: inline-block;
  padding: 8px 14px;
  color: #160051;
  background: #eee;
  border-radius: 0;
}

.main__footer {
  padding-top: 3rem;
  z-index: 20;
  width: 100%;
  font-size: .875rem;
  color: #fff;
  position: relative;
  background-color: #000;
}

.main__footer a {
  color: #FFF;
}

.h-4 {
  height: 1rem;
}

.w-auto {
  width: auto;
}

.h-12 {
  height: 3rem;
}

.h-3 {
  height: 0.75rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h-16 {
  height: 4rem;
}

.mt-8 {
  margin-top: 2rem;
}

.list-reset {
  list-style: none;
  padding: 0;
}

.bg-black {
  background-color: #000;
  margin-top: 2em;
}

#menu-bottom {
  margin: 0;
}

.btn-sm {
  padding: .5em 1em !important;
  font-size: .9em !important;
}

.btn-help {
  border: 4px solid #e3142b;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.5rem;
  text-decoration: none !important;
}

.footer__logos {
  img, svg {
    margin: 0 2rem 2rem 0;
  }
}
@media (min-width: 768px) {
  .md\:h-16 {
      height: 4rem;
  }
}
@media (min-width: 768px) {
  .md\:h-10 {
      height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .md\:h-12 {
      height: 3rem;
  }
}