﻿body {
    background: url(../img/DSC02107.jpg) no-repeat center;
    background-size: cover;
    background-color: #CCC;
}

.sb-login-box {
    background: white;
    min-height:100%;
    padding: 1rem;
    
    margin-bottom: auto;

}

.sblogo{
    margin:1rem auto;
}
.sb-logo-container {
    text-align:center;
    margin-bottom:3rem;
}
.sbcopyright {
    display:flex;
    color: white;
    background-color: rgba(0,0,0,0.5);
    width: 100% !important;
    text-align: center;
    flex-grow: 1;
    margin-top: auto;
}