@font-face {
    font-family: ProximaNovaRegular;
    src: url("../Content/fonts/ProximaNovaRegular/ProximaNovaRegular.ttf");
}

@font-face {
    font-family: RalewayRegular;
    src: url("../Content/fonts/Raleway-Regular/Raleway-Regular.ttf");
}

html, body, .main-div, #container-fluid-div, .parent-row-div {
    font-family: ProximaNovaRegular;
    height: 100%;
    overflow: hidden;
}

#container-fluid-div {
    /*background-image: url("images/PageBackground.jpg");*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    background-color: #e1e1e1;
}

/*Try mozilla text start*/
.try-using-mozilla-text-div {
    position: relative;
    bottom: -12%;
    left: 17%;
}

.info-icon {
    font-size: calc(0.4vw + 0.4vh + 8px);
    margin-right: 5px;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
}

.try-using-mozilla-text {
    font-size: calc(0.4vw + 0.4vh + 4.7px);
    color: black;
}
/*Try mozilla text end*/

/*Welcome back text, Left Panel start*/
.welcome-back-side-panel-img-div {
    /*background-image: url("images/Panel_LeftSide.jpg");
        padding: 5.7% 0% 0% 4.5%;
    */
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
    width: 52%;
    height: 78%;
    top: 10%;
    left: 17%;
    padding:20px;
    box-shadow: 0px 2px 15px 1px #464545;
}
.listen-now, .listen-now:hover,.listen-now:focus {
    background-color: red;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    text-decoration: none;
    font-size: 14px;
    width: 103px;
    height: 30px;
}
.cas-login-image {
    margin-top: 60px;
}
.welcome-back-to-text {
    color: white;
    font-size: calc(0.8vw + 0.8vh + 10px);
    letter-spacing: 1px;
}

.cas-text {
    color: white;
    font-size: calc(1.2vw + 1.2vh + 10px);
    font-weight: bold;
    letter-spacing: 1px;
}

.side-panel-upper-text-div {
    font-family: RalewayRegular;
    min-height: 65%;
}

/*Welcome back text end*/


/*Login form div start*/

.login-form-footer-div {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f2f0f0;
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 16px;
}


.copyright-text {
    color: #999292;
    font-size: 1em;
}

.login-form-div {
    width: 25%;
    height: 66%;
    background-color: white;
    position: relative;
    top: -64.9%;
    left: 56.5%;
    z-index: 3;
    overflow: hidden;
    padding: 3% 2.5% 0% 2.5%;
    box-shadow: 0px 2px 13px 0px #616161;
}

.cas-logo-div {
    font-size: 3vmin;
    padding-left: 15px;
}


.CAS-logo {
    width: 80%;
}


.img-responsive {
    min-width: 50px;
    min-height: 10px;
}

.welcome-text-div {
    margin-top: 22%;
    min-height: 10%;
}

.welcome-back-text {
    font-size: calc(0.5vw + 0.5vh + 8px);
    color: black;
}

.enter-email-text {
    font-size: calc(0.7vw + 0.7vh + 0px);
    color: #444;
    margin-bottom: 4%;
    min-height: 10.1%;
}

.login-label {
    font-size: calc(0.7vw + 0.7vh + 10px);
}

#email-id-form {
    margin-top: 5px;
    padding: 18px 10px 18px 45px;
    font-size: 14px;
}

.user-icon {
    position: relative;
    top: -32px;
    left: 10px;
}

.next-btn {
    background-color: red;
    width: 90px;
    height: 30px;
    color: white;
    border-width: 0px;
    border-radius: 3px;
    position: relative;
    top: -8px;
    cursor: pointer;
    outline: none !important;
}

.pingId-btn {
    background-color: red;
    width: 122px;
    height: 30px;
    color: white;
    border-width: 0px;
    border-radius: 3px;
    position: relative;
    top: -8px;
    cursor: pointer;
    outline: none !important;
    float: right;
    text-align: center;
    padding: 5px 0px;
}

.login-user-email-div {
    padding-right: 15px;
    margin-top: 7%;
}

#validationMessage {
    position: relative;
    top: 36%;
    color: red;
}

/*Login form div end*/

input[type="email"]:focus, input[type="text"]:focus, input[type="password"]:focus {
    border: 1px solid #ccc !important;
}

/*Choose-account div start*/

.choose-account-div {
    position: absolute;
    right: -105%;
    top: 25%;
    min-height: 90%;
    max-height: 90%;
    max-width: 100%;
    min-width: 100%;
    opacity: 0;
    height: 100%;
}

.choose-account-label {
    font-size: calc(0.7vw + 0.7vh + 8px);
    font-weight: normal;
    padding-left: 15px;
    margin-bottom: 3%;
}

#loginDivBackButton {
    font-size: 25px;
    color: red;
    float: right;
    cursor: pointer;
    margin-top: 2%;
    margin-right: 2px;
}

.user-accounts-div {
    height: 100%;
    overflow: auto;
    max-height: 67%;
    min-height: 67%;
}

.user-accounts-list-wrapper {
    list-style-type: none;
}

.user-information {
    margin-left: -40px;
    padding: 5.5% 0% 3.5% 0%;
    border-left: 4px solid transparent;
    padding-left: 10px;
}


.user-profile-picture-div {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.user-profile-picture-div-initial {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: #848484;
    margin-right: 15px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: top;
    padding-top: 9px;
}

.user-initials-in-pswd-div {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #848484;
    margin-right: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: top;
    padding-top: 12px;
}

.imgSize {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    vertical-align: baseline;
    object-fit: cover;
    object-position: top;
}

.user-img-in-pswd-div {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    vertical-align: top;
    margin-right: 15px;
    display: none;
    margin-bottom: 4px;
    margin-top: -1px;
    object-fit: cover;
    object-position: top;
}

.user-name-company-div-of-initials {
    display: inline-block;
    position: relative;
    top: 2px;
}

.user-name-company-div-of-user-profile-pic {
    display: inline-block;
    position: relative;
    top: -8px;
}

.user-name-company-div-in-pswd-div {
    display: inline-block;
    position: relative;
    top: 5px;
}

.user-name-company-div-of-user-profile-pic-in-pswd-div {
    display: inline-block;
    position: relative;
    /*top: -8px;*/
}

.user-name-company-of-pswd-div {
    display: inline-block;
    position: relative;
}

.user-initials {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.user-initials-in-psw-div {
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    text-transform: uppercase;
    color: black;
    background-color: #848484;
    text-align: center;
    vertical-align: top;
    padding: 9.5px;
}

.user-information:hover {
    background-color: #f5f5f5;
    cursor: pointer;
    border-left: 4px solid red;
}

.companyId {
    display: none;
}

/*enter password div*/
.password-and-forgot-pswd-div {
    position: absolute;
    left: 10%;
    min-height: 66%;
    max-height: 66%;
    overflow: hidden;
    max-width: 80%;
}

.enter-password-div {
    min-height: 60%;
    max-height: 60%;
    position: relative;
    bottom: -50%;
    opacity: 1;
    height: 100%;
}

.login-form-outer-div {
    overflow: hidden;
    min-height: 74%;
    height: 100%;
}

.login-form-inner-div {
    position: relative;
    padding-left: 15px;
}

.user-info {
    padding: 4.2% 0px 2.2% 0%;
    padding-left: 10px;
    border-left: 4px solid red;
    margin-bottom: 12%;
    background-color: #f5f5f5;
}


.enter-password-login-form-div {
    position: relative;
    opacity: 1;
    /*padding-right: 15px;
    padding-left: 15px;*/
    top: 22%;
}

.enter-password-label {
    font-size: calc(0.7vw + 0.7vh + 8px);
}

#password-form {
    margin-top: 2%;
    padding: 18px 10px 18px 13px;
    font-size: 14px;
}

#pswdBtn {
    background-color: transparent;
    border: transparent;
    min-height: 28px;
    outline: none;
    margin-right: 5px;
    float: right;
}

.eye-btn {
    position: relative;
    top: -32px;
}

.eye-slah-icon {
    display: none;
    color: #7e7e7e;
}

.eye-icon {
    color: #7e7e7e;
}

.login-btn {
    background-color: red;
    width: 200%;
    height: 30px;
    color: white;
    border-width: 0px;
    border-radius: 3px;
    position: relative;
    top: -13px;
    outline: none;
}

.key-icon {
    position: relative;
    top: -32px;
    left: 10px;
}

.check-icon-size {
    width: 25px;
    height: 13px;
}

.remember-password-div {
    position: relative;
    top: -18px;
    font-size: 12px;
}

.shift-e-d-icon {
    position: relative;
    left: -18px;
    top: -3px;
}

.login-btn-f-pswd-link {
    margin-top: 4%;
}

.login-btn-div {
    float: left;
}

.ping-btn-div {
    float: left;
    margin-top: 4%;
}

.forgot-pswd-link-div {
    float: right;
    position: relative;
    top: -8px;
}

.forgot-pswd-link {
    color: #0000EE;
    text-decoration: underline;
    cursor: pointer;
}

.contact-support-link {
    color: #0000EE;
    text-decoration: underline;
    cursor: pointer;
}

#enterPasswordDivBackButton {
    font-size: 25px;
    color: red;
    float: right;
    cursor: pointer;
    margin-top: 2%;
}
#enterPasswordDivBackButtonPing {
    font-size: 25px;
    color: red;
    float: right;
    cursor: pointer;
    margin-top: 2%;
}

#enterPasswordDivBackButtonOKTA {
    font-size: 25px;
    color: red;
    float: right;
    cursor: pointer;
    margin-top: 2%;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus {
    border-color: #ccc;
    outline: none;
}

/*Forgot password div*/
.forgot-pswd-div {
    position: relative;
    right: -100%;
    top: -248px;
    text-align: justify;
    min-height: 60%;
    max-height: 60%;
}

.reset-pswd-title {
    font-weight: normal;
    font-size: calc(0.7vw + 0.7vh + 8px);
}

.f-p-instructions {
    margin-top: 7%;
    color: #696969;
    min-height: 51px;
    max-height: 51px;
}

#resetPasswordDivBackButton {
    font-size: 25px;
    color: red;
    float: right;
    cursor: pointer;
    margin-top: 1.5%;
    margin-right: 2px;
}

#contactSupportDivBackButton {
    font-size: 25px;
    color: red;
    float: right;
    cursor: pointer;
    margin-top: 1.5%;
    margin-right: 2px;
}

.username-label {
    font-size: 11px;
    font-weight: bolder;
    color: #7e7e7e;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    margin-top: 13%;
}

.star {
    color: red;
}

.invalid-email {
    position: absolute;
    top: 53%;
    line-height: 120%;
    color: #696969;
    display: none;
}

.reset-pswd-btn {
    background-color: red;
    width: 45%;
    height: 30px;
    color: white;
    border-width: 0px;
    border-radius: 3px;
    margin-top: 5%;
}

#loaderImg {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 44%;
    z-index: 200;
    background-repeat: no-repeat;
    background-position: center center;
}

/*4th div*/
#resetPswdBtn {
    outline: none;
}

/*Company name management*/

.name {
    max-width: 50px;
    white-space: nowrap;
}

.company {
    max-width: 50px;
    white-space: nowrap;
}

.selected-name {
    max-width: 50px;
    white-space: nowrap;
}

.selected-address {
    max-width: 50px;
    white-space: nowrap;
}

.clear-right {
    clear: right;
}

.clear {
    clear: both;
}

@media only screen and (max-height:625px) {
    .main-div {
        height: 108%;
    }

    #divLoading {
        position: fixed;
        background: #000;
        display: none;
        opacity: 0.5;
        top: 54.15%;
        left: 49.96%;
        width: 24.6%;
        height: 71.3%;
        z-index: 100;
        transform: translate(26%,-51.5%);
    }
}

@media only screen and (min-height:625px) {
    .main-div {
        height: 100%;
    }

    #divLoading {
        position: fixed;
        background: #000;
        display: none;
        opacity: 0.5;
        top: 50.3%;
        left: 49.96%;
        width: 24.6%;
        height: 66.2%;
        z-index: 100;
        transform: translate(26%,-51.5%);
    }
}

@media only screen and (min-height:657px) {
    .main-div {
        height: 100%;
    }

    #divLoading {
        position: fixed;
        background: #000;
        display: none;
        opacity: 0.5;
        top: 50.1%;
        left: 49.96%;
        width: 24.6%;
        height: 66.2%;
        z-index: 100;
        transform: translate(26%,-51.5%);
    }
}

@media only screen and (min-height:900px) {
    .main-div {
        height: 100%;
    }

    #divLoading {
        position: fixed;
        background: #000;
        display: none;
        opacity: 0.5;
        top: 49.5%;
        left: 49.96%;
        width: 24.6%;
        height: 66.2%;
        z-index: 100;
        transform: translate(26%,-51.5%);
    }
}
