input{
    width: 100%;
}

.newsletter-signup-modal{
    display: none;
    position: fixed; /* Stay in place */
    z-index: 10000000; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow-y: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4);
}
.newsletter-signup-modal .form-title,.newsletter-signup-modal #crmWebToEntityForm{
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid none;
    width: 30%;
}
.newsletter-signup-modal .form-title{
    background-color: deepskyblue;
    padding-top: 0;
}
.newsletter-signup-modal .form-title .close-btn{
    float: right;
    font-size: 30px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.newsletter-signup-modal .form-title h4{
    text-align: center;
    margin-bottom: 0;
    color: white;
    font-weight: 900;
}
