:root {
    --nova-btn-login: #3553b2;
    --nova-btn-login-hover: #2f4a9e;
    --nova-btn-login-active: #29418b;
}

input,
button {
    opacity: 0.85;
}

.bg-login {
    background-color: rgba(100, 100, 100, 0.6);
    border-radius: 0.375rem;
    padding: 0.5rem;
    margin-bottom: 5rem;
}

.bg-reset {
    background-color: rgba(65, 75, 85, 0.6);
    border-radius: 0.375rem;
    padding: 0.5rem;
    margin-bottom: 5rem;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.logo-container img {
    width: 50%;
    height: 25%;
}

.container-width {
    width: 23rem;
}

.form-control {
    font-weight: 500;
}

.disclaimer-container {
    font-size: 0.75rem;
}

.login-label {
    font-size: 0.75rem;
    font-weight: bold;
    color: white;
}

.show-password-icon {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: 0;
}

.btn-login {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--nova-btn-login);
    --bs-btn-border-color: var(--nova-btn-login);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--nova-btn-login-hover);
    --bs-btn-hover-border-color: var(--nova-btn-login-hover);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: var(--nova-btn-login-active);
    --bs-btn-active-border-color: var(--nova-btn-login-active);
    box-shadow: 0 0.25rem 0 #233877;
    font-weight: bold;
}

.anchor {
    font-size: 0.875rem;
    /* color: #c1b4b4; */
    color: white;
    text-decoration: none;
    text-shadow: 1px 0px 2px black;
    font-weight: 600;
}

.anchor:hover {
    color: #e5e5e5;
}
