.recover {
    text-decoration: underline;
}

.login-register a {
    text-decoration: underline;
}

.login-splash {
    background-image: url("../img/login-bg.jpg");
    background-size: cover;
    background-position: center;
}

.login-splash-box {
    color: rgba( 255, 255, 255, 1);
    background-color: rgba( 255, 255, 255, 0.8);
    color: rgba( 20, 20, 20, 1);
}

.login-splash-box-title {
    font-size: 1.8rem;
}

.login-splash a {
    color: rgb(247,146,30);
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .login-splash {
        position:relative;
    }

    .login-splash:before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }

    .login-splash-content {
        position:absolute;
        top:15%;
        transform: translateY(-15%);
        width: 100%;
    }

    .login-splash-box {
        box-shadow: 0 0 0 0.3rem rgba(0,0,0,.3);
        text-shadow: none;
    }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {



}