body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f5f5f5;
}

.top-header {
    background-color: #0f2c47;
    height: 90px;
    display: block;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.jessup-logo,
.col-pad {
    min-width: 180px;
    text-align: center;
}
.jessup-logo img {
    height: 30px;
}

.page-title-section {
    text-align: center;
}

.page-title-section .page-title {
    color: white;
    font-size: 26px;
    line-height: 80px;
    margin: 0;
    font-family: "Avenir";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
}

.dashboard-hero {
    width: 100%;
    height: 150px;
    background-image: url("https://jessupu--fullsb.sandbox.my.site.com/OnlineApp/resource/1671480311000/JessupBannerNewV2?");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.blur-overflow {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-backdrop-filter: blur(130px);
    backdrop-filter: blur(130px);
    text-align: center;
}

.dashboard-hero img {
    height: 150px;
    max-width: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .top-header {
        flex-direction: row;
        padding: 0;
    }
    .jessup-logo img {
        height: 40px;
    }
    .page-title-section .page-title {
        font-size: 28px;
    }
    .dashboard-hero {
        max-width: 100%;
        height: 300px;
    }
    .dashboard-hero.short {
        height: 200px;
    }

    .dashboard-hero img {
        height: 300px;
    }
    .dashboard-hero.short img {
        height: 200px;
    }
}

.message {
    margin: 0 auto;
    padding: 5px;
    border: 1px solid red;
}
.messageText h4 {
    margin: 0 auto;
}
.targetx-plaintext {
    font-size: 16px;
    text-align: right;
    margin-top: 10px;
}

.targetx-plaintext-left {
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
}

.targetx-application-form-title {
    margin-bottom: 20px;
}

#alertZone {
    width: 0px;
    overflow: hidden;
    height: 0px;
}

/* SSO Layout Styles */

.signin-message {
    font-size: 14px;
    margin: 0;
}
.signin-message a {
    margin-left: 6px;
}

div.signon-container {
    padding-bottom: 30px;
}

.signon-container,
.signon-container form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 22px;
}

.signon-container form {
    gap: 2px;
}

a.signup-btn {
    width: 300px;
    height: 32px;
}

.signon-container button,
a.signup-btn,
a.signin-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;

    background: #0070d2;
    border-radius: 4px;

    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    color: #ffffff;
    box-shadow: none;
    transition: all 0.4s;
    padding: 0;
    border: none;
}

.signin-btn {
    width: 80px;
    margin-top: 20px;
}

a.signup-btn:hover,
a.signup-btn:focus,
.signon-container .signin-btn:hover {
    background-color: #1d9bf0;
    color: white;
}

.soso_btn_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 50px 18px;
    gap: 15px;

    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;

    font-family: "Avenir", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.soso_btn_container .sso-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 200px;
    align-self: stretch;
}
.sso-btns .sso-row,
.multi-input-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    align-self: stretch;
}
.sso-row.hidden {
    display: none;
}

.signon-prompt {
    font-family: "Avenir", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: black;
}

.targetx-input-text {
    height: 34px;
    width: 300px;
    border: 1px solid #dddbda;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
}

.multi-input-row .targetx-input-text {
    width: 145px;
}

.signon-container label {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.signon-container label > span {
    display: block;
    margin: 4px;
}

.label-row {
    margin: 4px;
    margin-left: 11px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.label-row.required {
    margin-left: 2px;
}

.label-row.required span {
    margin-left: -10px;
}

.label-row.required li {
    display: list-item;
    list-style-type: disc;
}

.label-row a {
    color: #0070d2;
    font-size: 12px;
    margin-top: 2px;
}

.label-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.label-row .checkbox-label {
    line-height: 28px;
    margin-left: 10px;
}

.label-row.no-label {
    margin-top: 30px;
}

.targetx-button {
    height: 32px;
}

.signon-container div.message {
    margin: 20px 40px 0px;
    background: #fff4f4;
    border-radius: 4px;
    font-size: 13px;
    max-width: 300px;
}
.signon-container div.message table {
    width: 100%;
    /* text-align: center; */
}

.g-recaptcha {
    margin-top: 20px;
}

p.terms-message {
    /* margin-top: 20px; */
}
p.terms-message a {
    margin-left: 4px;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}
.spinner {
    min-height: 36px;
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 4px solid #ccc;
  border-top-color: #333;
  animation: spinner 1.5s linear infinite;
}

.shadow {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 60%;
    width: 100%;
    height: 100%;
    background-color: #000;
    
}

.shadow.hidden {
    display: none;
}