/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.private_page.elementor-section .elementor-container{
  justify-content: center;

}
.private_page.elementor-section  h2 {
  color: #313131;
  font-family: "p22 underground", Sans-serif;
  font-size: 40px;
  font-weight: 400;
}
.private_page.elementor-section form .btn-primary {
    margin: 15px 0;
    width: 100%;
    font-family: "p22 underground", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    fill: #313131;
    color: #313131;
    border-color: #313131;
}
.private_page.elementor-section form .btn-primary:hover,
.private_page.elementor-section form .btn-primary:active,
.private_page.elementor-section form .btn-primary:focus,
.private_page.elementor-section form .btn-primary:focus-visible{
  color: #313131;
      background-color: #FFCE00;
      border-color: #2A212100;
      outline: none;
}

.private_page.elementor-section form input {
  text-align: center;
}

[type=submit]:hover, button:focus, button:hover {
  color: #313131;
      background-color: #FFCE00;
      border-color: #2A212100;
      outline: none;
  text-decoration: none;
}
