.login-page.registry {
    background: url(../img/search-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}
.wrapper .main header nav ul li a.nav-link {
   font-family: 'Garamond Premiere Pro';
}
#page-inner .wrapper {
    width: 100%;
}
.navbar-dark {
    background-color: transparent;
}
.subscribe-registration {
    border: solid 1px #b5a78a;
    background: transparent;
    color: #fff;
    max-width: 900px;
    margin: auto;
}
.subscribe-registration .card.card-default {
    background: transparent;;
    color: #fff;
    border-radius: 0px;
    border-top: 1px solid #b5a78a;
    box-shadow: none;
}
.subscribe-registration .card.address-card {
    background: transparent;
}
#subscriber_user select.form-control {
    background: transparent;
}

.subscribe-registration .login-logo {
    color: #fff;
    font-family: 'Garamond Premiere Pro';
    text-align: left;
    padding-left: 1em;
    margin-bottom: 0px;
    line-height: 20px;
    padding-top: 15px;
}