/*
Theme Name: Hello Elementor Child
Author: BKS
Author URI: https://satlujwebsolution.com
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.site-header{
display: none !important;
}
.mt10{
	display: inline-block;
	margin-top: 10px;
}
.page-id-41 #header {
    display: none;
}
.page-id-41 hr {
    display: none;
}
.page-id-41 #footer {
    display: none;
}

#custom-popup > div {
   max-width: 550px !important;
   padding: 40px !important;
}

#custom-open-popup {
	border: none;
	background-color: unset;
	color: #fff;
	font-weight: 600;
}
#custom-popup > div {
   background: #000 !important;
}
#custom-popup-close {
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-family: unset inherit;
}
#custom-popup h2 {
    margin-top: 0;
    color: #fff !important;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
#custom-popup label {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#custom-popup input[type="text"],
#custom-popup input[type="password"] {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    border: none;
    background-color: #0505b6;
    margin: 10px 0;
}
#custom-popup input[type="text"]:focus,
#custom-popup input[type="password"]:focus {
    border-color: none;
    outline: none;
    color: #fff;
}
#custom-popup input[type="submit"] {
    padding: 10px 15px;
    background: #fff;
    color:#0412a4;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 15px;
}

#custom-popup input[type="submit"]:hover {
    background: #0505b6; 
    color: #fff;
}
#login-error-message {
    font-size: 14px !important;
    margin-top: 10px;
}

#forgot-password-link {
    display: block;
    margin-top: 10px;
    color: #8e8a8a !important;
    text-decoration: none;
    font-size: 16px;
}

#forgot-password-link:hover {
    text-decoration: underline;
}
 /*-start-mobile screen css*/
@media (max-width: 768px) {
	#custom-popup h2 {
		font-size: 20px !important;
	}
	#custom-popup label {
		font-size: 18px !important;
	}
	#custom-popup > div {
		width: 100% !important;
	}
}
 /*end-mobile screen css*/