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

.page-restrict-output {
	height: calc(100vh - 93.97px);
	background-color: #000000BA;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page-restrict-output form {
	width: 420px !important;
}

.page-restrict-output label {
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column-reverse;
}

.page-restrict-output label[for="rememberme"] {
	display: none;
}

.page-restrict-output input[type="text"],
.page-restrict-output input[type="password"] {
	margin-top: 5px;
	border-radius: 10px;
}

.page-restrict-output input[type="submit"] {
	background-color: #EE0000;
	color: #FFF;
	border: 1px solid #FFF;
	margin-bottom: 5px;
	padding-left: 40px;
	padding-right: 40px;
}