html, body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background: none;
}
/*new style*/
.left-space {
    margin-left: 12.5%;
}

.space-1 {
    margin-top: 5px;
    display: -webkit-inline-box;
    display: -inline-flexbox;
    display: inline-flex;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.space-2 {
    margin-top: 3%;
}

.space-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.logInBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul, li, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

.log-txt h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.ErrorMessage {
    font-size: 13px;
    word-break: normal;
}

.log-link-div {
    text-align: center !important;
    padding: 2px 5px !important;
}

/*Top Header section*/
.tp-header {
    padding: 10px;
    background-color: rgb(255, 255, 255);
    overflow: auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.userLogInBox2 {
    text-align: center;
}

    .userLogInBox2 .adfs-text {
        font-size: 16px;
        color: #346889;
        margin-top: 10px;
    }

    .userLogInBox2 .reject_bt {
        width: 100%;
        background: #fff;
        border: 0;
        cursor: pointer;
        color: #346889;
        border: 1px solid #346889;
        font-weight: normal;
        margin-top: 15px;
        /* text-transform: uppercase; */
        padding: 10px 0;
        font-size: 14px;
        border-radius: 4px;
        margin-bottom: 10px;
    }

        .userLogInBox2 .reject_bt:hover {
            background: #dfdfdf;
            color: #000;
        }
/*Login Section*/

.login-info-pn {
    background: #ffd400;
    padding: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-top: 15px;
}

    .login-info-pn p {
        margin-bottom: 0;
        margin-top: 15px;
        color: #333;
        font-size: 13px;
    }

.center-div {
    position: absolute;
    height: auto;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    width: 904px;
    margin-top: -160px;
    margin-left: -451px;
    display: inline-flex;
}

.log-txt {
    /*float: left;*/
    color: #fff;
    font-size: 14px;
    z-index: 1;
    /*position: relative;*/
    /*min-height: 400px !important;
    height: auto;*/
}

.login-msg {
    padding: 10px 15px;
}

    .login-msg ul, .login-msg ol {
        padding-left: 15px;
    }

.log-form {
    /*float: left;
    position: relative;*/
    /*z-index: 1;
    padding: 30px 40px 30px 40px;*/
    /*min-height: 400px !important;
    max-height: 400px !important;*/
    /*height: 67vh;
    overflow-x:auto;*/
    font-size: 14px;
    z-index: 1;
}

.translucent {
    position: absolute;
    top: 0; /* Add a top and bottom position so the element */
    bottom: 0; /* stretches to the height of the parent */
    left: 0;
    width: 100%;
    background-color: #FFF;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=80);
    min-height: 400px;
    z-index: -99;
}

.translucent2 {
    position: absolute;
    top: 0; /* Add a top and bottom position so the element */
    bottom: 0; /* stretches to the height of the parent */
    left: 0;
    width: 100%;
    background-color: rgb(51, 104, 136);
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=80);
    min-height: 400px;
    z-index: -99;
}

.msgbgcolor {
    background-color: rgb(51, 104, 136);
}

.login-form-in {
    padding:25px 25px 0px 25px;
}

.log-form h1 {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 5px 0 5px 0;
    color: #333;
}

.log-form label {
    color: #333;
    display: block;
    padding: 15px 0 5px 0;
    font-size: 14px;
    font-weight: 400;
}
/*.login-form-bg{
     background-color:rgb(255, 255, 255);
     filter: alpha(opacity=80);
     opacity:.9;
     position:absolute;
     height:100%;
     width:100%;
     z-index:-1;
}*/
.lft_icn {
    float: left;
    margin-right: 7px;
}

.login-info-pn .lft_icn img {
    width: 25px;
    height: 25px;
}

.in-box {
    /*width:350px;
     */
    width: 100%;
    position: relative;
    color: #898989;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    font-size: 16px;
    background: #fff;
    background-color: #fff;
}

    .in-box span {
        opacity: .5;
        filter: alpha(opacity=50);
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .in-box input {
        width: 90%;
        border: 0;
        border-radius: 6px;
        color: #333;
        font-size: 16px;
        padding: 10px 0px 10px 10px;
        position: unset !important;
    }

        .in-box input:focus {
            outline: none;
        }

.rem-check label {
    display: inline;
    font-weight: normal;
    color: #333333;
    font-size: 13px;
    *margin-left: 5px;
}

.submit_bt {
    width: 100%;
    background: #346889;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 4px;
}

.aspNetDisabled {
    background: #ccc;
    color: #b7afaf;
    cursor: not-allowed;
}

.fg_bt {
    width: 100%;
    background: #346889;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 4px;
    display: block;
}

.hiddenForgotPass {
    width: 100%;
    z-index: 99;
    position: absolute;
    left: -2000px;
    top: 0;
    bottom: 0;
    margin-left: 0px;
    height: 100%;
    padding: 40px;
    overflow: hidden;
    background: #fff;
}

    .hiddenForgotPass a {
        color: #333333;
        font-size: 13px;
        font-weight: 600;
    }

        .hiddenForgotPass a:hover {
            color: #23527c;
        }

.rem {
    float: left;
}

.fg-pass {
    padding-top: 10px;
    font-size: 13px;
    float: right;
}

    .fg-pass a {
        color: #0087b8;
        text-decoration: none;
    }

#lblMessage a {
    color: #fff;
    text-decoration: underline;
}

    #lblMessage a:hover {
        color: #dfdfdf;
    }

.log-form a {
    text-decoration: underline;
}
/*Footer*/

.copyright {
    float: left;
}

.social-media {
    float: left;
}

.log-footer {
    /*padding: 10px 0 0px 0;*/
    font-size: 13px;
    right: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 3;
    line-height: 2;
}

html, body {
    height: 100%;
}

.content {
    min-height: 100%;
    margin: 0 auto -50px;
}

.log-footer,
.push {
  height: 35px;
}

    .log-footer ul li {
        padding-right: 5px;
        display: inline-block;
    }

    .log-footer a {
        color: #fff;
    }

.red {
    background-color: Red;
}

.footer-norton-wrap {
    left: 50%;
    margin-left: -425px;
    position: absolute;
    top: 0;
    width: 850px;
    z-index: 10;
}

.norton-logo {
    height: 88px;
    left: 0;
    position: absolute;
    top: 450px;
    width: 130px;
}

.login-footer {
    position: relative;
}

div.norton-logo img {
    width: auto;
}

.aspNetDisabled {
    background: #ccc;
    color: #b7afaf;
    cursor: not-allowed;
}
/*.logo {
     float: none !important;
     max-width: 300px !important;
}
     */
:-ms-input-placeholder {
    /* IE 10+ */
    opacity: .5;
}

.in-box:focus-within {
    border: 2px solid #0087b8;
}

/* For Wave error solution */
.fg-pass a {
    color: #333333;
    font-weight: 600;
}
/*#lblMessage p:first-child{
     text-align: center;
     font-size: 18px;
     font-weight: 600;
     color: #ffffff;
     margin-top: 50px;
}
 .log-footer{
     padding:10px 0 0px 0;
     line-height:30px;
}*/
.log-footer a:hover {
    color: #dfdfdf;
}

.transbg {
    /*background:url(../Images/footerBg.png);*/
    background-color: #000000;
    background: rgba(0, 0, 0, 0.67);
    padding: 6px 20px 6px 20px;
    border-radius: 20px;
    filter: alpha(opacity=50);
}
/* Log in responsive */
.clear {
    clear: both;
}

.in-box span {
    top: 6px;
}

.in-box input {
    line-height: normal;
}

.backToLoginBtn {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 14px; /*display: block; float: left;*/
}

.pwdcasesensitive {
    margin-bottom: 0;
    margin-top: 10px;
}

    .pwdcasesensitive span {
        font-size: 12px;
        color: rgb(51, 102, 153);
        font-weight: 500;
    }

.checkbox input[type=checkbox] {
    margin-left: 0 !important;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.width100Per {
    width: 100% !important;
}

.width50Per {
    width: 50%;
}

.alternate-rows {
    padding: 5px 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 1px;
    font-size: 12px;
    color: #333;
}

    .alternate-rows:hover {
        background-color: rgba(0,0,0, .2);
    }

.ssolinks {
    color: #5e5e5e !important;
    font: bold 13px arial;
}

    .ssolinks:hover {
        opacity: 0.8;
    }

.social-md {
    z-index: 1;
    position: relative;
}

.rc-anchor {
    z-index: 2 !important;
    position: relative !important;
}
.grecaptcha-badge {
    bottom: 74px !important;
}

@media only screen and (max-width: 767px) and (min-width: 120px) {
    .log-footer, .log-footer .text-right {
        text-align: center !important;
    }

    .log-link-div {
        width: 100%;
    }

    .tp-header img {
        width: 100%;
        height: 100%;
        max-width: 100px;
    }

    .login-info-pn {
        width: 100%;
        margin: -65px 0 0 0;
    }

        .login-info-pn p {
            line-height: 15px;
        }

    .translucent, .translucent2 {
        height: 100%;
    }

    .copyright {
        display: block;
        width: 100%;
    }

    .social-media {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 919px) and (min-width: 420px) {
    .center-div {
        position: relative;
        height: auto;
        margin: auto;
        top: 50px;
        left: auto;
        width: 100%;
    }

    .log-txt {
        float: none;
        margin: auto;
        display: none;
    }

    .log-form {
        float: none;
        margin: auto;
        width: auto;
    }

    .in-box input {
        width: 85%;
    }

    .submit_bt {
        width: 100%;
    }

    .userLogInBox2 .reject_bt {
        width: 100%;
    }

    .log-footer {
        position: relative;
        bottom: 0;
    }

    .mainLoginBox {
        padding-bottom: 65px;
    }

    .login-info-pn {
        width: 100%;
        margin: -50px 0 0 0;
        z-index: 111;
    }

        .login-info-pn p {
            font-size: 10px;
        }

    login-info-pn.lft_icn {
        width: auto;
        margin: 10px 5px 0px 0px;
    }

        login-info-pn.lft_icn img {
            width: 15px;
            height: 15px;
        }

    .transbg {
        font-size: 7px;
    }

    .copyright {
        display: block;
        width: 100%;
    }

    .social-media {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 419px) and (min-width: 300px) {
    .center-div {
        position: relative;
        height: auto;
        margin: auto;
        top: 40px;
        left: auto;
        width: 100%;
    }

    .log-txt {
        float: none;
        margin: auto;
        display: none;
    }

    .log-form {
        float: none;
        margin: auto;
        width: auto;
    }

    .in-box input {
        width: 85%;
    }

    .submit_bt {
        width: 100%;
    }

    .userLogInBox2 .reject_bt {
        width: 100%;
    }

    .log-footer {
        position: relative;
        bottom: 0;
    }

    .login-form-in {
        padding: 35px 24px 10px 24px;
    }

    .mainLoginBox {
        padding-bottom: 40px;
    }

    .transbg {
        font-size: 10px;
        padding: 6px 10px 6px 10px;
    }

    .login-info-pn {
        width: 100%;
    }

    .mainLoginBox .login-info-pn p {
        line-height: 15px;
        font-size: 8px;
    }

    .mainLoginBox .lft_icn {
        width: auto;
        margin: 10px 10px 0px 0px;
    }

        .mainLoginBox .lft_icn img {
            width: 15px;
            height: 15px;
        }

    .backToLoginBtn {
        padding-left: 0;
    }

    .log-form h1 {
        font-size: 18px;
    }

    .copyright {
        display: block;
        width: 100%;
    }

    .social-media {
        display: block;
        width: 100%;
    }

}

@media only screen and (max-width: 1249px) and (min-width: 920px) {
    .transbg {
        font-size: 7px;
    }
}

.alternate-rows {
    padding: 5px 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 1px;
    font-size: 12px;
    color: #333;
}

    .alternate-rows:hover {
        background-color: rgba(0,0,0, .2);
    }

.labelHeader {
    font: bold 14px arial;
    color: black;
    text-decoration: none;
}

.labelValueUserlist {
    font: normal 14px arial;
    text-decoration: none;
    color: black;
}

.repeaterRow {
    background-color: #fff;
}

    .repeaterRow:hover {
        background-color: #ccc;
    }

.alternateRow {
    background-color: #F3F5F6;
}

    .alternateRow:hover {
        background-color: #ccc;
    }
