﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
  /* margin-top: 65px; */
    font-family: 'Inter', sans-serif;
}
.navbar-header {
  position: relative;
  top: -4px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.icon {
  position: relative;
  top: -10px;
}
.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: '';
}

.login-container {
    z-index: 1501;
}

.screen-center-container {
    z-index: 1501;
}

#logoAllHours {
    position: relative !important;
    padding: 0px;
    margin-left: -5px;
}

.logo-container {
    margin: 10px;
    text-align: center;    
}

.logo-image {
    width: 90px;
}

.smart-form footer {
    padding: 11px 14px 11px;
}

footer {
    background-color: white;
}

.login-content {
    padding: 1rem 3rem 2rem 3rem; 
    width: 460px;
    box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.15);
}


.lz-content-large {
    padding: 1rem 3rem 2rem 3rem;
    width: 570px;
    box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.15);
    margin-top: 4rem;
}


@media screen and (max-width: 570px) {
    .lz-content-large {
        width: 100%;
        box-shadow: none;
        padding: 0;
        margin-top: 0;
    }
}

.lz-content-medium {
    padding: 2rem 3rem 2rem 3rem;
    width: 500px;
    box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.15);
    margin-top: 4rem;
}


@media screen and (max-width: 500px) {
    .lz-content-medium {
        width: 100%;
        box-shadow: none;
        padding: 0;
        margin-top: 0;
    }
}


@media screen and (max-width: 570px) {
    .container {
        width: 100%;
        box-shadow: none;
        padding-bottom: 1rem;
        padding-top: 2rem;
        
    }
}



.account-exists-content {
    padding: 1rem 3rem 2rem 3rem;
    width: 570px;
    box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.15);
}

@media screen 
  and (max-width: 480px){
    .login-content {
        box-shadow: none;
        padding: 0;
    }
  }

.loadPanel{
    display: block;
    width: 100%;
    height: 90px;
}

.forgotten-password-modal {
    z-index: 1700;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.password-reset-container {
    z-index: 1501;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #f8f8f8;
    padding-top: 5%;
}

.password-reset-content {
    display: block;
    float: none;
    margin: 0 auto;
}

/* .forgot-password-form {
    padding-left: 15px;
    padding-right: 15px;
} */

.forgot-password-link {
    padding-top: 10px;
    padding-right: 5px !important;
    float: right;
}

.no-bottom-padding {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.login-page-notification {
    margin-top: 10px;
}

.signup-screen {
    margin-top: 300px;
}

.login-content #validation-summary ul,
.login-content .validation-summary-errors ul {
    list-style-position: inside;
}

.login-content .middle-separator {
    display: flex;
    flex-direction: row;   
}

.login-content .middle-separator:before,
.login-content .middle-separator:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #dee2e6;
    margin: auto;  
}

form label.required:after {
    color: red;
    content: " *";
}

.form-group-margin {
    margin-bottom: 2rem;
}

.lz-label {
    font-size: 80%;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
}

.lz-spica-logo {
    margin-top: 2rem;
    width: 6rem;
}

.lz-product-logo {
    height: 2rem;
}

.lz-error-message {
    background-color: #dc3545;
    color: #ffffff;
    opacity: 0.7;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
}

.lz-info-message {
    background-color: #ffc107;
    color: #000000;
    opacity: 0.7;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.background-style {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(23, 40, 51, 0.11)), url(https://allhoursproductb0b1.blob.core.windows.net/static-files/background-pattern);
}

.sign-up-form {
    padding: 2rem 3rem 2rem 3rem;
    width: 580px;
    box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 581px) {
    .sign-up-form {
        width: 100%;
        box-shadow: none;
        padding: 0;
        margin-top: 0;
    }
}

.height-inherit {
    height: inherit;
}

.height-initial {
    height: initial;
}

.form-height-100 {
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .background-style {
        background: white;
    }

    .form-width {
        width: 100%;
    }

    .div-width {
        width: 100%;
    }

    .side-info {
        display: none;
    }
}

@media screen and (max-height: 755px) {
    .body-height {
        height: initial;
    }
}

@media screen and (min-width: 650px) {
    .form-width {
        width: 78rem;
    }

   /* .div-width {
        width: inherit;
    }*/
}

@media screen and (min-height: 800px) {
    .body-height {
        height: inherit;
    }
}

.icon-circle-check {
    width: 18px;
    height: 18px;
    color: #212529;
}

.icon-gray-color {
    color: #212529;
}

.app-benefit-image {
    height: 35%;
    margin-bottom: 0.5rem;
}

.title-font {
    font-weight: 600;
    font-size: 32px
}

.margin-top-2 {
    margin-top: 2rem;
}

.margin-top-4 {
    margin-top: 4rem;
}

.spica-left-logo {
    width: 151px;
    max-height: 35px
}

.left-sign-up-div {
    padding: 3rem 0 0 0 ;
    width: 59%;
    flex: 1;
}

.max-width-100 {
    max-width: 100%
}

.customer-image-size {
    max-height: 44px;
    max-width: 44px;
}

.font-weight-500 {
    font-weight: 500;
}

.form-benefits-div {
    margin-bottom: 0.25rem;
    font-weight: 500
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,auto);
    grid-gap: 30px 60px;
}

.form-header > h3 {
    font-size: 24px;
}

.mt-auto {
    margin-top: auto;
}

.ah-logo-color {
    color: rgb(2, 187, 234)
}

.mh-logo-color {
    color: rgb(45, 182, 126);
}

.main-content {
    gap: 5rem;
}

.margin-top-5 {
    margin-top: 5em;
}