@media (min-width: 768px) {
    .center-form {
        border: 1px solid #e8e8e8 !important;
        padding: 40px;
        max-width: 950px;
        margin: 0 auto;
        box-shadow: 0 0 7px 4px #e6e6e6 !important;
    }
}