﻿.form-control.input-validation-error {
    border-color: #f64e60;
    padding-right: calc(1.5em + 1.3rem);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .325rem) center;
    background-size: calc(.75em + .65rem) calc(.75em + .65rem);
}

.validation-summary-errors ul {
    list-style: none;
}

.text-user-profile {
    word-break: break-all;
    text-align: center
}

/* Logo customization - Display text instead of image */
.brand-logo img,
.login-form img[alt] {
    content: "";
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.brand-logo::before,
.login-form a::before {
    content: "Logo";
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    letter-spacing: 0.5px;
}