/* .send-link {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10rem;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.send-link h2 {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
}

.send-link form {
    display: flex;
    flex-direction: column;
}

.send-link input[type="email"] {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.send-link button {
    padding: 10px;
    background-color: #d87e24;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.send-link button:hover {
    background-color: #0056b3;
} */


/* style.css */

/* Global Styles */
/* send_link class styles */
/* 
.send_link {
    background-color: #ffffff;
    padding: 30px;
    /* margin-top: 10rem; 
    margin: 10rem auto;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 400px;
    text-align: center;
}

.send_link h1,
.send_link h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.send_link form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.send_link input[type="email"],
.send_link input[type="password"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.send_link input[type="email"]:focus,
.send_link input[type="password"]:focus {
    border-color: #4CAF50;
    outline: none;
}

.send_link button[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.send_link button[type="submit"]:hover {
    background-color: #45a049;
}

/* Responsive adjustments 
@media (max-width: 600px) {
    .send_link {
        width: 90%;
        padding: 20px;
    }
} */

/* style.css */
/* .link-send {
    max-width: 600px;
    margin: 10rem auto;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.link-send header {
    margin-bottom: 20px;
}

.link-send h1 {
    font-size: 24px;
    color: #333;
}

.send_link form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.send_link input[type="email"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.send_link button {
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.send_link button:hover {
    background-color: #0056b3;
} */
/* style.css */
.link-send {
    max-width: 600px;
    margin: 10rem auto;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.send_link form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.send_link input[type="email"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.send_link button {
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.send_link button:hover {
    background-color: #0056b3;
}

.message {
    margin-top: 20px;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
}

.message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
