﻿@font-face {
  font-family: 'AllocateIcons';
  src: url("../fonts/allocateicons-regular-webfont.woff2") format("woff2"), url("../fonts/allocateicons-regular-webfont.woff") format("woff"), url("../fonts/allocateicons-regular-webfont.ttf") format("truetype"), url("Fonts/allocateicons-regular-webfont.eot") format("eot");
  font-weight: normal;
  font-style: normal;
}
body.login {
  background-color: #8F1FF7;
  height: 100vh;
  position: relative;
}
body.login::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10%;
  top: 0;
  opacity: 0.06;
  z-index: -1;
}
.a-icon {
  position: relative;
}
.a-icon:after {
  font-family: "AllocateIcons";
  position: absolute;
  font-size: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.a-icon.a-user:after {
  content: "\e7fd";
}
.a-icon.a-password:after {
  content: "\e88d";
}
* {
  box-sizing: border-box;
}
h1 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1.3em;
  color: #353535;
  font-weight: 500;
}
.link {
  color: #4350B8;
}
.link:hover {
  text-decoration: underline;
}
.website-link {
  color: #fff;
  padding: 1rem 3rem;
  display: inline-block;
}
.website-link:hover {
  color: #fff;
  text-decoration: underline;
}
.btn {
  border-radius: 2px;
  margin-left: 0.5rem;
  border: none;
}
.btn-primary {
  color: #fff;
  background-color: #4350B8;
}
.btn-primary:disabled {
  background-color: #5460c1;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus {
  background-color: #354093;
  border: none;
  outline: none;
}
.link-btn {
  color: #4350B8;
  border: none;
  background: none;
}
.link-btn:hover,
.link-btn:active,
.link-btn:focus,
.link-btn:active:hover,
.link-btn:active:focus {
  color: #4350B8;
  text-decoration: underline;
  outline: none;
  box-shadow: none;
}
#logo {
  background: transparent url('../timecare_pool_logo_white.svg') no-repeat scroll 50% 0;
  height: 24px;
  width: 147px;
}
.login-wrap {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
.body-content {
  min-height: 100vh;
  width: 100%;
  padding: 0;
}
.login-page {
  min-height: 100%;
  padding-bottom: 100px;
  overflow: hidden;
}
.panel {
  background: none;
  border: none;
  padding: 0 16px;
  box-shadow: none;
  margin-top: 155px;
}
.panel-body {
  padding: 2rem 3rem;
  background-color: #fff;
  border-radius: 2px;
}
.navbar-header {
  position: relative;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.icon {
  position: relative;
  top: -10px;
}
.login-remember label {
  color: #353535 !important;
  font-weight: normal;
  position: relative;
  padding-left: 22px;
}
.login-remember label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #D7DCE9;
}
.login-remember input:checked + label::before {
  background-color: #4350B8;
  border-color: #4350B8;
}
.login-remember input:checked + label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.login-remember input {
  display: none;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.page-consent .client-logo {
  float: left;
}
.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
.page-consent .consent-buttons {
  margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.page-consent .consent-form .consent-description {
  margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
.grants .page-header {
  margin-bottom: 10px;
}
.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants .grant img {
  width: 100px;
  height: 100px;
}
.grants .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant li {
  list-style-type: none;
  display: inline;
}
.grants .grant li:after {
  content: ', ';
}
.grants .grant li:last-child:after {
  content: '';
}
.fullwidth {
  visibility: visible;
  padding: 20px 0;
  border-width: 4px 0;
}
.radio-wrapper label {
  color: #353535;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  padding-left: 21px;
}
.radio-wrapper label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  border: 1px solid #D7DCE9;
}
.radio-wrapper input {
  position: absolute;
  appearance: none;
}
.radio-wrapper input:checked + label::before {
  background-color: #fff;
}
.radio-wrapper input:checked + label::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  display: inline-block;
  transform: translate(-50%, -50%);
  height: 9px;
  width: 9px;
  border-radius: 100px;
  background-color: #4350B8;
}
.form-group label {
  color: #4350B8;
  font-size: 12px;
}
.form-group input.form-control {
  color: #353535;
  border: none;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  border-bottom: 1px solid #D7DCE9;
}
.form-group input.form-control:focus {
  border-color: #4350B8;
  box-shadow: none;
}
.input-field {
  position: relative;
}
.input-field .a-icon {
  top: 16px;
  left: 16px;
}
.input-field input {
  padding-left: 32px;
}
.right {
  float: right;
}
.mt-3 {
  margin-top: 1rem;
}
.adjust_height{
  height: 10%;
}
.alert {
  padding: 12px;
  border-radius: 2px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  position: fixed;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
.alert ul {
  list-style: none;
  padding: 0;
  color: #a94442;
  text-align: center;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
/*.danger {
    margin-right: 5rem;
}*/
.vertical-border {
  height: 100%;
  width: 1px;
  margin: 0 20px;
  background-color: #fff;
}
.login-footer {
  width: 100%;
  height: 100px;
  margin-top: -100px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.login-footer .footer-text {
  text-align: left;
}
.login-footer .footer-text p {
  margin: 4px 0;
}
@media screen and (max-width: 768px) {
  body.login::before {
    left: -20%;
  }
  .panel {
    margin-top: 100px;
  }
  .login-footer {
    padding: 15px;
  }
  #logo {
    height: 20px;
    width: 124px;
  }
  .adjust_height{
    height: 16%;
  }
}