.allauth content a {
    text-decoration: underline;
    text-underline-offset: 0.125rem;
}

.allauth content a:hover {
    color: #6610f2;
}

input[type="file"] {
    background-color: white;
    padding-left: 0;
}

ul>li {
    list-style-type: none;
    padding-left: 0;
}

#id_password1_helptext {
    display: none;
}


a {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    margin-left: .1rem !important;
    font-family: Roboto, sans-serif !important;
}

body {
    background: linear-gradient(to bottom right, #5b4033, #7a5a4d, #9c7a6d) !important;
    margin: 0 !important;
    padding: 0 !important;
    /*Prevent scroll*/
    /* overflow: hidden !important; */
}

#particleCanvas {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

.card {
    background-color: rgba(255, 255, 255) !important;
    padding: 0 1rem 1rem 1rem !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(5px) !important;
    z-index: 10;
    width: 100% !important;
    /* Added */
    margin: auto;
}

h1 {
    color: #5b4033;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.sub-head {
    color: #667 !important;
}

input {
    border: 1px solid #cccccc65 !important;
    font-size: 1rem !important;
    height: 3rem;
}

input:focus {
    outline: none !important;
    border-color: #5b4033 !important;
    box-shadow: 0 0 0 2px rgba(91, 64, 51, 0.2) !important;
}

form button {
    background-color: #5b4033 !important;
    color: white !important;
    border: none !important;
    border-radius: 4px !important;
    transition: background-color 0.3s ease !important;
    width: 100%;
    height: 2.5rem;
}

button:hover {
    background-color: #7a5a4d !important;
}
