.login { .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .bg { display: grid; grid-template-columns: 1fr 1.1fr; .dots { background: -webkit-radial-gradient(#4a65cc .05rem, transparent .05rem), var(--s-color); background-position: 0 0; background-size: .75rem .75rem; } } .content { display: grid; grid-template-columns: 1fr 1.1fr; max-width: 85rem; margin: 0 auto; } }