thank you for helping me, i truly appreciate it but I copied the same exact code but didn’t work for me
here’s a copy of what i have under that section,
/============= Templates | Password page =============/
.template-password {
background-image: url(https://freehtmlthemes.ru/assets/images/articles/css-fon.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.password-page {
display: table;
height: 100%;
width: 100%;
color: $color-body-text;
background-color: $color-body;
}
.password-page-section {
display: table-row;
width: 100%;
}
.password-header {
height: $height-site-header;
background: $color-navigation-bg;
display: table-cell;
vertical-align: middle;
}
.password-logo {
.logo {
display: none;
color: $color-navigation-text;
width: $width-logo;
max-width: 100%;
}
}
.password-content-section {
display: table-row;
width: 100%;
height: 100%;
margin: 0 auto;
}
.password-main {
display: table-cell;
vertical-align: middle;
padding: ($gutter-site / 2) $gutter-site;
}
.password-main__inner {
}
.password-hero {
margin-top: $gutter-site * 4;
}
.password-login-form, {
display: block;
}
.password-signup-form, {
display: block;
}
.password-message {
max-width: 500px;
margin: 0 auto;
}
.password-message {
font-size: em(16);
margin-top: $gutter-site * 1.5;
}
.password-login-form {
text-align: center;
padding: $gutter-site;
}
.password-signup-form__heading, {
display: block;
}
.password-social-sharing__heading {
margin-top: $gutter-site * 2;
margin-bottom: $gutter-site;
}
.password-social-sharing {
margin-top: $gutter-site;
}
.password-login, {
display: none;
font-size: em(16);
padding-bottom: 200px;
}
.admin-login {
margin-top: $gutter-site / 2;
}
.password-login {
@include header-font-stack();
margin-top: ($gutter-site * 0) 0;
}
.password-footer {
background-color: $color-footer;
display: none;
vertical-align: bottom;
padding: $gutter-site;
color: $color-footer-text;
}
.shopify-logo-svg {
width: 1.5 * $font-size-base * 120 / 35;
height: 1.5 * $font-size-base;
display: none;
line-height: 0;
vertical-align: top;
path {
fill: $color-footer-text;
}
}