.l-page-wrapper {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    background-color: #182226;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 0;
}

h1, .title-form {
    font-family: Open Sans;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    font-size: 2.75rem;
    line-height: 3rem;
    color: #f4e6b7;
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 2rem;
    margin-left: 0rem;
}

.l-banner h1 {
    padding: 3rem !important;
    margin-bottom: 0;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
    .logo .desktop {
        display: block;
        z-index: 1;
        padding: 35px 0px 10px;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1123px) {
    .logo .desktop {
        display: block;
        z-index: 1;
        padding: 35px 10px 10px;
    }
}

@media only screen and (min-width: 1123px) {
    .logo .desktop {
        display: block;
        z-index: 1;
        padding: 35px 35px 10px;
    }
}

.logo .mobile {
    display: none;
}
/* when screen is less than 600px wide
     show mobile version and hide desktop */
@media (max-width: 600px) {
    .logo .mobile {
        display: block;
        padding: 10px 10px 10px;
        width: 114px;
        margin: 0;
    }

    .logo .desktop {
        display: none;
    }
}
