/*!
 * Copyright © [Alinkeo, LLC] [2024].
 * All rights reserved. Unauthorized copying, distribution, or modification of this code is strictly prohibited.
 */

.auth-form {
    margin-bottom: 20px;
}
.input-group {
    margin-bottom: 10px;
}
.input-group input {
    width: 100%;
    padding: 5px;
}
.error-message {
    color: red;
    margin-top: 5px;
}