/*
Theme Name: Hello Elementor - Child Theme
Author: Ivan
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin.
Version: 3.3.0
Template: hello-elementor

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

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.widget {
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 20px;
}
.widget-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.woocommerce-form-login {
    background-color: #ffffff;
    padding: 50px;
    max-width: 700px;
    margin: auto;
    border-radius: 10px;
    border: 1px solid #ddd;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: #2d80c3;
    border-color: #2d80c3 !important;
    color: #fff !important;
    padding: 12px 30px !important;
}
a.regg-button {
    background-color: #2d80c3;
    border-color: #2d80c3 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    border-radius: 3px;
}
.custom-register-message p {
    padding-bottom: 15px;
}
