html, body {
  /*font-family: 'Raleway', sans-serif;
  font-weight: 100;*/
  height: 100vh;
  margin: 0;
}

.full-height {
  height: 100vh;
  background: #000;
}
.full-height::after {
  /*
  background: url('/components/Core/Web/Assets/img/home-bak.jpg') no-repeat center center;
  background-size: cover;*/
  content: "";
  opacity: 0.45;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.full-height.telemed::before {
  background: url('/components/Core/Web/Assets/img/1490.jpg') no-repeat center center;
  background-size: cover;
}

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.position-ref {
  position: relative;
}

.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
  z-index:10;
}
.login-page {
  z-index: 10;
}
.login-page .container {
  width: 100%;
}
.title img {
  width: 500px;
}

.login-page > .content {
  padding: 10vh 15px 0;
}

.stitle {
  font-size: 34px;
}

.sstitle {
  font-size: 24px;
}

.title b {
  font-weight: 600;
}

.links > a {
  color: #EEE;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.m-b-md {
  margin-bottom: 30px;
}
.powered {
  padding: 30px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.powered, .powered a {
  color: #aaa;
}
.login-page {
  background: transparent !important;
}

.modal-dialog {
  padding-top: 60px;
}
.modal.fade .modal-dialog {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.modal-content {
  color: #868e96;
  border: 0 none;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.modal-header {
  border-bottom: 1px solid #DDDDDD;
  padding: 20px;
  text-align: center;
  display: block !important;
}
.modal-header.no-border-header {
  border-bottom: 0 none !important;
}
.modal-dialog.modal-sm .modal-header button.close, .modal-dialog.modal-register .modal-header button.close {
  margin-top: 0;
}
.modal-header button.close {
  margin-top: -25px;
}
.modal-content .modal-header h6 {
  margin-top: 10px;
  font-family: "Montserrat", "Helvetica", Arial, sans-serif;
  font-size:1em;
  text-transform: uppercase;
  font-weight: 700;
}
.text-muted {
  color: #868e96 !important;
}
.modal-header.no-border-header .modal-title {
  margin-top: 20px;
  font-family: "Montserrat", "Helvetica", Arial, sans-serif;
  font-size:2em;
  color: #868e96 !important;
}
.modal-body {
  padding: 20px 50px;
  color: #000;
}
.modal-register .modal-footer {
  text-align: center;
}
.modal-footer.no-border-footer {
  border-top: 0 none;
}
.modal-footer {
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0px;
  border-top: 1px solid #e9ecef;
}
.modal-register .modal-footer span {
  width: 100%;
}
.modal-footer .leftside, .modal-footer .rightside {
  display: inline-block;
  text-align: center;
  width: 49%;
}
.modal-footer .divider {
  background-color: #DDDDDD;
  display: inline-block;
  float: inherit;
  height: 63px;
  margin: 0px -3px;
  width: 1px;
}
.modal-footer .btn-link {
  padding: 20px;
  width: 100%;
}
.modal-footer>:not(:first-child) {
  margin-left: .25rem;
}
.modal-footer:before, .modal-footer:after {
  display: none;
  clear: none;
}
.btn-danger.btn-link {
  color: #f5593d;
}
.btn.btn-border, .btn.btn-link {
  background-color: transparent;
}

#loginForm p.error {
  background-color: coral;
  padding: 10px;
  margin-bottom: 10px;
  border-radius:5px;
}

#returnmessage {
  color: #b30202;
}

.articles {
  height: 100vh;
  overflow-y:scroll;
}

@media (max-width:550px) {
  .login-page .container {
    width: 100%;
  }
  .title img {
    width: 100%;
  }
}
@media (max-width:450px) {
  .full-height::before {
    background-position: -500px center;
  }
  .welcome .links {
    width: 100% !important;
  }
  .welcome {
    height: auto;
  }
  .welcome .title img {
    width: 50%;
    margin: 10px 0;
  }
  .login-page > .content {
    padding: 0 15px 0;
  }
  .full-page > .content {
    margin-top: 0px;
    height: 120px;
    min-height: 120px;
  }
  .articles {
    height: calc(100vh - 100px);
    margin-top: 60px;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translatez(0);
    transform: translatez(0);
  }
  .loginpanel {
    -webkit-transform: translatez(0);
    transform: translatez(0);
  }
  .bottomlinks {
    bottom: 157px;
    -webkit-transform: translatez(0);
    transform: translatez(0);
    position: fixed;
  }
  .bottomlinks a {
    color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    border-width: 2px;
    background-color: #0174b7;
    border-color: #0174b7;
    padding: 5px 25px;
  }
}