body { 
    background-color:#333; 
}
.card { border-radius: 0px; }
.navbar { background-color:  #2471a3; }
.form-control { background-color: lemonchiffon; }
/*.backdrop {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0px;
    top: 0pX;
    width:100%;
    height:100%;
    z-index: 10;
}*/

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    display:none;
}

.backdrop.fade {
    opacity: 0;
}
  
.backdrop.show {
    opacity: 0.5;
}

#emailBody {
    font-size: 0.7em;
}

#changeHint {
    display: none;
}

textarea { 
    resize: none; font-style: italic;
}
