@media screen and (min-width: 1600px) {
  :root {
    --max-width: 1360px;
  }

  .navbar {
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media screen and (min-width: 2200px) {
  :root {
    --max-width: 1480px;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1121px) {
  .navbar {
    padding-left: 30px;
    padding-right: 30px;
    gap: 18px;
  }

  .nav-links {
    gap: 22px;
  }

  .nav-action-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    gap: 44px;
    padding-top: 130px;
  }

  .hero h1 {
    font-size: 74px;
    letter-spacing: -2px;
  }

  .hologram-card {
    min-height: 470px;
  }

  .hologram-body {
    min-height: 408px;
  }

  .admin-main {
    grid-template-columns: 290px 1fr;
  }

  .admin-sidebar {
    padding-left: 28px;
    padding-right: 28px;
  }

  .admin-workspace {
    padding-left: 38px;
    padding-right: 38px;
  }

  .admin-topbar h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1121px) {
  .navbar {
    padding-left: 22px;
    padding-right: 22px;
    gap: 14px;
  }

  .logo {
    gap: 9px;
    font-size: 20px;
  }

  .logo img {
    width: 42px;
    height: 42px;
  }

  .nav-links {
    gap: 16px;
  }

  .nav-action-btn {
    min-width: auto;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .hero {
    gap: 32px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero h1 {
    font-size: 64px;
  }

  .hero p {
    font-size: 17px;
  }

  .admin-topbar h2 {
    font-size: 52px;
  }

}

@media screen and (max-height: 820px) and (min-width: 1051px) {
  .hero {
    min-height: auto;
    padding-top: 118px;
    padding-bottom: 58px;
  }

  .hero-metrics {
    margin-top: 28px;
  }

  .hologram-card {
    min-height: 420px;
  }

  .hologram-body {
    min-height: 358px;
  }

  .dashboard-preview {
    padding: 28px;
  }

  .preview-chart {
    height: 130px;
  }

  .page-hero {
    padding-top: 130px;
    padding-bottom: 44px;
  }
}

@media screen and (max-width: 1050px) {
  .hero,
  .split-section,
  .contact-deep,
  .about-overview,
  .youtube-showcase,
  .maintenance-admin-grid,
  .profile-settings-grid,
  .version-highlight {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 680px;
    margin: auto;
  }

  .features-grid,
  .screenshots-grid,
  .reviews-grid,
  .social-section,
  .about-reasons-grid,
  .roadmap {
    grid-template-columns: repeat(2, 1fr);
  }

  .download-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid,
  .status-board {
    grid-template-columns: 1fr;
  }

  .admin-review-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-section {
    flex-direction: column;
    text-align: center;
  }

  .profile-security-card {
    position: static;
  }
}

/* HEADER TABLETTE */
@media screen and (max-width: 1120px) {
  .menu-btn {
    display: block;
    order: 3;
    flex: 0 0 45px;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    padding: 0 18px;
  }

  .logo {
    order: 1;
  }

  .nav-links {
    justify-self: auto;
    position: fixed;
    top: 86px;
    left: 0;
    width: 100%;
    display: none;
    flex-direction: column;
    padding: 30px;
    background: rgba(3, 5, 11, 0.96);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
  }

  .nav-links.active {
    display: flex;
  }

  .nav-actions {
    order: 2;
    justify-self: auto;
    min-width: auto;
    margin-left: auto;
    display: flex;
    gap: 8px;
  }

  .download-btn,
  body.user-connected .download-btn {
    display: none;
  }

  .nav-action-btn {
    height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  .profile-trigger {
    height: 50px;
    padding: 4px 8px 4px 4px;
  }

  .notifications-trigger {
    width: 50px;
    height: 50px;
  }

  .profile-avatar-wrap,
  .profile-avatar-wrap img {
    width: 42px;
    height: 42px;
  }

  .profile-online-dot {
    width: 12px;
    height: 12px;
    border-width: 3px;
  }

  .profile-dropdown {
    right: 0;
    width: 260px;
  }

  .notifications-dropdown {
    right: -58px;
    width: min(380px, calc(100vw - 28px));
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-socials {
    justify-self: center;
  }
}

/* TABLETTE / MOBILE */
@media screen and (max-width: 780px) {
  .menu-btn {
    display: block;
    order: 3;
    flex: 0 0 45px;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    padding: 0 18px;
  }

  .logo {
    order: 1;
  }

  .nav-links {
    justify-self: auto;
    position: fixed;
    top: 86px;
    left: 0;
    width: 100%;
    display: none;
    flex-direction: column;
    padding: 30px;
    background: rgba(3, 5, 11, 0.96);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
  }

  .nav-links.active {
    display: flex;
  }

  .nav-actions {
    order: 2;
    justify-self: auto;
    min-width: auto;
    margin-left: auto;
    display: flex;
    gap: 8px;
  }

  .download-btn,
  body.user-connected .download-btn {
    display: none;
  }

  .nav-action-btn {
    height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  .login-btn {
    min-width: 118px;
    height: 40px;
    padding: 0 16px;
    font-size: 12px;
  }

  .profile-trigger {
    height: 50px;
    padding: 4px 8px 4px 4px;
  }

  .notifications-trigger {
    width: 50px;
    height: 50px;
  }

  .profile-avatar-wrap,
  .profile-avatar-wrap img {
    width: 42px;
    height: 42px;
  }

  .profile-online-dot {
    width: 12px;
    height: 12px;
    border-width: 3px;
  }

  .profile-dropdown {
    right: 0;
    width: 260px;
  }

  .notifications-dropdown {
    right: -58px;
    width: min(380px, calc(100vw - 28px));
  }

  .footer {
    padding: 14px 24px 16px;
    gap: 16px;
  }

  .site-footer {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-items: stretch;
    text-align: left;
  }

  .footer-copy {
    justify-content: flex-start;
    min-width: 0;
    justify-self: start;
    gap: 8px;
    font-size: 12px;
    line-height: 1.25;
  }

  .footer-copy > span:last-child {
    max-width: calc(100vw - 190px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .footer-dot {
    width: 8px;
    height: 8px;
  }

  .footer-trust,
  body.login-page .footer-trust {
    display: none;
  }

  .footer-socials {
    gap: 9px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    justify-self: end;
  }

  .footer-socials::before {
    display: none;
  }

  .footer-socials > span {
    display: none;
    width: auto;
    font-size: 16px;
  }

  .footer-social-link {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .footer-social-link svg {
    width: 18px;
    height: 18px;
  }

  .hero {
    padding-top: 135px;
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 0.82fr);
    align-items: center;
    gap: 18px;
  }

  .hero h1 {
    letter-spacing: -2px;
    margin-bottom: 16px;
  }

  .premium-badge {
    margin-bottom: 14px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .hero p {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 22px;
    gap: 10px;
  }

  .hero-metrics {
    margin-top: 26px;
  }

  .hero-metrics,
  .features-grid,
  .screenshots-grid,
  .reviews-grid,
  .social-section,
  .roadmap,
  .about-reasons-grid,
  .install-grid,
  .requirements,
  .download-stats,
  .trust-grid,
  .admin-review-stats,
  .version-right {
    grid-template-columns: 1fr;
  }

  .hero .hero-visual {
    max-width: none;
    margin: 0;
  }

  .advanced-log {
    grid-template-columns: 1fr;
  }

  .log-date {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding-right: 0;
    padding-bottom: 20px;
  }

  .log-head,
  .download-header,
  .admin-review-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn {
    width: 100%;
  }

  .hologram-card {
    transform: none;
    animation: none;
    min-height: 300px;
    border-radius: 24px;
  }

  .hologram-body {
    grid-template-columns: 54px 1fr;
    min-height: 244px;
  }

  .hologram-top {
    height: 56px;
    padding: 0 16px;
  }

  .side-panel {
    padding: 22px 12px;
  }

  .side-dot {
    width: 34px;
    height: 34px;
    border-radius: 13px;
    margin-bottom: 14px;
  }

  .dashboard-preview {
    padding: 24px 20px;
  }

  .preview-title {
    height: 22px;
    margin-bottom: 14px;
  }

  .preview-line {
    height: 12px;
    margin-bottom: 20px;
  }

  .preview-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }

  .preview-grid div {
    height: 62px;
    border-radius: 16px;
  }

  .preview-chart {
    height: 118px;
    gap: 9px;
    padding: 16px;
  }

  .floating-card {
    display: none;
  }

  /* PAGE CONNEXION */
  .auth-main {
    padding: 115px 18px 55px;
  }

  .auth-card {
    padding: 42px 28px 34px;
    border-radius: 28px;
  }

  .auth-back {
    top: 24px;
    left: 24px;
    width: 48px;
    height: 48px;
  }

  .auth-badge {
    margin-top: 8px;
  }

  .auth-options {
    flex-direction: column;
    align-items: flex-start;
  }

  .forgot-link {
    align-self: flex-end;
  }
}

/* PAGE ADMIN */
@media screen and (max-width: 1180px) {
  .contact-deep {
    grid-template-columns: 1fr;
  }

  .admin-overview-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

@media screen and (max-width: 1100px) {
  .admin-main {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: relative;
    top: auto;
    height: auto;
    padding: 120px 24px 26px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .admin-side-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }

  .admin-workspace {
    padding: 38px 24px 80px;
  }

  .admin-dashboard-simple {
    max-width: 100%;
  }

  .admin-dashboard-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-maintenance-preview {
    max-width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .admin-side-nav {
    grid-template-columns: 1fr;
  }

  .admin-topbar h2 {
    font-size: 46px;
  }

  .admin-overview-row .admin-topbar h2 {
    font-size: 42px;
  }

  .admin-status-grid {
    grid-template-columns: 1fr;
  }

  .admin-users-headline {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .admin-users-toolbar {
    justify-content: flex-start;
    align-items: stretch;
  }

  .admin-users-search {
    flex-basis: 100%;
    width: 100%;
  }

  .admin-users-filters {
    width: 100%;
    justify-content: flex-start;
  }

  .admin-users-pagination {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }

  .admin-user-badges {
    justify-content: flex-start;
  }

  .admin-maintenance-preview {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 20px;
    min-height: auto;
    padding: 24px;
  }

  .maintenance-preview-content,
  .maintenance-preview-arrow {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
  }

  .maintenance-preview-icon {
    width: 82px;
    height: 82px;
  }

  .maintenance-switch-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .maintenance-preview-panel {
    position: static;
  }

  .notifications-admin-grid {
    grid-template-columns: 1fr;
  }

  .maintenance-public-preview {
    min-height: 300px;
    padding: 18px;
  }

  .maintenance-preview-card {
    padding: 24px;
  }

  .notification-preview-panel {
    position: static;
  }

  .notification-history-list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

@media screen and (max-width: 480px) {
  .admin-sidebar {
    padding: 112px 18px 24px;
  }

  .admin-workspace {
    padding: 30px 18px 65px;
  }

  .admin-dashboard-links,
  .admin-reviews-list,
  .admin-contact-list,
  .admin-screenshots-grid {
    grid-template-columns: 1fr;
  }

  .admin-topbar h2 {
    font-size: 38px;
  }

  .admin-overview-row .admin-topbar h2 {
    font-size: 34px;
  }

  .admin-status-card {
    padding: 20px;
  }

  .admin-user-modal {
    padding: 16px;
  }

  .admin-user-modal-card {
    padding: 24px;
  }

  .admin-user-modal-actions {
    flex-direction: column-reverse;
  }

  .admin-user-avatar-editor {
    grid-template-columns: 1fr;
  }

  .admin-user-avatar-editor img {
    width: 86px;
    height: 86px;
  }

  .maintenance-preview-content h3 {
    font-size: 28px;
  }

  .maintenance-public-preview {
    min-height: 280px;
  }

  .maintenance-preview-card h1 {
    font-size: 28px;
  }

  .notification-history-card {
    grid-template-columns: 1fr;
  }

  .notification-history-list {
    grid-template-columns: 1fr;
  }

  .notification-history-head {
    align-items: stretch;
    flex-direction: column;
  }

  .notification-clear-all {
    width: 100%;
  }

  .notification-form-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* PETIT MOBILE */
@media screen and (max-width: 480px) {
  .logo span {
    font-size: 18px;
  }

  .logo img {
    width: 38px;
    height: 38px;
  }

  .section {
    padding: 72px 18px;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 120px;
    grid-template-columns: minmax(0, 1fr) minmax(130px, 0.78fr);
    gap: 12px;
  }

  .page-hero {
    padding: 140px 18px 50px;
  }

  .profile-hero {
    padding-bottom: 20px;
  }

  .profile-summary-card {
    min-height: auto;
    padding: 24px;
    border-radius: 28px;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
  }

  .profile-summary-avatar {
    width: 96px;
    height: 96px;
    padding: 5px;
    border-width: 4px;
  }

  .profile-summary-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .profile-summary-title h2 {
    font-size: 30px;
  }

  .profile-summary-title span {
    transform: none;
  }

  .profile-summary-bottom {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .profile-edit-toggle {
    justify-self: stretch;
    width: 100%;
  }

  .profile-page-section {
    padding-top: 24px;
  }

  .download-panel,
  .feature-card,
  .contact-info,
  .contact-form,
  .maintenance-admin-form,
  .notification-admin-form,
  .notification-preview-panel,
  .notification-history-panel,
  .maintenance-preview-panel,
  .profile-settings-card,
  .mega-social,
  .install-card,
  .requirement-box,
  .trust-card {
    padding: 26px;
  }

  .about-story,
  .about-objective,
  .about-creator,
  .about-reason-card {
    padding: 26px;
  }

  .about-creator {
    grid-template-columns: 1fr;
  }

  .about-creator-avatar {
    width: 92px;
    height: 92px;
    border-radius: 26px;
  }

  .about-creator-avatar img {
    width: 66px;
    height: 66px;
  }

  .profile-avatar-editor {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .profile-card-head {
    grid-template-columns: 50px 1fr;
    gap: 14px;
  }

  .profile-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .profile-avatar-editor img {
    width: 104px;
    height: 104px;
    border-radius: 28px;
  }

  .profile-avatar-copy strong {
    font-size: 24px;
  }

  .profile-upload-btn {
    width: 100%;
  }

  .maintenance-gate-card {
    padding: 38px 24px;
  }

  .cta-section {
    margin-left: 18px;
    margin-right: 18px;
    padding: 36px 22px;
  }

  .screenshot-card img {
    height: 220px;
  }

  .admin-screenshot-upload,
  .admin-screenshot-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-screenshot-upload strong {
    text-align: left;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 0.98;
    letter-spacing: 0;
    margin-bottom: 12px;
  }

  .hero p {
    font-size: 13px;
    line-height: 1.45;
  }

  .premium-badge {
    gap: 7px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .pulse-dot {
    width: 8px;
    height: 8px;
  }

  .hero-actions {
    margin-top: 16px;
  }

  .hero-actions .btn {
    min-height: 46px;
    padding: 0 14px;
    font-size: 13px;
  }

  .hero-metrics {
    display: none;
  }

  .hologram-card {
    min-height: 235px;
    border-radius: 20px;
  }

  .hologram-top {
    height: 42px;
    padding: 0 11px;
    gap: 6px;
  }

  .hologram-top span {
    width: 8px;
    height: 8px;
  }

  .hologram-top p {
    font-size: 10px;
  }

  .hologram-body {
    grid-template-columns: 34px 1fr;
    min-height: 193px;
  }

  .side-panel {
    padding: 16px 7px;
  }

  .side-dot {
    width: 20px;
    height: 20px;
    border-radius: 8px;
    margin-bottom: 12px;
  }

  .dashboard-preview {
    padding: 16px 12px;
  }

  .preview-title {
    width: 70%;
    height: 16px;
    margin-bottom: 11px;
  }

  .preview-line {
    width: 88%;
    height: 9px;
    margin-bottom: 14px;
  }

  .preview-grid {
    gap: 7px;
    margin-bottom: 14px;
  }

  .preview-grid div {
    height: 42px;
    border-radius: 11px;
  }

  .preview-chart {
    height: 76px;
    gap: 5px;
    padding: 10px;
    border-radius: 14px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px;
    padding: 16px 18px;
    border-radius: 16px;
  }

  .contact-form input,
  .contact-form select {
    min-height: 58px;
  }

  .select-wrapper select {
    padding-right: 52px;
  }

  .select-wrapper::after {
    right: 21px;
    width: 8px;
    height: 8px;
  }

  .auth-card {
    padding: 38px 22px 30px;
  }

  .auth-heading h1 {
    font-size: 38px;
  }

  .auth-heading p {
    font-size: 16px;
  }

  .auth-input input {
    min-height: 58px;
    padding-left: 52px;
    padding-right: 52px;
    font-size: 16px;
  }

  .auth-submit,
  .auth-create {
    min-height: 58px;
    font-size: 16px;
  }

  .admin-user-avatar-actions {
    width: 100%;
    justify-self: stretch;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  body.login-page {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
  }

  body.login-page main {
    min-height: auto;
  }

  body.login-page .auth-main {
    flex: 1 1 auto;
    min-height: auto;
    padding: 10px 26px 12px;
    align-items: center;
  }

  body.login-page .auth-card {
    width: 100%;
    margin-top: 0;
    padding: 18px 22px;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    column-gap: 10px;
  }

  body.login-page .auth-back {
    position: static;
    width: 36px;
    height: 36px;
    margin-bottom: 0;
    border-radius: 12px;
    grid-column: 1;
    grid-row: 1;
  }

  body.login-page .auth-badge {
    max-width: 100%;
    margin: 0;
    padding: 7px 11px;
    font-size: 12px;
    line-height: 1.3;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  body.login-page .auth-heading {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 14px;
  }

  body.login-page .auth-heading h1,
  body.login-page .auth-heading h2 {
    font-size: 28px;
    line-height: 1.05;
    margin-bottom: 7px;
    letter-spacing: 0;
  }

  body.login-page .auth-heading p {
    max-width: none;
    margin: 0;
    font-size: 13px;
    line-height: 1.38;
  }

  body.login-page .auth-form {
    grid-column: 1 / -1;
    gap: 14px;
  }

  body.login-page .auth-field {
    gap: 6px;
  }

  body.login-page .auth-field label {
    font-size: 13px;
  }

  body.login-page .auth-input input {
    min-height: 44px;
    padding: 0 42px;
    border-radius: 12px;
    font-size: 15px;
  }

  body.login-page .auth-input-icon {
    left: 15px;
  }

  body.login-page .password-toggle {
    right: 10px;
    width: 32px;
    height: 32px;
  }

  body.login-page .auth-options {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 0;
  }

  body.login-page .remember {
    min-width: 0;
    gap: 8px;
    font-size: 12px;
  }

  body.login-page .remember span {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
  }

  body.login-page .forgot-link {
    align-self: auto;
    text-align: right;
    font-size: 12px;
    line-height: 1.25;
  }

  body.login-page .auth-submit,
  body.login-page .auth-create {
    min-height: 44px;
    border-radius: 12px;
    font-size: 14px;
  }

  body.login-page .auth-separator {
    gap: 8px;
  }

  body.login-page .auth-message {
    font-size: 14px;
    line-height: 1.45;
  }

  body.login-page .footer {
    flex: 0 0 auto;
  }

  .auth-forgot-modal {
    padding: 14px;
    align-items: end;
  }

  .auth-forgot-card {
    width: 100%;
    padding: 22px 18px 24px;
    border-radius: 22px;
  }

  .auth-forgot-close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 380px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(112px, 0.72fr);
    gap: 10px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero-actions .btn {
    min-height: 42px;
    font-size: 12px;
  }

  .hologram-card {
    min-height: 214px;
  }

  .hologram-body {
    grid-template-columns: 30px 1fr;
    min-height: 172px;
  }

  .dashboard-preview {
    padding: 14px 10px;
  }

  .preview-grid div {
    height: 36px;
  }

  .preview-chart {
    height: 66px;
  }

  body.login-page .auth-main {
    padding-inline: 18px;
  }

  body.login-page .auth-card {
    padding: 16px 18px;
  }

  body.login-page .auth-options {
    flex-direction: column;
    align-items: stretch;
  }

  body.login-page .forgot-link {
    text-align: left;
  }
}
