.b-modal {
    opacity: .3!important
}
.bpopup {
    box-shadow: 0 0 16px rgba(0, 0, 0, .75);
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    display: none;
    padding: 20px;
    width: 270px;
    min-height: 180px
}
#newsletterwidget-2{
	min-height: 154px;
}
.bpopup label {
    display: inline-block;
    margin-right: 2%;
    min-width: 33%;
    text-align: right
}
.bpopup input {
    border: 2px solid #ccd4d8;
    border-radius: 5px;
    padding: 8px;
    width: 100%
}
.bpopup input:focus {
    border: 2px solid #b34085
}
.bpopup input[type=submit] {
    background-color: #f0f0f0;
    font-size: 13px;
    font-weight: 700;
    width: 160px
}
.bpopup input[type=submit]:hover {
    background-color: #b34085;
    border: 2px solid #9e3875;
    color: #fff
}
.b-close {
    background-color: #f0f0f0;
    border: 2px solid #ccd4d8;
    border-radius: 60px;
    cursor: pointer;
    font-size: 15px;
    height: 35px;
    line-height: 1.8;
    position: absolute;
    right: -11px;
    text-align: center;
    top: -14px;
    width: 35px;
}
.b-close:hover {
    background-color: #b34085;
    border: 2px solid #9e3875;
    color: #fff
}
.bpopup .title-box {
    color: #E27C27;
    font-size: 14px;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 1em;
    text-transform: uppercase
}
.bpopup a.change-button {
    display: inline-block;
    float: none;
    box-shadow: 0 0 0 transparent;
    margin-top: 1em;
    padding: .5em 1em
}