/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2025 | 13:54:54 */
/* Login Page */
div#llar-login-page-gdpr {
    background: #b50000 !important;
    font-weight: 600 !important;
}
body.login {
    background: #fff !important;
    background: url(https://addictionhelplineamerica.com/wp-content/uploads/2025/01/6008458_Lesbian_Multicultural_1280x720.mp4) !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
body.login div#login h1.wp-login-logo a {
    background-image: url(https://addictionhelplineamerica.com/wp-content/uploads/2024/11/site-logo.png) !important;
    background-size: 380px !important;
    border-radius: 0 !important;
    width: 100% !important;
    background-position: center !important;
    margin-bottom: 0 !important;
    filter: brightness(0) invert(1);
}
body.login div#login {
    width: 600px;
    padding-top: 200px;
}
body.login div#login form#loginform {
    background: #f3f3f3 !important;
    padding: 35px !important;
    border-radius: 10px;
    border-color: #e1e1e1;
    margin-top: 0;
	border: 5px solid #f50000;
    box-shadow: 0px 0px 30px 20px #b5000033;
}
body.login div#login .privacy-policy-page-link {
    text-align: left;
    padding-left: 30px;
}
body.login div#login form#loginform p.submit input,
body.login p#backtoblog a:hover {
    background-color: #20409a !important;
    border-color: #20409a;
}
body.login div#login form#loginform p.submit input:hover {
    background-color: #6c8dca !important;
    border-color: #6c8dca !important;
}
body.login div#login input {
    border-color: #e1e1e1;
    height: 60px;
}
body.login div#login p.forgetmenot input {
    height: 30px !important;
    width: 30px !important;
    border-radius: 100% !important;
}
body.login div#login p.submit input {
    height: auto;
    padding: 5px 26px;
}
.login .button.wp-hide-pw .dashicons {
    top: 15px !important;
    right: 7px !important;
}
.login label {
    font-weight: 700;
    color: #000;
}
.login p#backtoblog a {
    background: #6c8dca;
    padding: 8px 20px;
    color: #fff !important;
    border-radius: 30px !important;
}
/* Add to your theme's custom CSS or use a customizer plugin */
body.login {
    position: relative;
    background: none !important; /* Remove default background */
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Place behind other elements */
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover !important;
    z-index: -1;
	background: #20409a;
}
body.login:after {
    content: '';
    background: #20409ae6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}
body.login a.privacy-policy-link,
body.login a.wp-login-lost-password {
    color: #fff !important;
}
body.login div#login form:before {
    color: #fff;
    content: 'Unauthorized access is prohibited. All login attempts are logged and monitored by AddictionHelplineAmerica security experts.';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 12px;
    font-weight: 600;
    font-size: 22px;
    background: #b50000;
    animation: warningBg 3s infinite alternate;
    text-shadow: 3px 2px 6px black;
}
/* Background color animation */
@keyframes warningBg {
    0%   { background-color: #660000; }
    50%  { background-color: #b50000; }
    100% { background-color: #ff0000; }
}

@media (max-width:767px) {
	body.login div#login form:before {
    font-size: 14px;
	padding: 10px;
	}
	body.login div#login {
    width: 300px;
    padding-top: 50px;
}
}