﻿body {
    background-image: url('/Images/_site/skins/RDS_BG.png') !important;
}

body #aspnetForm {
    background-color: transparent;
    }

#MainContainer > .wrapper {
    width: 98vw !important;
}
    .sign-in-Header {
    font-family: Roboto,sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0px;
    align-self: flex-start;
    text-align: left;
}

.Logo-div {
    width: 250px;
    position: absolute;
    left: 1rem;
    top: 10rem;
}

.Logo-div-img {
    width: 250px;
    /*position: absolute;*/
    background-color: red;
}

#Header .wrapper {
    background-image: none !important;
    width: 100% !important;
}



.login-button {
    display: flex !important;
    width: 310px;
    height: 36px;
    padding: 9px 12px;
    justify-content: center;
    border-radius: 8px;
    background-color: black;
    text-shadow: none !important;
    color: white !important;
}

.SF-login-btn-div .login-button {
    display: flex !important;
    width: 310px;
    height: 36px;
    padding: 9px 12px !important;
    border-radius: 8px !important;
    background-color: black !important;
    text-shadow: none !important;
    color: white !important;
}

.SF-copyrights-text {
    font-family: Roboto,sans-serif !important;
}

.login-Link {
    color: #000 !important;
    font-family: Roboto,sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px;
    border: none !important;
    background: none !important;
    padding: 5px !important;
}

.SFlogin-input-box .textInput {
    height: 3rem;
    margin: 6px 0;
}

.SFlogin-input-box .RDS_Username {
    position: absolute;
    /*bottom: 13.8rem;*/
    padding: 8px 5px 0px;
    font-size: 12px !important;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 500;
    /*line-height: 14px;*/
    margin-left: 6.5px;
    color: #000000;
}

.SFlogin-input-box .RDS_Password {
    position: absolute;
    /*bottom: 8rem;*/
    padding: 8px 5px 0px;
    font-size: 12px !important;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 500;
    /*line-height: 14px;*/
    margin-left: 6px;
    color: #000000;
}



.RDS_img {
    position: absolute;
    left: 1rem;
    top: 11rem;
    height: 94px !important;
    width: 416px !important;
    background-color: transparent !important;
}

#Serviceflexlogin {
    justify-content: flex-end !important;
}

.un-icon, .pass-icon {
    display: none;
}

.padd{
    /*padding: 5px;*/
}

.aroundPadd {
    padding: 5px;
}


.button-div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sso-login {
    border: 1px solid;
    border-radius: 4px;
    /* padding: 14px 12px; */
    display: flex !important;
    width: 342px;
    /* height: 36px; */
    padding: 9px 12px !important;
    /* border-radius: 8px; */
    background-color: white;
    text-shadow: none !important;
    color: black !important;
    justify-content: center;
}

.rds_text {
    padding: 17px 12px 8px !important;
    border-radius: 8px !important;
}

.rds_text:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 1px;
    border-color: none !important;
}
    .rds_text:focus {
        border: 1px solid rgb(25,111,225);
        box-shadow: rgb(25,111,225) 0px 0px 0px 1px, rgba(25,111,225,0.5) 0px 0px 0px 5px;
        caret-color: rgb(25,111,225);
    }


.abc{
    display: none;
}

#Header {
    background-image: none !important;
    background-color:transparent !important;
}


.right {
    margin-right: 2rem;
}

.width-unset {
    width: unset !important;
}

.width-auto {
    width: auto !important;
}

/*Login-Remember be Checkbox*/
.chk-box-div {
    display: flex;
    width: 10.5rem;
    height: 2.5rem;
    margin-top: 0.6rem;
    flex-direction: column;
    align-items: center;
}

.chk-label {
    outline: none;
    display: flex;
    width: max-content;
    cursor: pointer;
}

    .chk-label:hover .chk-box {
        background-color: rgba(0, 0, 0, 0.15);
    }



.chk-box {
    transform: translate(-50%, -50%);
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: ease-in-out;
    border-radius: 50%;
    content: "";
    display: flex;
    height: 2.5rem !important;
    width: 2.5rem !important;
    justify-content: center;
    align-items: center;
    margin-left: 0.8rem;
    margin-top: 10px;
}


.rem-text {
    margin-left: -15px;
}

.CenterAlignment {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}

.SFlogin-remember-div input[type=checkbox] {
    accent-color: #000;
}

.SF-copyrights-text {
    text-align: center !important;
}

.SF-Copyright-div .float_left {
    text-align: center !important;
}

.defaultGlobalFooter {
    display: none;
}

.remTopMargin{
    margin-top:16px !important;
}

img#statusWindowOpener {
    display: none; 
}

#MainContent > .container_24.rdsCont24 {
    width: 100% !important;
}