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





#content .page-header {
	background: #f7f7f7;
    padding: 15px 20px;
}
#content .page-header h1 {
	margin: 0 auto;
	font-family: "Raleway", Sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 3px;
}










.login,
.post-password-form {
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-image: url("/wp-content/uploads/2023/07/aasl_hero-1.jpg");
}
.post-password-form:after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: #000;
    opacity: .65;
}
.post-password-form p {
    position: relative;
    z-index: 1;
    max-width: 1160px;
    padding: 10px 20px;
    margin: 0 auto;
    justify-content: center;
    color: #fff;
}
.post-password-form p:first-child {
    text-align: center;
    font-weight: 600;
}
.post-password-form [type=submit] {
    background: #ED1C24;
    border: 2px solid #ED1C24;
    color: #fff;
    padding: 7px 15px;
}
.post-password-form [type=submit]:hover {
    background: #000;
}