.reset-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #f9f9f9;
}

.reset-container {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.reset-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.reset-description {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.input-field {
    position: relative;
    margin-bottom: 20px;
}

.input-field input {
    width: 100%;
    padding: 10px 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.input-field span {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #e88565;
    font-size: 16px;
}

.reset-button {
    width: 100%;
    background: #e88565;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.reset-links {
    margin-top: 20px;
}

.reset-links a {
    color: #e88565;
    text-decoration: none;
    font-size: 14px;
    margin: 0 10px;
}

.reset-links a:hover {
    text-decoration: underline;
}
