body {
    padding-left: 2%;
    padding-right: 2%;
    background-color: #f0f3f6;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.navbar-fixed-top .container {
    width: 100%;
}
.btn-navbar {
    display: none !important;
}
.splashbox {
    background-color: #336799;
    padding: 20px;
    margin-top: 60px;
    display: flex;
    border-radius: 3px;
}
.formbox {
    width: 380px;
}
.formbox form {
    margin-bottom: 0;
}
.formbox form h2 {
    color: #666;
    text-align: center;
}
.messagebox {
    background-image: url("../img/hybrid-logo.png");
    background-repeat: no-repeat;
    background-size: 150px;
    margin-left: 2em;
    padding-top: 15px;
    padding-left: 41px;
    color: #fff;
    min-width: 150px;
}
.messagebox > h2:first-child {
    margin-left: 127px;
    font-size: 31px;
    font-weight: normal;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.messagebox a:link,
.messagebox a:visited {
    color: #66ccff;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
}
label {
    color: #4C7198
}
#continue {
     text-align: center;
 }
#continue button {
     display: inline-block;
     margin-right: 2em;
 }
.aup {
    font-size: 90%;
}
.login-form-status .btn-action {
    margin-top: 5px;
    margin-right: 5px;
}

input[type="text"].login-form-input,
input[type="password"].login-form-input {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 8px;
    margin-bottom: 1vh;
    font-size: 14px;
}

.margin-top-bottom-1vh {
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.divider {
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid #D7DDE4;
    transform: translateY(-50%);
}

.divider-text {
    position: relative;
    display: inline-block;
    padding: 0 16px;
    background-color: #f0f3f6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.2;
    color: #6D6E70;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-text {
    visibility: hidden;
    width: 210px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px 12px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -20px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 1.5;
}

.tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 20px;
    margin-left: -9px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.sso-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 3px;
}
.sso-modal-content {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    width: 400px;
    max-width: 90%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    color: #333;
}
.sso-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.sso-modal-title {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
}
.sso-modal-icon {
    width: 24px;
    height: 24px;
}
.sso-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    color: #888;
    text-decoration: none;
}
.sso-modal-close:hover {
    color: #555;
}
.sso-modal-body p {
    margin: 0 0 16px;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
}
.sso-modal-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
}
.sso-modal-button {
    padding: 9px 32px;
}

.btn-secondary{
    color: #6D6E70;
    background: transparent;
}
.btn-secondary:hover{
    color: #333333;
    background: #EAEAEA;
}

input[type="password"]:not(:placeholder-shown) {
    background-color: #F0F3F6;
}