
html,
body {
  min-height: 100%;
  height: 100%;
}

body {
  background: #0f0f0f url("../img/access-care-planning-bg.jpg") top left no-repeat;
  background-size: cover;
}

.title {
  margin-bottom: 15px;
}

#kc-header {
  background: #f5f5f5;
  width: 100%;
  font-size: 35px;
  font-weight: 300;
  margin-top: 0;
  color: rgb(68, 68, 68);
}

#kc-header-wrapper {
  text-align: center;
}

#kc-container, #kc-container-wrapper {
  height: 100%;
  background: white;
  width: 400px;
}

#kc-content {
  width: 100%;
  overflow: auto;
  padding: 20px;
  border-radius: 0;
  margin-left: 0;
  max-width: 400px;
}

@media (max-width: 1023px) {
  body {
    background: #fff !important;
  }

  #kc-container, #kc-container-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  #kc-content, #kc-header-wrapper {
    width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  #kc-container, #kc-container-wrapper,
  #kc-content, #kc-header-wrapper {
    width: 100%;
  }
}

@media (min-width: 769px) {
  #kc-content {
    width: 400px;
  }
}

.password-container {
  margin-top: 15px;
  margin-bottom: 20px;
}

#kc-login {
  float: right;
}

#kc-error-message p {
  margin: 0;
}

.checkbox {
  margin-bottom: 0;
  margin-top: 0;
}

.remember-me-checkbox label {
  padding-left: 0;
}

.register .register-field {
  margin-bottom: 15px;
}

.register .register-button-container {
  margin-top: 20px;
}

.reset-password .reset-password-field {
  margin-bottom: 15px;
}

.update-password .update-password-field {
  margin-bottom: 15px;
}

.update-password .update-password-button-container {
  margin-top: 20px;
}

.config-totp .config-totp-button-container {
  margin-top: 15px;
}

.totp .totp-button-container {
  margin-top: 15px;
}

.update-profile .update-profile-field {
  margin-top: 15px;
}

.update-profile .update-profile-button-container {
  margin-top: 20px;
}

.template .language-picker {
  position: relative;
  margin: 30px auto 20px;
  width: 160px;
}

.template .language-picker .form-group {
  white-space: nowrap;

  /* the below keeps the label in "inline" mode even on narrow screens */
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.template .language-picker .language-picker-dropdown-label i {
  vertical-align: middle;
  margin-right: 7px;
  margin-left: -7px;
  color: #9ca2af;
}

.template .language-picker select.form-control {
  border-color: #afb0b3;
  background: transparent;

  /* the below keeps the <select> in "inline" mode even on narrow screens */
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

img#mobizio-logo {
  transition: all 0.5s ease-in-out;
  width: 100%;
  max-height: 300px;
  max-width: 300px;
  padding: 25px;
}

img#mobizio-logo:hover {
  -webkit-filter: brightness(120%);
}

#mobizio-logo-wrapper {
  max-height: 160px;
}

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  color: #b8b8b8;
  margin: 10px 0;
}

.strike > span {
  position: relative;
  display: inline-block;
}

.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #b8b8b8;
}

.strike > span:before {
  right: 100%;
  margin-right: 10px;
}

.strike > span:after {
  left: 100%;
  margin-left: 10px;
}

label {
  font-weight: normal;
}

.btn-access {
  color: #fff;
  background-color: #e5173f;
  border-color: #b71232;
}

.btn-access:focus, .btn-access.focus {
  color: #fff;
  background-color: #b71232;
  border-color: #b71232;
}

.btn-access:hover {
  color: #fff;
  background-color: #ea2c51;
  border-color: #ce1539;
}

.btn-access:active, .btn-access.active, .open > .dropdown-toggle.btn-access {
  color: #fff;
  background-color: #b71232;
  border-color: #b71232;
}

.btn-access:active:hover, .btn-access.active:hover, .open > .dropdown-toggle.btn-access:hover, .btn-access:active:focus, .btn-access.active:focus, .open > .dropdown-toggle.btn-access:focus, .btn-access:active.focus, .btn-access.active.focus, .open > .dropdown-toggle.btn-access.focus {
  color: #fff;
  background-color: #b71232;
  border-color: #b71232;
}

.btn-access:active, .btn-access.active, .open > .dropdown-toggle.btn-access {
  background-image: none
}

.btn-access.disabled:hover, .btn-access[disabled]:hover, fieldset[disabled] .btn-access:hover, .btn-access.disabled:focus, .btn-access[disabled]:focus, fieldset[disabled] .btn-access:focus, .btn-access.disabled.focus, .btn-access[disabled].focus, fieldset[disabled] .btn-access.focus {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.btn-access .badge {
  color: #e5173f;
  background-color: #fff
}

.fa-access {
  background: url(../img/access-logo.svg) no-repeat center;
}

.alert-message {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
  border-right: 1px solid #eee !important;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
  border-radius: 0;
}

.alert-message > h4 {
  font-size: 16px !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

.alert-message p:last-child {
  margin-bottom: 0;
}

.alert-message code {
  background-color: #fff;
  border-radius: 3px;
}

.alert-message-success {
  background-color: #F4FDF0;
  border-color: #8ce071;
}

.alert-message-success h4 {
  color: #8ce071;
}

.alert-message-error {
  background-color: #fdf7f7;
  border-color: #ff5a5f;
}

.alert-message-error h4 {
  color: #ff5a5f;
}

.alert-message-warning {
  background-color: #fcf8f2;
  border-color: #ffbb42;
}

.alert-message-warning h4 {
  color: #ffbb42;
}

.alert-message-info {
  background-color: #f4f8fa;
  border-color: #328ad6;
}

.alert-message-info h4 {
  color: #328ad6;
}

.alert-message-default {
  background-color: #EEE;
  border-color: #B4B4B4;
}

.alert-message-default h4 {
  color: #000;
}

.alert-message-notice {
  background-color: #FCFCDD;
  border-color: #BDBD89;
}

.alert-message-notice h4 {
  color: #444;
}

.alert-message-group {
  margin-bottom: 10px;
  border-right: 1px solid #eee !important;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
}

.alert-message-group .alert-message {
  margin: 0 !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.form-control:focus {
  border-color: #009999;
}

.icheckbox_square-blue, .iradio_square-blue {
  filter: hue-rotate(332deg) contrast(1.16);
}

.password-forget {
  color: #009999;
}

.alert a {
  color: #337ab7;
}