#bg {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(92,164,244,1) 35%, rgba(69,122,174,255) 100%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.login-form {
    text-align: center;
}

#forgot-password {
    text-align: right;
}

    #forgot-password a {
        text-decoration: none !important;
        color: #fff;
    }

#register {
    text-align: center;
    color: #fff;
}

    #register a {
        color: #fff;
        font-weight: 500;
    }
