body {
    box-sizing: inherit;
}
.light-blue {
    background-color: #b6e3ed!important;
    color: black!important;
}
.header {
    overflow: hidden;
    background-color: #000000;
}
/* Style the header links */
.header a {
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 68px;
    border-radius: 4px;
}
.header h1 {
    color: white;
}
.site-logo {
    margin: auto;
}
@media screen and (max-width: 500px) {
    .header a {
      float: none;
      display: block;
      text-align: left;
    }  
}
.user-banner {
    padding: 20px;
    background-color: #b6e3ed;
    border: 1px solid #6e898f;
    color: #1d2a66;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.user-frame {
    padding: 15px 25px;
    border: #6e898f;
    border-left: 1px solid;
    border-top: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
}
.form-header {
    padding:0 30px;
}
.form-header p {
    font-size: 20px;
    font-weight: bold;
}
.logo-link {
    margin: auto;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: #000;
    width: 303px;
    height: 65px;
    padding: 10px;
}
.adqst ul {
    list-style-type: none;
}
.adqst li {
    border: 1px solid darkgray;
    margin-bottom: 5px;
    padding: 5px;
}
.adqst div {
    text-align: right;
    margin: 0px 30px 0px auto;
}
