


.form-control{
    margin: 20px;
}

.container{
    max-width: 400px;
}

.custom-login-container{
    display: flex;
    flex-direction: column;
    border: 1px solid gray;
    border-radius: 10px;
}
.errorfield-nonfield, .errorlist{
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: rgb(255, 0, 0, 0.5);
    font-weight: bold;
    border-radius: 4px;
}

.custom-login-container .mb-3 {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

.custom-login-container .mb-3 label {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.custom-login-container .mb-3 input {
    padding: 0.5rem 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}
