/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.form-wrapper {
    height: 85vh;
    display: flex;
    align-items: center;
}

.form-innerWrapper {
    margin: 0 auto;
    max-width: 735px;
}

.form-innerWrapper form {
    padding: 2em 0;
}

.form-innerWrapper input {
    margin: 0.5em 0;
}

.elementor-kit-7 input:not([type=button]):not([type=submit]), .elementor-kit-7 textarea, .elementor-kit-7 .elementor-field-textual {
    border-color: #543f3f !important;
    border-radius: 3px;
}

.post-password-form{
	padding-left: 30vw !important;
	padding-top: 7.5vw !important;
}