/*
Theme Name: Boat Booking Child Listeo
Author: 
Description: Your description goes here
Version: 1.0
Template: listeo

This is the child theme for Listeo theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.main-search-input button.button {
 width: auto !important;
}

.sign-in-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.headline h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.input-text {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.input-text:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0px 0px 5px rgba(0, 115, 170, 0.5);
}

.button {
    display: inline-block;
    background-color: #0073aa;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.button:hover {
    background-color: #005e8a;
    text-decoration: none;
}