            body {
                background-color: transparent;
                background-size: 100% 100%;
    			background-attachment: fixed; /* Закрепляет фон */
    			background-size: cover;
            }


a {
    /* Base styles to make it look like a button */
    display: inline-block; /* Allows setting padding/margin and keeps it inline with text flow */
    padding: 15px 32px;
    background-color: orange; /* Primary color */
    color: white; /* Text color */
    text-align: center;
    text-decoration: none; /* Removes default link underline */
    font-size: 16px;
    cursor: pointer; /* Changes cursor to a hand icon on hover */
    border-radius: 8px;
    border: none;
    
    /* Animation: smooth transition for all changed properties over 0.3s */
    transition: all 0.3s ease-in-out; 
}

/* Styles when the user hovers over the button */
a:hover {
    background-color: green; /* Darker background on hover */
    transform: scale(1.05); /* Slightly increases the size of the button on hover */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
}

/* Styles when the button is actively clicked */
a:active {
    transform: scale(0.95); /* Shrinks slightly when pressed to simulate a "click" */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}



.login-pf body {
    background-color: transparent;
    background-size: cover;
    height: 100%;
    background-size: 100% 100%;
}


.login-pf-page-header {
    height: 0px;
    visibility: hidden;
}


#account {
    overflow: auto;
	height: 1200px;
}
#app {
    overflow: auto;
	height: 1200px;
}

.quicklinks {
    height: 0px;
    visibility: hidden;
}
#wpadminbar {
    height: 0px;
    visibility: hidden;
}
#wp-toolbar {
    height: 0px;
    visibility: hidden;
}
.ab-top-menu {
    height: 0px;
    visibility: hidden;
}
.menupop {
    height: 0px;
    visibility: hidden;
}
.ab-top-menu {
    height: 0px;
    visibility: hidden;
}
#wp-admin-bar-root-default {
    height: 0px;
    visibility: hidden;
}

.responsive-tabs {
    background-color: rgba( 152, 227, 219, 0.7 );
    background: rgba( 152, 227, 219, 0.7 );
}
.pf-v5-c-login__main {
    background-color: rgba( 255, 255, 255, 0.7 );
}

#email {
    pointer-events: none; /* Запрещает клики и взаимодействие */
    user-select: none;    /* Запрещает выделение текста */
    opacity: 0.5;         /* Делает поле полупрозрачным */
    background-color: #f0f0f0; /* Добавляет серый фон */
    cursor: not-allowed;  /* Курсор "запрещено" */
}


.md-toolbar-tools {
    background-color: rgba( 207, 69, 217, 0.7 );
}
.md-tile-left {
    background-color: red;
}
.md-secondary {
    background-color: red;
}
.sg-day {
    background-color: blue;
    font-size: 10pt;
}
.sg-month {
    background-color: orange;
    font-size: 9pt;
}
.sg-year {
    background-color: green;
    font-size: 10pt;
}
.sg-date-today {
    font-size: 40pt;
}




