.form-control {
    border-bottom: 0.3px solid #E5E5E5;
}

.form-control-label:focus {
    border-bottom: 1px solid #767676;
}

* {
user-select: none;
-webkit-user-select: none;
}

input, textarea {
user-select: auto !important;
-webkit-user-select: auto !important;
}

div a {
  color: #e6a444
}

#anonymous-login-button {
    color: #e6a444;
    font-size: 0.93rem;
}

#login .logo {
    width: 100%;
    max-height: none;
}

.btn {
    border-radius: 25px!important;
}

.text-links-registration {
    font-size: 14px;
}

.anonymous-login-icon {
    display: none;
}

.registration-link-group {
    text-align: center;
}

.text-anonymous-login {
    text-align: center;
    padding-bottom: 20px;
}

#login-button {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background-color: #e6a444;
    border-color: #e6a444;
}

#reset-password-execute-button {
    background-color: #e6a444;
    border-color: #e6a444;
}

#reset-password-cancel-button {
    border-color: #e6a444;
    color: #e6a444;
}

.bi-eye {
    height: 18px!important;
    width: 18px!important;
}

.bi-eye-slash {
    height: 18px!important;
    width: 18px!important;
}

.form-group-footer-content {
    text-align: center;
}

.form-group-footer-content a {
    text-decoration: underline;
    background-color: transparent;
    color: #495057;
}

.bio {
    --headerBackgroundColor: #3ca1ad; 
    --headerTextColor: white;
}

.text-links {
    color: #e6a444 !important;
}

.btn-primary-login {
    background-color: #e6a444 !important;
}

.btn-primary-reset {
    background-color: #e6a444 !important;
}

.btn-outline-primary-red {
    color: #e6a444 !important;
    border-color: #e6a444 !important;
}

.btn-outline-primary-red:hover, .btn-outline-primary-red.focus, .btn-outline-primary-red:focus {
    background-color: #e6a444 !important;
    color: #FFFFFF !important;
}

input[type="checkbox"]:checked + label::before {
    background: #e6a444 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 20 20'%3E %3Cpath d='M15.9 4.6L17.4 6l-9.5 9.5-5.2-5.2 1.4-1.4 3.8 3.8 8-8.1z' fill='%23fff'/%3E %3C/svg%3E") no-repeat center center !important;
    border-color: #e6a444 !important;
}

.wen-clickable {
    color: #1467ba !important;
    text-decoration: underline;
    cursor: pointer;
    text-underline-offset: 13%;
    text-decoration-thickness: 6%;
}

.wen-clickable:focus {
    outline: none;
}

.wen-clickable:focus-visible {
    outline: revert;
}