body {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f6f6f6;
    z-index: 1000;
    font-size: 18px;
    font-family: serif;
}

#nav {
    width: 100%;
    max-height: 50px;
    margin: auto;
    padding: 8px 25px 10px 25px;
    background: #ED1E24;
}

#header {
    max-width: 700px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 50px;
    padding: 15px;
}

#authority {
    background: #FFDCD2;
    padding: 35px 25px 20px 25px;
    color: #ED1E24;
}

#form-srda-xx {
    background: #fff;
    padding: 10px 25px 35px 25px;
}

#error {
    color: #ED1E24;
    text-decoration: underline;
}

#wrapper {
    max-width: 700px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 275px;
    padding: 15px;
}

.btn {
  background:#ED1E24;
  border:none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fc5a5f;
}

#captchas {
    border: rgb(194, 194, 194) solid 1px;
}

#captcha-input {
    max-width:50%;
}

#top {
    margin-top: 40px;
}

#indent {
    margin-left: 40px;
}

#declaration {
    font-size: 13px;
    line-height: 14px;
    
}

#submission {
    font-size: 17px;
    line-height: 18px;
    max-width:45%;
    
}

.req {
    color: #ED1E24;
}

.smol-red {
    display: none;
    font-size: 13px;
    line-height: 14px;
    color: #ED1E24;
    padding-top: 6px;
}