.modal{
    color: #636669 !important;
}
.modal-header{
    padding: 30px 40px 5px 40px !important;
    border-bottom: 0px;
}
.modal-content{
    border-radius: 0px !important;

}
.modal-body{
    padding: 35px;
    padding-top: 5px;
}

.modal-footer{
    border-top: 0px;
    padding: 0px;
}
form{
    width: 100% !important; 
}
.modal-footer .btn{
    width: 100%;
    border-radius: 0px;
    display: inline-block;
    vertical-align: top;
    font-family: "Helvetica Neue",Helvetica,Tahoma,sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.65em;
    text-align: center;
    text-decoration: none;
    color: #222;
    -webkit-appearance: none;
    outline: 0;
    margin: 0;
    border: 0;

    box-shadow: none;
    cursor: pointer;
    background: #e0e3e5;
    padding: .55em 2.5em;
} 
.modal-footer .btn:hover{
    color: rgba(0,0,0,0.5);
    background: #b3b6b7;
}

.modal-footer .btn-primary{
    color: #ffffff;
    background: #5db67b; 
}
.modal-footer .btn-primary:hover, input[type="submit"].btn-primary:hover {
    color: #ffffff;
    background: #53d77f;
}

.modal-footer .btn-primary2{
    color: #ffffff;
    background: #cb2d4a; 
}
.modal-footer .btn-primary2:hover, input[type="submit"].btn-primary2:hover {
    color: #ffffff;
    background: #d94a64;
}