#bite-77 .popup-header-inner {
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#bite-77 .popup-header-inner .popup-title {
    font-size: 18px;
}
#bite-77 .popup-header-inner .popup-text {
    font-size: 12px;
    opacity: .6;
    line-height: normal;
    padding: 0;
}
#bite-77 .popup-text {
    font-size: 16px;
    line-height: 24px;
    padding: 18px 20px;
    opacity: 1;
}
#bite-77 .popup-body-inner {
    background-color: #1553D4;
    border-radius: 10px;
}
#bite-77 .popup-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#bite-77 .form-subscribe {
    padding: 0 20px 24px;
}
#bite-77 .form-control {
    height: 42px;
    font-size: 14px;
    background-color: rgba(255,255,255,0.1);
}
#bite-77 .btn {
    height: 42px;
    font-size: 14px;
    background-color: #E96C36;
}
@media only screen and (max-width: 767px) {
    #bite-77 .modal-body {
        text-align: center;
    }
    #bite-77 .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
}
@media only screen and (max-width: 575px) {
    #bite-77 .popup-body-inner img {
        width: 100%;
    }
}