﻿@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-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: '';
        }

/*.header {
    padding: 24px;
    align-self: flex-start;
    background-color: #FFFFFF;
    width: 100%;
    text-align: left;
}*/

.logoText {
    font-size: 20px;
    font-weight: bold;
    color: #3D051A;
    margin: 0;
}

.loginBox {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
    width: 426px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.logoContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background-color: #F0EEEC;
    height: 127px;
    position: relative;
    border-radius: 15px 15px 0 0;
}

.logoTitle {
    margin-top: 40px;
    height: 30px;
    width: 173px;
    align-self: center;
}

.logo {
    background-color: #3D051A;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    width: 100px;
    height: 101px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 75px;
}

.loginDivider {
    border: 1px solid #626F86;
    width: 30%;
}

.loginButtonContainer {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    cursor: pointer;
}

.innerButton {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginText {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}

.container-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    background-image: url('../../assets/img/LoginBg.svg');
    background-size: cover;
    background-position: center;
}


.providerContainer {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin: 16px;
}

.custom-button {
    background: url('../LoginBtn.svg') no-repeat center center; /* Set your image path */
    background-size: contain; /* Ensure the image fits the button */
    border: none; /* Remove the border */
    width: 40px; /* Set the width of the button */
    height: 40px; /* Set the height of the button */
    cursor: pointer; /* Add a pointer cursor for better UX */
    padding: 0; /* Remove padding */
}

    .custom-button:focus {
        outline: none; /* Remove focus outline */
    }

.loginProvider {
    font-size: 0.8rem;
    padding: 10px;
    font-size: Medium;
    border: 1px solid #738496;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s;
    max-width: 256px;
    min-width: 256px;
    height: 40px;
    text-align:center;
}

.login-link:hover {
    color: #3D051A; /* Replace with your desired hover color */
}
