.bg-overlay-auth {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .7;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
}

