.content-wrapper {
    background: rgb(0,20,36);
    background: linear-gradient(90deg, rgba(9,64,121,0.950315160243785) 50%, rgba(9,117,121,0.9923319669664741) 100%, rgba(0,212,255,1) 100%);
}

h1{
    color:white;
}

a {
    color: #7db8f8;
    text-decoration: none;
    background-color: transparent;
}

.breadcrumb-item.active {
    color:white;
}


.login-page, .register-page {
    background-image: url("/storage/site/background/login.png");
    /* background-image: linear-gradient(rgba(255,255,255,0.0.5), rgba(255,255,255,0.0.5)), url("/storage/site/background/login.png"); */
    /* background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("your_image.png"); */

    /* opacity: 0.4; */
    /* position: relative; */
    /* left: -400px; */
    
    /* Full height */
    /* height: 100%; */
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}