#login-error, #register-error, #popuplogin-error, #popupregister-error{
    color: red;
    font-size: 1.5rem;
}
.header-middle .icon-box:hover {
    border-color: #05595B;
}
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    color: #333;
    z-index: 9999;
}

#loading .loading-gif{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #f0f0f0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#loading p{
    text-align: center;
    font-size: 18px;
    color: #333;
    text-align: center;
    font-family: Arial, sans-serif;
    margin: 10px 0;
}