.nl_popin_content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    max-width: 640px;
    padding-bottom: 10px;
    overflow: hidden;
}

.nl_popin_content .title {
    font-family: 'urw-din', sans-serif;
    color: #3C3C3D;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.7);
    top: 50%;
    margin-top: -100px;
    z-index: 200;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.nl_popin_content .title small {
    font-size: 20px;
    text-align: center;
    display: block;
}

.nl_popin_content .title strong {
    font-weight: normal;
    color: #3C3C3D;
    text-align: center;
    display: block;
}

.nl_popin_content .text {
    font-family: 'urw-din', sans-serif;
    font-size: 20px;
    color: #3C3C3D;
    text-align: center;
    margin-bottom: 20px;
    line-height: 150%;
}

.nl_popin_content .form {
    text-align:center;

}

.nl_popin_content form {
    display: inline-block;
}

.nl_popin_content form .txt {
    float: center;
    height: 50px;
    line-height:50px;
    text-transform: uppercase;
    text-indent: 10px;
}

.nl_popin_content form .btn {
    margin-top: 20px;
    height: 40px;
}

.nl_popin_content .image {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 100;
}

.nl_popin_content .image_container {
    position: relative;
}
.nl_popin_content .popin_logo{
    text-align: left;
}

.nl_popin_content .popin_logo img{
    max-width: 100%;
    height: 80px;
}

@media ( max-width: 768px ) {
    .nl_popin_content {
        padding: 0px 0px 10px 0px;
    }

    .nl_popin_content .title {
        font-size: 20px;
        line-height: 150%;
        position: absolute;
        width: 100%;
        height: 100px;
        background: rgba(255, 255, 255, 0.7);
        top: 75%;
        margin-top: -100px;
        z-index: 200;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .nl_popin_content .title small {
        font-size: 16px;
        line-height: 130%;
    }

    .nl_popin_content .text {
        font-size: 16px;
        line-height: 150%;
    }

    .nl_popin_content form .txt {
        width: 100%;
        margin:0;
    }

    .nl_popin_content form .btn {
        width: 100%;
        margin:10px 0 0 0;
    }

    .nl_popin_content .image {
        max-width: 100%;
        height: auto;
        position: relative;
        z-index: 100;
    }

    .nl_popin_content .image_container {
        position: relative;
    }
}