/* 
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
*/

.password-protected-login-form-wrapper{
	display: flex;
	flex-flow: column nowrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: 300px;
	text-align: center;
}

#password-protected-login-form {
	display: flex;
	flex-flow: column nowrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#password-protected-login-form .number-input{
	padding: 10px;
	color: rgb(17, 17, 17);
	font-family: "STHeiti", sans-serif;
	font-size: 13px!important;
	font-weight: 400;
	line-height: 13px;
	text-align: center;
	width: 100%;
	border-radius: 0;
}

#password-protected-login-form .submit-password-button {
    padding: 13px 35px 13px 35px;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
    background-color: white;
    margin-top: 25px;
}

#password-protected-login-form .form-heading{
	color: #FFF;
	font-family: STHeiti;
	font-size: 23px !important;
}

#password-protected-login-form .password-input-container {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  justify-content: space-between;
}


