/* ________                    __                _          _____ __        __   
  / ____/ /__  ____ _____     / /   ____  ____ _(_)___     / ___// /___  __/ /__ 
 / /   / / _ \/ __ `/ __ \   / /   / __ \/ __ `/ / __ \    \__ \/ __/ / / / / _ \
/ /___/ /  __/ /_/ / / / /  / /___/ /_/ / /_/ / / / / /   ___/ / /_/ /_/ / /  __/
\____/_/\___/\__,_/_/ /_/  /_____/\____/\__, /_/_/ /_/   /____/\__/\__, /_/\___/ 
                                       /____/                     /____/         

Please, take note most of these rules doesn't have to be modified, it's full adaptative 
to your current WordPress template, and if something behaves abnormal please contact us before.
*/

.cleanlogin-container.cleanlogin-split-layout {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: none;
    background: #f4f8fb; /* Sfondo chiaro per la sezione form fuori dalla card */
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
	padding: 0;
    margin: 0;
    border: 0 !important;
}

.cleanlogin-info-section {
    flex: 1;
    background-color: #2ab0c1;
    color: #fff;
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-content .project-tag {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 20px;
    border-radius: 20px;
}

.info-content .info-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #fff !important;
}

.info-content .info-description {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 50px;
    opacity: 0.95;
	color: #fff;
}

.info-stats {
    display: flex;
    gap: 60px;
    margin-bottom: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
}

.stat-item .stat-value {
    display: block;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-item .stat-label {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.3;
    display: block;
}

.info-footer {
    font-size: 13px;
    opacity: 0.7;
    margin-top: 40px;
}

.cleanlogin-form-section {
    flex: 1;
    padding: 60px;
    background: #f4f8fb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cleanlogin-form-card {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 500px;
}

.cleanlogin-form-section .form-tag {
    display: inline-block;
    background: #e6f7f8;
    color: #2ab0c1;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.cleanlogin-form-section .form-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1c274c;
}

.cleanlogin-form-section .form-subtitle {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 35px;
    line-height: 1.5;
}

.cleanlogin-form-section .cleanlogin-field {
    margin-bottom: 20px;
}

.cleanlogin-form-section .cleanlogin-field label {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #1c274c;
    font-size: 15px;
}

.cleanlogin-form-section .cleanlogin-input-wrapper input {
    width: 100% !important;
    padding: 15px 15px 15px 50px !important;
    border: 1.5px solid #eef2f6;
    border-radius: 12px;
    background: #fff !important;
    font-size: 16px;
    transition: all 0.3s;
    color: #1c274c;
}

.cleanlogin-form-section .cleanlogin-input-wrapper {
    position: relative;
}

.cleanlogin-form-section .cleanlogin-input-wrapper i.bi-person,
.cleanlogin-form-section .cleanlogin-input-wrapper i.bi-lock {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 43px;
    color: #2ab0c1;
    font-size: 20px;
    pointer-events: none;
}

.cleanlogin-form-section .cleanlogin-input-wrapper i#togglePassword {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    left: auto;
    cursor: pointer;
    color: #999;
}

.cleanlogin-form-section .cleanlogin-input-wrapper input:focus {
    border-color: #2ab0c1;
    box-shadow: 0 0 0 4px rgba(42, 176, 193, 0.1);
}

.cleanlogin-form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.cleanlogin-field-remember {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cleanlogin-field-remember input[type="checkbox"] {
    width: 20px;
    height: 20px !important;
    border: 2px solid #2ab0c1;
    border-radius: 6px;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background: #fff;
    transition: all 0.2s;
    flex-shrink: 0;
}

.cleanlogin-field-remember input[type="checkbox"]:checked {
    background: #2ab0c1;
}

.cleanlogin-field-remember input[type="checkbox"]:checked::after {
    content: '\F26E';
    font-family: "bootstrap-icons";
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cleanlogin-field-remember label {
    color: #1c274c;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
}

.cleanlogin-field-remember label::before,
.cleanlogin-field-remember label::after {
    display: none !important;
}

.cleanlogin-form-pwd-link {
    color: #2ab0c1;
    font-weight: 500;
}

.btn-login-submit {
    height: 60px;
    border-radius: 15px !important;
    background-color: #2ab0c1 !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-login-submit:hover {
    background-color: #239aa9 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(42, 176, 193, 0.2);
}

.cleanlogin-form-bottom {
    margin-top: 30px;
    text-align: center;
    font-size: 15px;
    color: #6c757d;
}

.cleanlogin-form-bottom a {
    color: #2ab0c1;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 1200px) {
    .cleanlogin-info-section {
        padding: 60px 40px;
    }
    .info-content .info-title {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .cleanlogin-container.cleanlogin-split-layout {
        flex-direction: column;
    }
    .cleanlogin-info-section {
        padding: 60px 40px;
    }
    .cleanlogin-form-section {
        padding: 40px 20px;
    }
}

.cleanlogin-container {
	margin: 0 auto;
	max-width: 450px;
	position: relative;
	overflow: hidden;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #eee;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.cleanlogin-container h4 {
	color: var(--color-title, #141416);
	font-family: var(--font-primary, "Red Hat Display", sans-serif);
	font-weight: 700;
	margin-bottom: 25px;
	text-align: left;
}

.cleanlogin-container.cleanlogin-full-width {
	max-width: 100%;
}

.cleanlogin-preview-user {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.cleanlogin-preview-avatar {
	margin-right: 25px;
}

.cleanlogin-preview-avatar img {
	border-radius: 50%;
	border: 3px solid #eee;
}

.cleanlogin-preview-info h4 {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}

.cleanlogin-change-password-section {
    max-width: 600px;
    margin: 0 auto;
}

/* Courses section in login-preview */
.cleanlogin-courses-section {
    margin-bottom: 30px;
}

.courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.course-card {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.course-title {
    margin-bottom: 15px !important;
    font-size: 18px !important;
}

.course-title a {
    color: inherit;
    text-decoration: none;
}

.course-title a:hover {
    color: #2ab0c1;
}

.course-thumbnail img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    margin-bottom: 15px;
}

.course-progress-container {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.course-progress-bar {
    flex-grow: 1;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.course-progress-fill {
    height: 100%;
    background: #2ab0c1;
    border-radius: 4px;
}

.course-progress-label {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    min-width: 35px;
}

.course-lessons-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-lessons-list li i {
    width: 15px;
}

.course-lessons-list a {
    text-decoration: none;
    transition: color 0.2s;
}

.course-lessons-list a:hover {
    color: #2ab0c1 !important;
}

.course-card .btn-primary-outline {
    align-self: flex-start;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 20px !important;
    border: 1px solid #2ab0c1 !important;
    color: #2ab0c1 !important;
    background: transparent !important;
}

.course-card .btn-primary-outline:hover {
    background: #2ab0c1 !important;
    color: #fff !important;
}

@media (max-width: 576px) {
    .courses-grid {
        grid-template-columns: 1fr;
    }
}

.cleanlogin-change-password-section .cleanlogin-form {
    padding: 0;
    box-shadow: none;
    border: none;
}

.cleanlogin-change-password-section h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.cleanlogin-change-password-section .cleanlogin-form-description {
    margin-bottom: 25px;
    color: #666;
}

.cleanlogin-change-password-section .cleanlogin-form-actions {
    margin-top: 30px;
}

.cleanlogin-preview-info h4 small {
	font-size: 24px;
	font-weight: 700;
	color: var(--color-title, #141416);
	font-family: var(--font-primary, "Red Hat Display", sans-serif);
}

.cleanlogin-preview-info h4 .username,
.cleanlogin-preview-info h4 .email {
	font-size: 16px;
	font-weight: 400;
	color: #777;
	font-style: italic;
	text-align: left;
}

.cleanlogin-preview-actions {
	display: flex;
	gap: 15px;
	border-top: none;
	padding-top: 0;
	justify-content: flex-start;
}

.cleanlogin-form label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	color: var(--color-title, #141416);
	text-align: left;
	text-transform: none;
}

.cleanlogin-form input[type="text"],
.cleanlogin-form input[type="password"],
.cleanlogin-form input[type="email"] {
	height: 50px;
	padding: 10px 15px;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 5px;
	background: #f9f9f9;
	transition: all 0.3s ease;
}

.cleanlogin-form input:focus {
	border-color: var(--color-heading-1, #05abc4);
	background: #fff;
	outline: none;
}

.cleanlogin-input-wrapper {
	position: relative;
}

.cleanlogin-input-wrapper i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #999;
}

.cleanlogin-form-actions {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
}

.cleanlogin-form-actions .cleanlogin-field-remember {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

.cleanlogin-form-actions .cleanlogin-field-remember input {
	margin-right: 8px;
}

.cleanlogin-form-actions .cleanlogin-field-remember label {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
}

.cleanlogin-form-bottom {
/*	margin-top: 25px;
	padding-top: 20px;*/
	/*border-top: 1px solid #eee;*/
	display: flex;
	justify-content: space-between;
}

.cleanlogin-form-bottom a {
	font-size: 14px;
	color: var(--color-heading-1, #05abc4);
	text-decoration: none;
	font-weight: 500;
}

.cleanlogin-form-bottom a:hover {
	text-decoration: underline;
}

/* Strength Meter adjustment */
#cleanlogin-strength-meter {
	margin-top: 10px;
}

.cleanlogin-strength-bar {
	height: 4px;
	background: #eee;
	border-radius: 2px;
	overflow: hidden;
}

.cleanlogin-strength-fill {
	display: block;
	height: 100%;
	width: 0;
	transition: width 0.3s ease, background 0.3s ease;
}

.cleanlogin-strength-label {
	font-size: 12px;
	margin-top: 5px;
	text-align: right;
}

.cleanlogin-strength-fill.strength-1 { width: 25%; background: #e74c3c; }
.cleanlogin-strength-fill.strength-2 { width: 50%; background: #e67e22; }
.cleanlogin-strength-fill.strength-3 { width: 75%; background: #f1c40f; }
.cleanlogin-strength-fill.strength-4 { width: 100%; background: #27ae60; }

.cleanlogin-form select {
	color: #7c7c7c;
	width: 100%;
	height: 50px;
	padding: 10px 15px;
	border: 1px solid #eee;
	border-radius: 5px;
	background: #f9f9f9;
	-webkit-appearance: menulist-button;
}

.cleanlogin-form span {
	color: #7c7c7c;
}

.cleanlogin-form button,
.cleanlogin-form input,
.cleanlogin-form select,
.cleanlogin-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cleanlogin-field-website {
	display: none !important;
}

.cleanlogin-field-remember {
	float: right;
	text-align: right;
}

.cleanlogin-field-remember > label {
	display: inline;
}

.cleanlogin-field-name {
	background: url('images/name.png') no-repeat;
	padding-left: 36px !important;
}

.cleanlogin-field-surname {
	background: url('images/surname.png') no-repeat;
	padding-left: 36px !important;
}

.cleanlogin-field-username {
	background: url('images/log.png') no-repeat;
	padding-left: 36px !important;
}

.cleanlogin-field-password {
	background: url('images/pwd.png') no-repeat;
	padding-left: 36px !important;
}

.cleanlogin-field-email {
	background: url('images/mail.png') no-repeat;
	padding-left: 36px !important;
}

.cleanlogin-field-spam {
	background: url('images/spam.png') no-repeat;
	padding-left: 36px !important;
}

.cleanlogin-form i.bi{
    margin-left: -30px;
    cursor: pointer;
}

.cleanlogin-preview-top {
	padding-bottom: 36px;
	height: 24px;
}

.cleanlogin-form-bottom {
	padding-top: 6px;
	height: 24px;
}

.cleanlogin-form p.cleanlogin-form-description {
	color: #7c7c7c;
	font-size: 12px;
	font-style: italic;
	display: none;
}

.cleanlogin-notification {
    clear: both;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    padding: 18px;
    margin-bottom: 18px;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.25);
    box-shadow: 2px 2px 3px rgba(0,0,0,.25);
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cleanlogin-notification.no-disappear{
	-moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}

@keyframes cssAnimation {
    to {
		border: 0;
		padding: 0;
        width:0;
        height:0;
        overflow:hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
                border: 0;
                padding: 0;
        width:0;
        height:0;
        visibility:hidden;
    }
}

.cleanlogin-notification > p {
	margin: 0px;
}

.cleanlogin-notification.success {
	background: #F0F2DD;
	border-color: #24890D;
	color: #24890D;
}

.cleanlogin-notification.error {
	background: #FFE7E7;
	border-color: #FF5656;
	color: #FF5656;
}

.cleanlogin-preview {
	border-color: inherit;
	text-align: center;
}

.cleanlogin-preview .avatar {
	border-radius: 5px;
	float: none;
	width: 75px;
	height: 75px;
	margin: 0 auto 24px auto;
}

.avatar.avatar-96.photo {
	/*margin: 0 auto;*/
	/*display: block;*/
	margin-bottom: 10px;
}

.cleanlogin-form a.cleanlogin-form-register-link,
.cleanlogin-preview a.cleanlogin-preview-logout-link {
	text-align: right;
	float: right;
	text-decoration: none;
}

.cleanlogin-form a.cleanlogin-form-login-link,
.cleanlogin-form a.cleanlogin-form-pwd-link,
.cleanlogin-preview a.cleanlogin-preview-edit-link {
	text-align: left;
	float: left;
	text-decoration: none;
}

/* Password strength meter */
#cleanlogin-strength-meter {
	margin-top: 8px;
}

.cleanlogin-strength-bar {
	height: 5px;
	background-color: #e0e0e0;
	border-radius: 3px;
	overflow: hidden;
}

.cleanlogin-strength-fill {
	display: block;
	height: 100%;
	width: 0;
	border-radius: 3px;
	transition: width 0.25s ease, background-color 0.25s ease;
}

.cleanlogin-strength-fill.strength-1 { width: 25%; background-color: #e74c3c; }
.cleanlogin-strength-fill.strength-2 { width: 50%; background-color: #e67e22; }
.cleanlogin-strength-fill.strength-3 { width: 75%; background-color: #f1c40f; }
.cleanlogin-strength-fill.strength-4 { width: 100%; background-color: #27ae60; }

.cleanlogin-strength-label {
	font-size: 12px;
	margin: 4px 0 0;
	min-height: 16px;
	color: inherit;
}

.rts-btn.btn-primary{
	border: none;
}
.course-card.is-locked {
    opacity: 0.8;
    background-color: #f9f9f9;
}

.course-card.is-locked .course-title a {
    pointer-events: none;
    color: #999;
}

.course-card.is-locked .course-thumbnail {
    filter: grayscale(1);
    opacity: 0.6;
}

/* Dashboard Mockup Styles */
.cleanlogin-preview-header {
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}

.cleanlogin-preview-avatar {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6f7f8;
}

.cleanlogin-preview-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cleanlogin-preview-avatar .avatar-initials {
    color: #2ab0c1;
    font-weight: 700;
    font-size: 20px;
}

.cleanlogin-preview-info h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1c274c;
    line-height: 1.2;
}

.cleanlogin-preview-info .email {
    font-size: 14px;
    color: #6c757d;
}

.logout-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    border-radius: 30px;
    background: #000;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #000;
}

.logout-btn:hover {
    background: #333;
    border-color: #333;
    transform: translateY(-2px);
}

.logout-btn i {
    margin-right: 8px;
    font-size: 16px;
}

.stat-card {
    background: #fff;
    color: #1c274c;
    padding: 25px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border: 1px solid #f0f0f0;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    border-color: #2ab0c1;
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: #f4f8fb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.stat-icon i {
    font-size: 1.5rem;
    color: #2ab0c1;
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #1c274c;
}

.stat-label {
    font-size: 13px;
    color: #6c757d;
}

.cleanlogin-main-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border: 1px solid #f0f0f0;
}

.badge-teal {
    background-color: #e6f7f8;
    color: #2ab0c1;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.module-horizontal-card {
    background: #f8fbfb;
    border-radius: 18px;
    border: 1px solid #eef6f7;
    overflow: hidden;
    transition: all 0.3s ease;
}

.module-horizontal-card:hover {
    box-shadow: 0 8px 25px rgba(42, 176, 193, 0.08);
    border-color: #d1eaea;
}

.module-thumbnail {
    width: 180px;
    min-width: 180px;
    position: relative;
    overflow: hidden;
}

.module-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-type-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
    background: #2ab0c1;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.module-content {
    padding: 20px 25px;
}

.module-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.module-title a {
    color: #1c274c;
    text-decoration: none;
}

.module-meta {
    font-size: 14px;
    color: #888;
}

.text-teal {
    color: #2ab0c1 !important;
}

.btn-teal {
    background-color: #2ab0c1 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    font-size: inherit;
}

.btn-teal:hover {
    background-color: #239aa9 !important;
    transform: scale(1.02);
}

.module-horizontal-card.is-locked {
    background: #f0f0f0;
    opacity: 0.7;
}

@media (max-width: 768px) {
    .module-card-body {
        flex-direction: column;
    }
    .module-thumbnail {
        width: 100%;
        height: 200px;
    }
}

/* Specific for login-form.php to reduce footer margin */
.login-form-page ~ footer .rts-footer-area,
.login-form-page ~ * footer .rts-footer-area,
.login-form-page ~ * .rts-footer-area,
body:has(.login-form-page) .rts-footer-area {
    margin-top: 60px !important;
}

@media (max-width: 991px) {
    .login-form-page ~ footer .rts-footer-area,
    .login-form-page ~ * footer .rts-footer-area,
    .login-form-page ~ * .rts-footer-area,
    body:has(.login-form-page) .rts-footer-area {
        margin-top: 60px !important;
    }
}
