/* Minification failed. Returning unminified contents.
(51,36): run-time error CSS1034: Expected closing parenthesis, found ','
(51,36): run-time error CSS1042: Expected function, found ','
(51,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(204,38): run-time error CSS1034: Expected closing parenthesis, found ','
(204,38): run-time error CSS1042: Expected function, found ','
(204,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.form-signin {
    max-width: 400px;
    padding: 1rem;
}

.form-signin__inputs {
    max-width: 300px;
    margin: 0 auto;
}

.h-custom {
    min-height: 55vh;
}

.card-bg {
    background-image: url(../images/loginimages/actian-hero-av.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.card-bg2 {
    /*background-image: url(../images/loginimages/DSCF3702-Edit.JPG);*/
    background-image: url(../images/loginimages/DSCF2717-Edit-3.JPG);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0 1em 1em 0;
}

.card-bg3 {
    background-image: url(../images/loginimages/DSCF3702-Edit.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0 1em 1em 0;
    border-left: 1px solid white;

}

.check-health {
    position: absolute;
    bottom: 10px;
    left: 30%;
    border-radius: 7px;
    background-color: rgb(11,94,177,255);
    padding: 3px
}

.css-health-link {
    font-weight:500;
    font-size:0.8rem;
}

.css-health-link:hover {
    color: lightgray;
}

main {
    padding-top: 100px;
}

    main .product-title {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        color: white;
    }

    

    main .promoheader {
        font-family: 'Poppins', sans-serif;
        font-size: xx-large;
        font-weight: normal;
    }

    
   
    main .promobody {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
    }

    main .promofooter {
        font-family: 'Poppins', sans-serif;
        font-weight: normal;
    }

    main .product-desc {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 100%;
    color: white;
    text-align: center;
    font-weight: 200;
    font-size: 18px;
    }

    main .powered-by {
        text-align: center;
        position: relative;
        top: -15px;
    }

        main .powered-by i {
            font-size: 1.2em;
            color: #333;
        }

        main .powered-by img {
            width: 35px;
            height: 20px !important;
            min-width: 35px !important;
            position: relative !important;
            top: -3px !important;
        }

footer {
    margin: 0 auto;
    font: normal 12px/14px Helvetica, Arial, sans-serif;
    padding: 30px 0 30px 0;
    clear: both;
}

    footer a,
    footer div {
        color: #999;
        text-decoration: none;
        padding: 0 8px;
    }

        footer a:hover {
            color: #d3d3d3 !important;
            text-decoration: none !important;
        }

.formatErrorMessage {
    background: #f08324;
    border-radius: 4px;
    margin: 5px auto;
    border: solid #d67520 thin;
    padding: 5px;
    text-align: center;
    color: #733e10;
    font-size: smaller;
    font-weight: 700;
}

.formErrorMessage--smaller {
    width: 85%;
}

.inactiveUserMessage {
    margin: 25px auto;
    color: white;
    background-color: rgb(17, 73, 176);
    font-size: 1.2em;
    /*font-weight: bold;*/
    padding: 5px;
    border-radius: 4px;
}

.forgot-password-container,
.forgot-username-container,
.registered-user-container {
    margin-left: auto;
    margin-right: auto;
}

    .forgot-password-container .label-text,
    .forgot-username-container .label-text,
    .registered-user-container .label-text {
        font-size: 20px;
        text-align: center;
        color: white;
        margin: 30px auto 10px;
        width: 100%;
        font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    }

    .forgot-password-container .result-message,
    .forgot-username-container .result-message {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 25px;
        color: whitesmoke;
    }

.answer-question-title {
    font-size: 18px;
    text-align: center;
    color: white;
    margin: 10px auto 10px;
    width: 100%;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    border: solid;
    border-color: white;
    border-radius: 10px;
    border-width: 1px;
    padding: 1px 20px 1px 20px;
    background-color: rgb(11, 94, 177, 255);
    margin-bottom: 30px;
}



.get-admin-help-link {
    padding: 2px 8px 2px 8px;
    background-color: lightgray;
    border-radius: 5px;
    font-weight: 400 !important;
    color: black !important;
}

    .get-admin-help-link:hover {
        background-color: #e2e6ea !important;
        text-decoration: none !important;
    }

.get-admin-help-link:focus{
    text-decoration:none !important;
    border:solid;
    border-color:gray;


}

.forgot-password-container .question {
    margin: auto;
    width: 100%;
    text-align: center;
}

.forgot-password-container .error-message,
.forgot-username-container .error-message {
    text-align: center;
    width: 252px;
    margin-top: 15px;
    padding: 5px;
    font-weight: bold;
    color: red;
    background-color: pink;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

.forgot-password-container .buttons,
.forgot-username-container .buttons,
.registered-user-container .buttons {
    text-align: center;
    margin-top: 15px;
}

    .forgot-password-container .buttons a,
    .forgot-username-container .buttons a,
    .registered-user-container .buttons a {
        width: 150px;
    }


.registered-user-info {
    text-align: center;
    background-color: ghostwhite;
    padding: 10px;
    border-radius: 5px;
}

.user-management-links {
    background: #116cc557;
    border-radius: 5px;
}

.linkStyle {
    font-size: 12px;
    color: #fff;
    text-decoration: none !important;
}

.lgnmsgs {
    color:white;
}

#MainForm a:hover {
    color: lightgrey !important;
    text-decoration: none !important;
}

#MainForm a {
    text-decoration: none !important;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fs-7 {
    font-size: 0.85rem !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.alert-banner {
    display: none;
    background-color: rgba(240, 173, 78, 1);
    color: rgba(65, 65, 65, 1);
    line-height: 1;
    overflow: hidden;
    padding: 1.25rem 2.5rem 1.25rem 1.25rem;
    position: relative;
    text-align: center;
    width: 100vw;
    z-index: 11000;
}

.rw-wrapper {
    font-size: x-large;
    font-weight: bold;
    color: white;
}

.btnForgotUserName {
   color:white !important; 
   font-weight:500 !important;
}

    .btnForgotUserName:hover {
        color: lightgray !important;
        text-decoration: none !important;
    }


.bg-overlay,
.slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(26,125,266,0.4);
    z-index: 2;
    border-radius: 0 1em 1em 0;
}

.slider {
    z-index: 5;
    width: 0;
    background: #FDFDFD;
}

.slider .inner {
    display: none;
}

#frmContactUs .error {
    color: red;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.modal-header {
    background: #0e68c0;
    color: #fff;
}

.possibleTPs{
    color:white;
    padding:5px;
    display:block;
    text-decoration:underline;
    
}

.possibleTPs:hover{
    color:lightgray
}

@media (max-width: 600px) {
    .formatErrorMessage--smaller {
        width: 100%;
    }
    .check-health {
        position: absolute;
        bottom: 10px;
        left: 10%;
       
    }
}


