.es-list-signup-modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    align-items: center;
    justify-content: center;
    display: none;
}

.es-list-signup-modal .es-modal-body {
    min-height: 40%;
    max-width: 450px;
    background: #356AA0;
    margin: 15px;
    padding: 15px;
}

.es-list-signup-modal .es-modal-body .btn-outline-light:hover {
    background-color: #f8f9fa1a;
    border-color: #f8f9fa;
}

.es-list-signup-modal .es-modal-body .form-control {
    margin-bottom: 15px;
}

.btn.muted {
    color: #ffffff4a !important;
    border: #f8f9fa4a solid 1px;
    visibility: hidden;
    opacity: 0;
}

.btn.muted:hover {
    color: #ffffff !important;
    border: #f8f9fa4a solid 1px;
}

.btn.muted.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity .6s;
}

.modal-open {
    overflow: hidden;
}
