.home-img {
    width: 50%;
    padding: 0 10px;
    filter: invert(1);
}

.navbar-nav {
    width: 60%;
}

.container form{
   width: 40% !important;
   margin: 0 auto !important;
}

#error-container p {
    margin-top: 20px;
    background-color: #e80808;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

/* Remove blue outline on focus for all input fields */
input:focus {
    outline: none;
}

/* Customize focus style for all input fields */
input:focus {
    border: 1px solid #ced4da; /* Match the border color of the unfocused state */
    box-shadow: none; /* Remove any box shadow */
}
