/*---------------------------------------- Login Page ------------------------------------------*/ @import 'variables.scss'; .forgot-bg{ background-image: url("../../images/gallery/flat-bg.jpg"); background-repeat: no-repeat; background-size: cover; } #forgot-password{ display: flex; justify-content: center; align-items: center; height: 100vh; .card-panel.border-radius-6.forgot-card{ margin-left: 0 !important; } }