page-login { .header { background: url("../assets/imgs/background-login-sm.png") repeat #5ec0f9; width: 100%; height: 40vh; position: relative; margin-bottom: 50px; .logo { width: 140px; height: 140px; position: absolute; bottom: -60px; left: calc(50% - 70px); img { border-radius: 50%; border: 5px solid #fff; } } .svg-triangle { position: absolute; bottom: 0; } } .content { display: flex; flex-direction: column; align-items: center; padding: 16px; button { margin: 16px 0 32px 0; } } }