/*
 * Copyright 2023-2025 AffinityCE, LLC.
 * This file and its contents are proprietary business information and
 * may not be copied, shared, or reproduced in any fashion without the
 * express written approval by the Managing Partners of AffinityCE, LLC.
 */

.login-box {
    margin: 5rem auto;
}

.form-line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    background-color:hsl(0deg 100% 100% / 0.75);
}

.db {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 10rem;
    height: 2.5rem;
    font-weight: bold;
    letter-spacing: .03px;
    color: #fff;
    background-color: var(--color-teal);
    margin-right: 1rem;
    padding-right: 0.6rem;
}

div.db:last-of-type {
    margin-top: 1.75rem;
}

button.grant-register {
    border: 0.0625rem solid var(--activity-non-ed);
    border-radius: 0.325rem;
    color: var(--activity-non-ed);
}

button.grant-register:hover, button.grant-register:active {
    border: 0.0625rem solid var(--activity-enduring);
    color: #fff;
    background-color: var(--activity-non-ed);
}