body {
    font-family: 'PFBeauSansPro-Light', Helvetica, Arial, Sans-Serif;
    -webkit-font-smoothing: antialiased;
    background: #333;
}

.bg-primary {
    background: #88ba22 !important;
    color: #ffffff;
}

.back {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ffffff;
}

.center-div {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 850px;
    height: fit-content;
    background-color: #333;
    border: 8px solid #fff;
    border-radius: 15px;
    background-image: url("../img/banner-evergreens.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.card-body {
    padding: 40px;
    background: rgba(51, 51, 51, .5);
}

.logo {
    width: 400px;
}

.btn-store {
    color: #ffffff;
    text-decoration: none;
    max-width: 300px;
    padding: 15px;
    border-radius: 10px;
    border-color: #ffffff !important;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.btn-store i {
    margin-right: 20px;
}

.btn-store .btn-label {
    font-size: 11px;
    margin: 0;
}

.btn-store .btn-caption {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.footer {
    background: #ffffff;
    padding: 15px 40px 10px;
    position: relative;
}

.logo-footer {
    width: 80px;
}



@media only screen and (max-width: 600px) {
    .center-div {
        width: 96%;
    }

    .logo {
        width: 100%;
    }
} 

 