html, body { height: 100%; min-height: 1000px; width: 100%; }
.login-container {
background: transparent url(https://download.unsplash.com/photo-1428953773181-b4cf23cd7195) center center;
background-size: cover;
height: 100%;
padding-top: 60px;
width: 100%;
}
.login-container::before {
background: -webkit-radial-gradient(center, ellipse cover, rgba(43,44,78,0.9) 0%,rgba(43,44,78,0.9) 1%,rgba(43,44,78,1) 74%,rgba(43,44,78,1) 75%,rgba(43,44,78,1) 100%);
content: "";
height: 100%;
left: 0px;
position: absolute;
top: 0px;
width: 100%;
}
.login-container a.btn.btn-link {
color: rgb(255, 255, 255);
font-size: 180%;
margin: 0px 27px;
padding: 6px 0px;
opacity: 0.7;
text-transform: uppercase;
}
.login-container a.btn.btn-link.active {
border-bottom: 2px solid rgb(23, 98, 238);
opacity: 1;
}