.modal-content .close {
    color: #1eb5b7;
    float: right;
    font-size: 72px;
    font-weight: lighter;
    line-height: 1;
    opacity: 1;
    text-shadow: 0 1px 0 #fff;
}

.modal-content .modal-header { 
    border-bottom: 1px solid #1eb5b7;
}

.modal-content .modal-footer { 
    border-top: 1px solid #1eb5b7; 
    text-align: center;
}

.modal-content .modal-header .close { 
    margin-top: -10px;
}

.modal-content button:hover, 
.modal-content button:active {
    color: #e86a32; 
    background:none;
}

.modal-content .modal-body .row {
    margin:0;
}

.modal-content .modal-body p.lead {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.modal-title {
    color: #1eb5b7;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0;
}

.modal-content .member h3 { 
    margin-top:1.8em; 
    margin-bottom:1.8em;
}

.box-wrapper {
    overflow: hidden; 
    margin: 0 auto; 
    max-width: 600px; 
    width:600px;
}

.box-wrapper [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding:0;
}

.btn-emoving {
    background-color: #1eb5b7;
    border-color: #1eb5b7;
    color: #fff;
}

.modal-fullscreen {
    background: #fff;
}

.modal-fullscreen .modal-content {
    background: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop.modal-backdrop-fullscreen {
    background: #ffffff;
}

.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 320px) {
    .modal-fullscreen .modal-dialog {
        width: 320px;
    }
}

@media (min-width: 640px) {
    .modal-fullscreen .modal-dialog {
        width: 640px;
    }
}

@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        width: 750px;
    }
}
