/* Add here all your CSS customizations */

.header .logo {
    margin-top: 0px !important;
  }


.ui-pnotify.ui-pnotify-without-title .notification.ui-pnotify-container {
  padding-top: 20px;
  padding-bottom: 20px;
}


.unconfirmed-account {
  width: 100%;
  padding: 10px 0;
  background: #d44950;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  margin-top: -20px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .unconfirmed-account {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.unconfirmed-account > .text > p {
  color: #fff;
  margin: 0;
}

.unconfirmed-account > .text > p a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px #fff solid;
  transition: ease-in all 0.1s;

}

.unconfirmed-account > .text > p a:hover {
  border-bottom: 2px #9400ff solid;
  color: #9400ff;
}

select.form-control-sm, select.form-control-lg {
  line-height: normal !important;
}