html, body {color: #6d6e71; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;  text-size-adjust: 100%;font-size: 100%; -moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
body#JCApp {background-color: #0a1e5e;
background-image: linear-gradient(
    180deg,
    rgba(10, 30, 94, 1) 0%,
    rgba(20, 50, 130, 1) 100%
);background-repeat: no-repeat;color:#ffffff;}
.deletion .app-logo img {width: 100%;}
.app-logo {width: 250px;margin: 2rem auto;}
.app-logo img {width: 100%;}
h1, h2, h3, h4, h5, h6 {margin-bottom: 1.5rem;}
h1 { font-size: 1.72rem; text-align: center;padding: 0 1rem;}
form#DeletionForm {background: #fff;padding: 1rem 0.5rem;box-shadow: rgb(141 111 80) 0px 8px 24px;color: #212529;margin: 0;}
span.underline {text-decoration: underline;}
.btn-primary {border: 1px solid #8ac53e;color: #fff;background: #8ac53e;text-transform: capitalize;height: 39px;font-size: .98em;padding: 0 1.5rem;margin-left: 0;cursor: pointer;border-radius: 0;width: 100%;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {color: #fff;background: #8ac53e;}
.note {color: #212529;font-size: 80%;}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #eee;
    border-color: #EEE;
    color: #000;
}

 