#membercard-modal {
    display:none;
}
#membercard-modal > div {
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

#membercard-modal > div > div {
    background: white;
    padding:20px;
}

#membercard-modal input.membercard-input {
    margin-bottom: 10px;
    width:45%;
}

#preview-container {
    width:100%;
    min-height: 191px;
    position: relative;
    margin-bottom: 10px;
}

#preview-container > .loading-overlay {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(255,255,255,0.5);
    text-align: center;
    padding-top: 60px;
}

.preview-image {
    text-align: center;
}

.preview-image > * {
    margin: 0 auto;
}

.membercard-error-messages {
    color: #D21F1F;
    line-height: 1.4;
    font-size: 0.9em;
}

#membercard-modal > div > div img {
    width: 300px;
    height: 191px;
}

.coolbutton {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 10px 30px;
    line-height: 1.8;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
  color: #fff !important;
  background-color: #00AEF3;
  border: none;
}

.coolbutton:hover {
cursor: pointer;
  background-color: #0076A5;
}

.coolbutton:focus {
  outline: none
}

.coolbutton:active {
  background-color: #0076A5;
}
