/*
Theme Name:  Hello Elementor - child
Description: Tema hijo creado por desarrollo web
Author:      Desarrollo-WEB-UNAB
Author URL:  https://wordpress.org/
Template:    hello-elementor
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: helloelementor-child
*/

.form-container {
      max-width: 450px;
      margin: auto;
      background-color: #1c1c1c;
      padding: 2rem;
      border-radius: 0px;
      color: #fff;
    }

    .form-group {
      margin-bottom: 1.5rem;
    }

    label {
      display: block;
      margin-bottom: 0.5rem;
    }

    input[type="text"],
    input[type="email"],
    textarea {
      width: 100%;
      padding: 0.75rem;
      border: none;
      border-radius: 0px;
      font-size: 1rem;
    }

    textarea {
      resize: vertical;
      height: 100px;
    }

    .btn-submit-form {
      width: 100% !Important;
      padding: 0.5rem !Important;
      background-color: #000 !Important;
      color: #fff !Important;
      border: 2px solid #fff !Important;
      font-size: 15px !Important;
      font-weight: bold !Important;
      cursor: pointer !Important;
      transition: background-color 0.3s !Important;
    }

    .btn-submit-form:hover {
      background-color: #333 !Important;
    }