﻿/*Common*/
:root {
    --sts-brand: #1abc9c;
    --sts-brand-hover: #05977a;
    --sts-ink: #404d62;
    --sts-surface: #f7f7f7;
}

body, html {
    background: var(--sts-surface) !important;
    height:100%;
    width: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header {
    position: relative;
    z-index: 20;
}

.changeOrder{
    flex-direction: row;
}

.cc-btn {
    background-color: var(--sts-brand);
    color: white !important;
}

.darkerC {
    color: var(--sts-ink);
}

.darkerB {
    background: var(--sts-ink);
}

.greenC {
    color: var(--sts-brand);
}

.greenB {
    background: var(--sts-brand);
    border-color: var(--sts-brand);
    color: #fff;
}

.greenBorder {
    border-color: var(--sts-brand);
}

.darkerBorder {
    border-color: var(--sts-ink);
}

.greenB:hover.greenB {
    background: var(--sts-brand-hover);
    border-color: var(--sts-brand-hover);
}

.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, .12);
}

.btn-primary,
.btn-brand {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--sts-brand);
    --bs-btn-border-color: var(--sts-brand);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--sts-brand-hover);
    --bs-btn-hover-border-color: var(--sts-brand-hover);
    --bs-btn-focus-shadow-rgb: 26, 188, 156;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--sts-brand-hover);
    --bs-btn-active-border-color: var(--sts-brand-hover);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--sts-brand);
    --bs-btn-disabled-border-color: var(--sts-brand);
    background-color: var(--sts-brand);
    border-color: var(--sts-brand);
    color: #fff;
    font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-brand:hover,
.btn-brand:focus {
    background-color: var(--sts-brand-hover);
    border-color: var(--sts-brand-hover);
    color: #fff;
}

.btn-outline-primary,
.btn-brand-outline {
    --bs-btn-color: var(--sts-brand);
    --bs-btn-border-color: var(--sts-brand);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--sts-brand);
    --bs-btn-hover-border-color: var(--sts-brand);
    --bs-btn-focus-shadow-rgb: 26, 188, 156;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--sts-brand-hover);
    --bs-btn-active-border-color: var(--sts-brand-hover);
    background-color: transparent;
    border-color: var(--sts-brand);
    color: var(--sts-brand);
    font-weight: 600;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-brand-outline:hover,
.btn-brand-outline:focus {
    background-color: var(--sts-brand);
    border-color: var(--sts-brand);
    color: #fff;
}


#backgroudVideo {
    bottom: -400px;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    right: -1000px;
}

#DemoCode {
    background: unset !important;
    color: white !important;
}

#DemoCode::placeholder {
    color: #ffffffad !important;
}

#demoCodeAlert p {
    color: #b5686f !important;
    margin-bottom: 0;
    padding-left: 10px;
}

#demoCodeAlert span {
    align-items: center;
}

#announcementDiv {
    max-width: 80%;
}

#loginDiv {
    margin: auto;
    max-width: 70%;
}

body:has(#backgroudVideo) footer small {
    color: white !important;
}

.overlay {
    background: #353948;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
}

.opaque {
    color: white !important;
    font-weight: bold;
}
.opaque-black {
    color: black!important;
    font-weight: bold;
}

.btn-opaque {
    background-color: rgba(26, 188, 156, .9) !important;
    border-color: rgba(26, 188, 156, .9) !important;
    color: white !important;
    font-weight: bold;
}

.btn-opaque:hover,
.btn-opaque:focus {
    background-color: var(--sts-brand-hover) !important;
    border-color: var(--sts-brand-hover) !important;
    color: #fff !important;
}


.bg-blue {
    background-color: #fefefe;
    background-image: linear-gradient(315deg, #00a4e4 0%, #fefefe 74%);
}

section {
    display: block;
    padding: 5rem 0;
    padding-top: 0;
}

#section-1 {
    color: white;
    height: 60%;
    width: 100%;
}

#section-2 {
    background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 2px -10px 10px 4px #f6f8f7;
    color: white;
    height: 40%;
    width: 100%;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.text-center {
    text-align: center !important;
}

hr {
    border-color: white;
    border-width: 3px;
    max-width: 50px;
}

h4 {
    display: inline-block;
}

.inner {
    background-color: #FFFFFF;
    box-shadow: 2px -7px 10px 4px #FFFFFF;
}



#eyeBtn {
    border-color: #337ab7 !important;
}

/*footer {
    position: absolute !important;
    width: 100%;
}*/

/*#footerCopyrights {
    float: left;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: white;
}

#footerLogo {
    max-height: 20px;
    margin-top: 0px;
    float: left;
}*/

.green-text {
    color: #1fb18a;
}



@media(max-width:992px) {
    #announcementDiv {
        max-width: 100%;
    }

    #loginDiv {
        max-width: 100%;
    }

    #section-1 {
        height: 100%;
    }

    #section-1 > div.container > div:nth-child(2) > div > div:nth-child(1) {
        text-align: center;
    }
    /*footer {
        position: relative !important;
    }*/
    .changeOrder {
        flex-direction: column;
        flex-direction: column-reverse;
    }
}


.login-page {
    left: 50% !important;
    max-width: 400px;
    padding: 30px;
    position: absolute;
    top: 50% !important;
    transform: translate(-50%,-50%);
    width: 100%;
}

.login-options {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
}

.login-remember-option {
    align-items: center;
    color: #000;
    display: inline-flex;
    gap: .35rem;
    line-height: 1.2;
    margin: 0;
    min-width: 0;
    white-space: nowrap;
}

.login-remember-option .form-check-input {
    flex: 0 0 auto;
    margin: 0;
}

.login-forgot-link {
    color: #17345c;
    flex: 0 0 auto;
    line-height: 1.2;
    text-align: right;
    text-decoration: none;
    white-space: nowrap;
}

.login-forgot-link:hover,
.login-forgot-link:focus {
    color: var(--sts-brand-hover);
    text-decoration: underline;
}

.password-field {
    position: relative;
}

.password-field .js-login-password {
    padding-right: 2.85rem;
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
}

.password-field .password-toggle {
    appearance: none;
    -webkit-appearance: none;
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: .375rem;
    bottom: 1px;
    box-shadow: none !important;
    color: rgba(64, 77, 98, .72);
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: .35rem;
    top: 1px;
    visibility: hidden;
    width: 2.25rem;
    z-index: 5;
    pointer-events: none;
    transition: color .15s ease, opacity .15s ease, visibility .15s ease;
}

.password-field.has-password .password-toggle {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.password-field .password-toggle:hover {
    color: var(--sts-brand);
}

.password-field .password-toggle:focus {
    color: var(--sts-brand);
    outline: 0;
}

.password-field .password-toggle:focus-visible {
    box-shadow: 0 0 0 .16rem rgba(26, 188, 156, .22) !important;
}

.password-field .password-toggle i {
    pointer-events: none;
}

.opaque .password-field .password-toggle {
    color: rgba(255, 255, 255, .78);
}

.opaque .password-field .password-toggle:hover,
.opaque .password-field .password-toggle:focus {
    color: #ffffff;
}

.auth-center-page {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 100px);
    padding: 2rem 1rem;
    width: 100%;
}

.auth-card {
    background: #fff;
    border: 1px solid rgba(64, 77, 98, .12);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(64, 77, 98, .14);
    max-width: 440px;
    padding: 2rem;
    text-align: center;
    width: 100%;
}

.auth-card-wide {
    max-width: 500px;
}

.auth-logo {
    height: 40px;
    margin-bottom: 1.25rem;
    width: auto;
}

.auth-title {
    color: var(--sts-ink);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .75rem;
}

.auth-copy {
    color: #667085;
    margin-bottom: 1.5rem;
}

.auth-card .input-group-text,
.auth-card .form-control {
    border-color: #d0d5dd;
    min-height: 48px;
}

.auth-card .input-group-text {
    background: #f8fafc;
    border-radius: 8px 0 0 8px;
}

.auth-card .form-control {
    border-radius: 0 8px 8px 0;
    padding: .75rem 1rem;
}

.auth-card .form-control:focus {
    border-color: var(--sts-brand);
    box-shadow: 0 0 0 .25rem rgba(26, 188, 156, .16);
}

.auth-action-button {
    background: #11866f !important;
    border: 1px solid #11866f !important;
    border-radius: 8px;
    box-shadow: 0 10px 18px rgba(17, 134, 111, .22);
    color: #fff !important;
    font-weight: 700;
    min-height: 48px;
}

.auth-action-button:hover,
.auth-action-button:focus {
    background: #0d6f5c !important;
    border-color: #0d6f5c !important;
    color: #fff !important;
}

.auth-secondary-link {
    color: var(--sts-ink);
    font-weight: 600;
    text-decoration: none;
}

.auth-secondary-link:hover,
.auth-secondary-link:focus {
    color: var(--sts-brand-hover);
    text-decoration: underline;
}

.auth-card .alert {
    border-radius: 8px;
    margin: 0;
    text-align: left;
}

.auth-card progress {
    accent-color: #11866f;
    height: .75rem;
    max-width: 280px;
    width: 100%;
}

.auth-card iframe.signout {
    display: none;
    height: 0;
    width: 0;
}

.logout-container,
.logged-out-container {
    min-height: calc(100vh - 60px);
    padding: 2rem 1rem;
}

.logout-confirm-button,
.logout-container button[type="submit"] {
    background-color: #1abc9c !important;
    border-color: #1abc9c !important;
    color: #fff !important;
    font-weight: 600;
    min-width: 72px;
}

.logout-confirm-button:hover,
.logout-confirm-button:focus,
.logout-container button[type="submit"]:hover,
.logout-container button[type="submit"]:focus {
    background-color: #05977a !important;
    border-color: #05977a !important;
    color: #fff !important;
}

@media(max-width:576px) {
    .auth-card {
        padding: 1.5rem;
    }

    .auth-title {
        font-size: 1.65rem;
    }

    .auth-action-button {
        width: 100%;
    }
}
footer{
    bottom: 0px!important;
    display:block;
    height:60px;
    margin-top:auto;
    width: 100%;
    z-index:10;
}



/*ADDED AFTERWARDS*/
/*

#loginBtn {
    border-radius: 50px;
    border-style: solid;
    border-width: 2px;
    background: #1abc9c;
    color: white;
}

    #loginBtn:hover {
        background: #05977a;
    }

.switch {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.form-control:focus {
    border-color: #1abc9c;
    box-shadow: 0 0 0 0.25rem rgb(26 188 156 / 10%);
}

#forgotPassword:hover {
    color: #0a8f74;
}

.card {
    background: #f7f7f7 !important;
}

input:checked + .bg-primary {
    background-color: #1abc9c !important;
}*/
