#modalFormSub{
    width: 400px;
    padding: 10px;
    margin-right: 100px;
    margin-left: 100px;
}

@media only screen and (max-width: 600px) {
    #modalFormSub{
        width: 100%;
        padding: 10px;
        margin: 0px;
    }
}

#subcribeModalWidget .modal-dialog .modal-content{
    margin: 0 auto;
    background: #2C4390;
    color: #fff;
    text-align: center;
}

#subcribeModalWidget .modal-dialog{
    width: 700px;
}

#subcribeModalWidget .modal-dialog .modal-content .modal-header{
    border-bottom: 0px;
}

#subcribeModalWidget .close{
    color: #fff;
    text-shadow: none;
    font-size: 26px;
    opacity: 1;
}

#modalFormSub label{
    margin-bottom: 5px;
    text-transform: uppercase;
}

#modalFormSub input[type="text"]{
    border-radius: 0px;
    border: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.btn-subscribe{
    background: #72C3FC;
    color: #fff;
}

.btn-subscribe:hover{
    background: #72C3FC;
}

#subscribe-errors{
    display:none;
}

#subscribe-success{
    width: 500px;
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 200px;
    margin-top: 150px;
}