/* Add your styles here */
.background-icon {
    background-repeat: no-repeat;
    min-height: 20px;
}

.login-background {
    background: url("/images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}