.username-login{
    color: #0e487e;
    font-family: 'Times New Roman', Times, serif;
    border: solid 2px rgb(13, 11, 13);
    width: 260px;
    height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 5px;
    border-radius: 12px;
}
.password-login{
    color: #0e487e;
    font-family: 'Times New Roman', Times, serif;
    border: solid 2px rgb(13, 11, 13);
    width: 260px;
    height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 5px;
    border-radius: 12px;
}
.username-login:focus, 
.password-login:focus {
    outline: none;
}
.login-button{
    color: #428bd0;
    font-family: 'Times New Roman', Times, serif;
    height: 35px;
    background-color: transparent;
    border: transparent;
    font-size: 20px;
    cursor: pointer;
    border-radius: 16px;
    margin-left: 40px;
}
.login-button:hover {
    color: rgb(252, 252, 252); 
    background-color: #428bd0;
    border-radius: 8px;
    padding: 8px;      
}
.forpass-button{
    color: #428bd0;
    font-family: 'Times New Roman', Times, serif;
    height: 35px;
    background-color: transparent;
    border: transparent;
    font-size: 20px;
    cursor: pointer;
    border-radius: 16px;
    margin-left: 40px;
}
.forpass-button:hover{
    color: rgb(252, 252, 252); 
    background-color: #428bd0;
    border-radius: 8px;
    padding: 8px;  
}
.creneacc-button{
    color: #428bd0;
    font-family: 'Times New Roman', Times, serif;
    height: 35px;
    background-color: transparent;
    border: transparent;
    font-size: 20px;
    cursor: pointer;
    border-radius: 16px;
    
}
.creneacc-button:hover{
    color: rgb(252, 252, 252); 
    background-color: #428bd0;
    border-radius: 8px;
    padding: 8px; 
}
a{
    text-decoration: none; 
    color: inherit;        
}
a:visited, 
a:active, 
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none; 
}
.creatacc-subdiv {
    margin-bottom: 160px;
    border-top: solid 2px;
    display: inline-block;
    margin-left: 40px;
    padding-top: 40px;
}
.login-fullpage-div {
    width: 350px;
    margin-left: 6px;
    background-color: azure;
    border-radius: 18px;
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;  
    align-items: center; 
}
/* Targets all text-based inputs generated by Django */
input[type="text"], 
input[type="password"], 
input[type="email"] {
    width: 300px;
    padding: 10px;
    border: 2px solid #0e487e;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-left: 10px;
}
input:focus{
    outline: none;
}
/* Targets the labels (Username, Password, etc.) */
p label {
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
}

/* Targets the container paragraphs */
form p {
    margin-bottom: 20px;
    margin-left: 10px;
}
/* Targets the "150 characters or fewer" message */
.helptext {
    display: block;
    color: #0e487e;       /* Subtle grey color */
    font-size: 0.8rem; /* Smaller font */
    margin-top: 5px;   /* Space below the input */
    font-family: 'Times New Roman', Times, serif;
    margin-left: 10px;
}
/* The container for the error messages */
.errorlist {
    color: #d9534f;    /* Red alert color */
    list-style: none;  /* Removes the bullet points */
    padding: 0;
    margin: 5px 0;
    font-weight: bold;
    font-size: 0.9rem;
}

/* Individual error items */
.errorlist li {
    border-left: 3px solid #d9534f;
    padding-left: 8px;
}
.loginsignup-div{
    margin-top: 20px;
    width: 300px;
    margin-left: 10px;
    background-color: rgb(192, 196, 222);
    height:150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 14px;
}
.form-group {
    margin-bottom: 15px;
}

.error-box {
    color: red;
    border: 1px solid red;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
