/* put your own styles to customize and override the theme */


.auth-header {
  background-size: cover;
  height: 250px;
}

.auth-header {
  position: relative;
  padding: 2rem 1.25rem 0;
  width: 100%;
  background-color: #346CB0;
  color: #ffffff;
  text-align: center;
  background-size: cover;
}

.metric-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #888c9b;
  white-space: nowrap;
}

.card-subtitle {
  font-size: 0.925rem;
  font-weight: normal;
}

.page-message-info {
  position: fixed;
  top: 3.5rem;
  left: 50%;
  padding: .5rem 1rem;
  display: inline-table;
  width: 100%;
  max-width: 100%;
  color: #fff;
  background-color: #10aefd;
  text-align: center;
  z-index: 1030;
  box-shadow: 0 1rem 3rem rgba(20, 20, 31, 0.175);
  transform: translate3d(-50%, 0, 0);
  cursor: pointer;
}

@media (min-width: 768px) {
  .page-message-info {
    top: 4.25rem;
    width: auto;
    max-width: 47rem;
    border-radius: 4rem;
  }
}

.page-message-info a:not(.btn) {
  text-decoration: underline;
}

.page-message-success {
  position: fixed;
  top: 3.5rem;
  left: 50%;
  padding: .5rem 1rem;
  display: inline-table;
  width: 100%;
  max-width: 100%;
  color: #fff;
  background-color: #00c957;
  text-align: center;
  z-index: 1030;
  box-shadow: 0 1rem 3rem rgba(20, 20, 31, 0.175);
  transform: translate3d(-50%, 0, 0);
  cursor: pointer;
}

@media (min-width: 768px) {
  .page-message-success {
    top: 4.25rem;
    width: auto;
    max-width: 47rem;
    border-radius: 1rem;
  }
}

.page-message-success a:not(.btn) {
  text-decoration: underline;
}

.page-message-danger {
  position: fixed;
  top: 3.5rem;
  left: 50%;
  padding: .5rem 1rem;
  display: inline-table;
  width: 100%;
  max-width: 100%;
  color: #fff;
  background-color: #f9363f;
  text-align: center;
  z-index: 1030;
  box-shadow: 0 1rem 3rem rgba(20, 20, 31, 0.175);
  transform: translate3d(-50%, 0, 0);
  cursor: pointer;
}

@media (min-width: 768px) {
  .page-message-danger {
    top: 4.25rem;
    width: auto;
    max-width: 47rem;
    border-radius: 1rem;
  }
}

.page-message-danger a:not(.btn) {
  text-decoration: underline;
}

.page-message-warning {
  position: fixed;
  top: 3.5rem;
  left: 50%;
  padding: .5rem 1rem;
  display: inline-table;
  width: 100%;
  max-width: 100%;
  color: #fff;
  background-color: #ed9702;
  text-align: center;
  z-index: 1030;
  box-shadow: 0 1rem 3rem rgba(20, 20, 31, 0.175);
  transform: translate3d(-50%, 0, 0);
  cursor: pointer;
}

@media (min-width: 768px) {
  .page-message-warning {
    top: 4.25rem;
    width: auto;
    max-width: 47rem;
    border-radius: 1rem;
  }
}

.page-message-warning a:not(.btn) {
  text-decoration: underline;
}

/* .app-header-dark .top-bar-brand {
  background-color: #00AEEF;
} */

.app-header-dark .top-bar-brand {
  background-color: #1892bb;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 1px 1px 0 rgba(20, 20, 31, 0.1), inset 0 1px 4px 0 rgba(20, 20, 31, 0.2);
}

.app-header-dark {
  /* background-color: #35465e; */
  background: linear-gradient(to right, #1892bb 0%, #1a82a4 100%);
  color: rgba(255, 255, 255, 0.8);
}

.auth-floated .auth-announcement {
  /* background-color: #35465e; */
  background: linear-gradient(to right, #1892bb 0%, #1a82a4 100%);
}

