.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;
}

#anonymous-login-button {
    color: #e2001a;
    font-size: 0.93rem;
}

#login .logo {
    width: 100% !important;
    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;
}

.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;
}

.wen {
    --headerBackgroundColor: #f7f7f7; 
    --headerTextColor: #333;
}

.coka {
    --headerBackgroundColor: #f7f7f7; 
    --headerTextColor: #333;
}

.bio {
    --headerBackgroundColor: #53ABC2; 
    --headerTextColor: white;
}

.weread {
    --headerBackgroundColor: #1467BA;
    --headerTextColor: white;
}

.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;
}

.wen-clickable:hover {
    color: #1467ba;
}

#login-form {
    width: 100% !important;
    margin-bottom: 0 important;
    border: 0px !important;
}

.card-body {
    padding: 0 !important;
}

section {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    margin-bottom: 10px !important;
}

@media (min-width: 1024px) {
    #login .logo {
        width: 375px !important;
        max-height: none;
    }
    section {
        width: 375px !important;
    }
}

