#myModal {
    font-family: Barlow-Regular;
    font-size: 12px;
    color: #706060;
}

.container-fluid.mobalbox {
    position: relative;
}

.mobalbox, .modalbox {
    background: #edeaea;
    border-radius: 6px;
    padding: 30px;
}
.modal.fade.in {
    top: 10% !important;
}

.modal {
    margin-left: -300px;
}

.container-fluid.mobalbox .close {
    position: absolute;
    right: 0.3em;
    top: 0.2em;
}

.close {
    position: relative;
    top: -1em;
    right: -1em;
}

.close, .close:hover, .close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal {
    position: absolute;
}
.modal-backdrop, .modal-backdrop.fade.in {
    background: #000 !important;
    opacity: 0.7;
}
.modal-backdrop {
    background: #d7d7d7;
}
@media (max-width: 767px) {
	
#eclubForm ~ #myModal {
   margin-left: -49.2%;
   max-width: 98%;
}

}