html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    padding: 15px;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.link-color-default {
    color: #000;
}

.bg-color-default {
    background-color: #948A5480;
}

.btn-color-default {
    background-color: #948A54;
    color: white;
    width: 20%;
    height: 40px;
    border-radius: 10px;
    border-style: none;
}

a.btn-color-default:hover {
    color: white;
}

.login-card {
    border-radius: 10px;
}

.toggle-password-button {
    border: none;
    background-color: transparent;
}

.toggle-password-button:focus {
    outline: none;
}

.input-group-icon {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}

.border-radius-right {
    border-radius: 0 0.375rem 0.375rem 0;
}

.border-radius-left {
    border-radius: 0.375rem 0 0 0.375rem;
}

#oidc-error ul li {
    text-align: left;
}