body {
    background: url('../images/safaribg2.png');
    background-size: cover;
    background-repeat: no-repeat;

    .register-container {
        background-color: rgba(255, 255, 255, 0.747);
        color: rgb(0, 0, 0);
        font-size: larger;
        font-weight: bold;
        padding: 20px;
        border-radius: 5px;
        margin-top: 5%;
        margin-bottom: 10%;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    }

    .logo-container {
        background-color: rgba(255, 255, 255, 0.747);
        color: rgb(0, 0, 0);
        font-size: larger;
        font-weight: bold;
        padding: 10px;
        border-radius: 5px;
        margin-top: 5%;
        margin-bottom: 10%;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    }
}