.modal {
top: 100px;
}

@media (min-width: 768px) {
.modal-dialog {
width: 750px;
}
}

.modal-header {
background: #6993ca;
}

h4.modal-title {
color: #fff;
}

.modal-header .close {
margin-top: -10px;
}

.close {
font-size: 40px;
color: #fff;
text-shadow: none;
opacity: 1;
}

.modal-body {
background: #eef0f8;
}