#errorMessage {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 0, 0, 0.8);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.wrapper {
    margin: 0 auto;
    border-radius: 20px;
    width: 700px;
    padding: 20px;
    background: #f5f5f5;
}

.wrapper h1 {
    text-align: center;
}

.wrapper__input {
    border-radius: 7px;
    border: none;
    height: 25px;
    margin-bottom: 10px;
}
.wrapper__form {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 50%;
    margin: 40px auto;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.form-group input {
    border-radius: 7px;
    height: 25px;
    background-color: #fff !important;
    border: none;
    padding: 5px;
}

.margin {
    margin-bottom: 30px;
} /*# sourceMappingURL=style.css.map */
form .form-group a {
    color: #007bff !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}

form .form-group a:hover {
    color: #0056b3 !important;
}
