﻿.welcome-page .logo {
    width: 64px;
}

.icon-banner {
    height: 50px;
}

.body-container {
    margin-top: 60px;
    padding-bottom: 40px;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants-page .card .card-title {
        font-size: 120%;
        font-weight: bold;
    }

        .grants-page .card .card-title img {
            width: 100px;
            height: 100px;
        }

    .grants-page .card label {
        font-weight: bold;
    }

.fa-email-sent-style {
    /*color: seagreen;*/
    --fa-primary-color: seagreen;
    --fa-secondary-color: mediumseagreen;
    --fa-secondary-opacity: 1.0;
}

.fa-duo-password-reset-confirm-style, .fa-duo-email-confirm-style {
    color: seagreen;
    --fa-primary-color: white;
    --fa-secondary-color: seagreen;
    --fa-secondary-opacity: 1.0;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-color: #dee2e6 #dee2e6 #dee2e6;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background-color: #fff;
    padding: 2rem;
}

/* Account Profile */
.account-settings .user-profile {
    text-align: center;
}

    .account-settings .user-profile .user-avatar svg {
        width: 175px;
        height: 175px;
    }

    .account-settings .user-profile h5.user-name {
        margin: 0 0 0.5rem 0;
    }

    .account-settings .user-profile h6.user-email {
        margin: 0;
        font-size: 1rem;
        font-weight: 400;
        color: #9fa8b9;
    }

#qrCode img {
    width: 100%;
    height: auto;
}

/* OTP */
.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .otp-field input {
        height: 45px;
        width: 45px;
        border-radius: 6px;
        outline: none;
        font-size: 1.125rem;
        text-align: center;
        border: 1px solid #ddd;
    }

        .otp-field input:focus {
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        }

        .otp-field input::-webkit-inner-spin-button,
        .otp-field input::-webkit-outer-spin-button {
            display: none;
        }
