.error-text {
    color: red;
}

.hidden {
    display: none;
}

.error-message {
    color: red;
    margin-top: 10px;
    text-align: center;
}

.success-circle {
    border-radius: 200px;
    width: 50px;
    background: #94e817;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}

.message-text {
    color: rgb(1, 1, 1);
}

.success-text {
    margin-top: 15px;
    color: green;
    text-align: center;
}
