body {
  background: #eee;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}

.urg-login {
  width: 400px !important;
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}

.urg-input-group {
  margin-bottom: 10px;
}

.urg-login-headline {
  margin-bottom: 30px;
}

.urg-hide {
  opacity: 0;
  display: none;
}

.urg-show {
  opacity: 1;
  display: block;
}

.admin-login .card-header {
  background: #afd9ee;
}

.admin-login .card-body {
  background: #d9edf7;
}


/* ===== MODAL ===== */
.urg-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  background: transparent;
  opacity: 1;
}

.modal-overlay,
.urg-modal-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  opacity: 1;
}

.modal-inner,
.urg-modal-inner {
  position: fixed;
  z-index: 4;
  top: 40px;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 2px;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}


.urg-modal h1,
.urg-modal h2,
.urg-modal h3,
.urg-modal h4 {
  margin-top: 0;
}

.urg-modal .modal-content,
.urg-modal .urg-modal-content {
  padding: 24px;
}

.urg-modal .modal-close,
.urg-modal .urg-modal-close {
  cursor: pointer;
}

.urg-modal .modal-footer {
  border-radius: 0 0 2px 2px;
  padding: 4px 6px;
  padding: 4px 0;
  height: 56px;
  width: 100%;
  border-top: 1px solid #eee;
}

.urg-modal .modal-footer .btn,
.urg-modal .modal-footer .btn-large,
.urg-modal .modal-footer .btn-flat {
  float: right;
  margin: 6px 20px 6px 0;
}

.urg-modal button.btn-flat {
  outline: none;
  border: none;
  background: transparent;
  color: #66f;
}

.urg-modal button.btn-flat:hover {
  text-decoration: underline;
}

.red {
  color: #f33;
}
