input[type="text"],
input[type="password"] {
    margin-bottom: 10px;
}
.error-message {
    color: #d9534f;
    margin-bottom: 10px;
}
.neo-auth-form-header {
    background-color: #182e7a;
    color: white;
    font-size: 20px;
    padding: 15px;
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.neo-auth-form-body {
    padding: 25px;
    box-sizing: border-box;
    border-style: solid;
    border-top-style: none;
    border-width: 1px;
    border-color: lightgray
}
.neo-button {
    background-color: #94c11e;
    color: white;
    border-style: none;
    border-radius: 10px;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}
.neo-button:hover {
    background-color: #182e7a;
    cursor: pointer;
}
input {
    width: 100%
}
input:focus {
    outline-color: #94c11e; !important
}
.neo-focus {
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.neo-focus:focus {
    outline: none;
    border-color: #94c11e;
    box-shadow: 0 0 0 2px #94c11e;
}
.error-message {
    color: #d9534f;
    margin-bottom: 10px;
}
.success-message {
    color: #28a745;
    margin-bottom: 10px;
}
.neo-spawn-error {
    color: #d9534f;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 20px;
}
.neo-spawn-user-info {
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 20px;
    color: #0c5460;
}
.neo-loading {
    display: none;
    color: #6c757d;
    margin-top: 10px;
    text-align: center;
}
