.modal-content {
    width: 580px;
    height: auto;
    min-height: 660px;
    background-color: #ffffff;
    overflow: hidden;
}

.has-success .help-inline {
    color: green;
}

.has-error .help-inline {
    color: red;
}

@media all and (max-width:768px) {
    .modal-content {
        width: 100%;
    }
}