@import url(client-base-v3.css);

#ct-content h2, #ct-content h3, #ct-content h4, #ct-content h5 {
    margin: 10px 0;
}

#ct-content h2 {
    font-size: 1.4em;
}

#ct-content h3 {
    font-size: 1em;
}

#ct-content ul {
   margin-left: 15px;
}

#ct-content-wrapper {
    display: flex;
    position: relative;
    min-height: 450px;
    padding: 20px 20px 55px;
    background-color: #eaedf0;
    overflow: hidden;
}

#ct-background {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -172px;
    object-fit: contain;
    opacity: 0.2;
}

#ct-sidebar {
    margin-right: 30px;
    width: 160px;
    flex-shrink: 0;
}

#ct-register-form {
    position: relative;
    z-index: 0;
    text-align: right;
    margin-top: 10px;
}

#ct-register-form [type=submit] {
    background-color: #FFD312;
    padding: 5px 10px;
    border-radius: 4px;
}

#ct-content {
    z-index: 0;
    flex-grow: 1;
}

#ct-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

#alertbox {
    margin-bottom: 20px;
}

#ct-footer a {
    padding: 0 5px;
    text-decoration: none;
}

#ct-footer a:hover {
    text-decoration: underline;
}

.widgetbox_public {
    background: none;
}

.widgetbox_public h4 {
    background: none;
    color: #0C2D83;
    padding: 0;
}

#login_form > label {
    margin: 5px 0;
}

#login_form > input {
    margin: 0;
}

#forgot_password {
    margin-top: 5px;
}

.sub_section p {
    padding-bottom: 10px;
}

#ct-content ul {
    margin-left: 1.3em;
}

#ct-content p {
    margin: 5px 0;
}
