﻿
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/inter-v11-latin-regular.woff2') format('woff2'),
    url('../fonts/inter-v11-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: local(''), url('../fonts/inter-v11-latin-800.woff2') format('woff2'),
    url('../fonts/inter-v11-latin-800.woff') format('woff');
}

body {
    font-family: 'Inter';
    font-weight: normal;
}

.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-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9FAFB;
}

.login-content {
    text-align: center;
    padding: 12px 24px 24px 24px;
    max-width: 470px;
    width: 100%;
}

.login-title {
    margin: 0;
}

.login-title img {
    width: 130px;
}

.login-subtitle {
    min-height: 33px;
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 32px;
}

.login-box {
    left: 0px;
    top: 68px;
    border-radius: 8px;
    padding: 32px 40px;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px 0px #0000001A;
}

.input-box {
    text-align: left;
    position: relative;
}

.login-remember-checkbox {
    min-height: 33px;
    font-size: 14px;
    color: #111827;
    font-weight: normal;
}

.support-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.form-label {
    color: #374151;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.field {
    border: 1px solid #D1D5DB;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 13px;
    width: 100%;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 6px;
    font-size: 16px;
}

.field-group {
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 13px;
    width: 100%;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 6px;
    font-size: 16px;
}

input:focus,
input:focus-visible{
    outline-style: hidden;
    outline-width: 0px;
    outline-color: transparent;
}

.input-icon-group {
    display: inline-flex;
    width: 100%;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
}

.input-icon-box {
    cursor: pointer;
    margin-right: 10px;
    display: block;
    margin-top: 9px;
}

#togglePassword {
    background-image: url(/password_show_icon.png);
    background-repeat: no-repeat;
    margin-top: 13px;
}

    #togglePassword.hide-icon {
        background-image: url(/password_hide_icon.png);
        background-repeat: no-repeat;
    }

.input-group-validation-error {
    border: 1px solid #FCA5A5;
    color: #7F1D1D;
}

.img-placeholder {
    width: 18px;
    height: 14px;
}

.login-remember {
    font-size: 0.9em;
    width: 50%;
    float: left;
    text-align: left;
    padding: 15px 0 0 0;
}

.login-button-cont {
    width: 50%;
    float: left;
    text-align: right;
}

.prelogin-button-cont {
    width: 100%;
}

.login-button, .login-button:hover {
    width: 100%;
    height: 40px;
    background: #0EA5E9;
    color: white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 9px 17px;
}

.login-external {
    text-align: center;
    margin-top: 15px;
}

.external-text {
    font-size: 13px;
    color: rgba(35,31,32,.6);
    padding-top: 10px;
    font-style: oblique;
}

.alert {
    padding: 10px !important;
}

.page-align {
    width: 1170px;
    margin: 0 100px;
}

.btn-lightblue {
    background-color: white;
    color: #374151;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    width: 100%;
}

.input-icon {
    padding: 10px 10px 0 10px;
}

.forgot-passsword-redirect {
    font-size: 14px;
    color: #0284C7;
}

.tfa-text {
    padding-bottom: 10px;
}

.hint-text {
    font-size: 12px;
    color: rgba(35,31,32,.6);
    font-style: oblique;
    padding-top: 5px;
}

.validation-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
    gap: 12px;
    background: #FEF2F2;
    color: #B91C1C;
    border-radius: 6px;
    text-align: left;
    margin-top: 10px;
}

.list-providers {
    margin: 0;
    padding: 0;
}

.list-providers > li {
    display: inline-block;
    width: 100%;
}

.ribbon {
    display: inline-flex;
    margin-top: 25px;
    align-items: center;
    width: 100%;
    color: #6B7280;
}

.ribbon .ribbon-line {
    height: 0.5px;
    width: 100%;
    background: #D1D5DB;
}

.ribbon p {
    width: 345px;
    padding-left: 7px;
    padding-right: 7px;
    margin: 0;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}