html, body {
  color: #333;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  height: 100vh;
  margin: 0;
  overflow: hidden;
}

.full-height {
  height: 100vh;
}

.cover {
  width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: .25;
    position: absolute;
    margin-left: -15px;
}

.banner {
  height: 100vh;
  background: url('/components/Core/Auth/Assets/imgs/desk-login.jpg') no-repeat center center;
  background-size: cover;
}
.banner-content {
  z-index: 10;
    position: relative;
}

.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 .container {
  width: 500px;
}

.title {
  font-size: 64px;
}
.title img {
  width: 100%;
}

.login-page > .content {
  padding: 0 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 {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.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;
}
.card,
.card .card-title {
  color: #333;
}
a:hover, a:focus {
  color: #333 !important;
}
.form-control::placeholder {
  color: #ccc;
}
.form-group {
  margin-bottom: 5px !important;
}

.btn {
  border: none !important;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
  background-color: #0174b7 !important;
}
.btn.btn-outline {
  border: 1px #0174b7 solid !important;
  color: #0174b7;
  background-color:transparent !important;
}
.btn.btn-text {
  border:none !important;
  background-color: transparent !important;
  color: #0174b7;
  padding:0;
  margin: 0;
  font-weight: normal;
}
.justify-content-center{-ms-flex-pack:center !important;justify-content:center !important}

@media (max-width:550px) {
  .login-page .container {
    width: 100%;
  }
}

.font-size-xl {
  font-size: 2.5rem !important
}

.font-size-lg {
  font-size: 2rem !important
}

.font-size-base {
  font-size: 1.75rem !important
}

.font-size-md {
  font-size: 1.5rem !important
}

.font-size-sm {
  font-size: 1rem !important
}

.font-size-ms {
  font-size: .8125rem !important
}

.font-size-xs {
  font-size: .75rem !important
}