.myform_after{
    display:none;
    text-align: center;

}
.myform_after  span{
    font-weight: bold;
    color: white;
    font-size: 28px;
}
.newsletter_row{
    margin: 10px 0;
    padding: 55px 0;  
    background: #115ea1 url('images/Layer-nl.png') top  center no-repeat; 
	background-size:cover !important;
	background-attachment:fixed !important;
}
.newsletter_text {  
    min-height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    color: rgb(255, 255, 255);  
} 
.newsletter_title{
    margin-bottom: 5px;
    text-align: center;  
    min-height: 22px;
    line-height: 22px;
}
.newsletter_title strong{
    font-size: 22px;
    color: rgb(255, 255, 255);  
} 
.input_name {
    margin-left: 10px;
    line-height: 52px;
    height: 52px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 5px;
    background-color: rgb(0, 0, 0);


    /*width: 100%;*/
    /*width: 250px;*/ 

    font-size: 18px;
    color: #cc2626; 
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;

}

.input_email {
    margin-left: 10px;
    line-height: 52px;
    height: 52px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 5px;
    background-color: rgb(0, 0, 0); 
    font-size: 18px; 

    /*width: 100%;*/
    width: 280px; 
    color: #cc2626;
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;

}
.input_phone {
    margin-left: 10px;
    line-height: 52px;
    height: 52px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 5px;
    background-color: rgb(0, 0, 0); 
    font-size: 18px; 

    /*width: 100%;*/
    width: 280px; 
    color: #cc2626;
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;

}

.input_submit {
    margin-left: 20px;
    /*line-height: 52px;*/
    height: 52px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255); 
    border: 2px solid rgb(255, 255, 255);
    width: 216px; 
	cursor:pointer;
    color: rgb(255, 0, 0);
    font-weight: bold;  
    outline: none !important;
    vertical-align: middle;
    text-align: center;
}

.input_name, .input_email,  input_phone,.input_submit{
    border: gainsboro 2px solid;
}
@media only screen and (max-width: 960px) {
    .newsletter_row { 
        background-repeat-y: repeat !important;
    }

    .input_name {
        display: block !important;
        width: 100% !important;
        margin-left: initial;

    }

    .input_email {
        display: block !important;
        width: 100% !important;
        margin-left: initial;

    }
    .input_phone {
        display: block !important;
        width: 100% !important;
        margin-left: initial;

    }
      

    .input_submit {
        display: block !important;
        width: 100% !important;
        margin-left: initial;
    }


}
