@font-face {
    font-family: 'Georama';
// src: url('./assets/font/Georama-VariableFont_wdth\,wght.ttf');
    src: url(../font/Georama_SemiExpanded-Regular.ttf);
}

@font-face {
    font-family: 'Georama-bold';
// src: url('./assets/font/Georama-VariableFont_wdth\,wght.ttf');
    src: url(../font/Georama_SemiExpanded-Bold.ttf);
}

@font-face {
    font-family: 'Georama-bold-s';
// src: url('./assets/font/Georama-VariableFont_wdth\,wght.ttf');
    src: url(../font/Georama_SemiExpanded-SemiBold.ttf);
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Georama', sans-serif;
    font-size: 18px;
    background-color: #F7F7F7;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

/* Default anchor style removed */
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.login-background {
    width: 100%;
    height: 100vh;
    background-image: url("../images/bgSSO2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: fixed;
}

/*************** Start: Forms *******************/

.container-outer {
    width: auto;
    position: fixed;
    height: 100vh;
    margin: auto;
    min-width: 800px;
    min-height: 600px;
    text-align: center;
    box-sizing: border-box;
    color: #676767;
}

.forms-container-wrapper {
    width: 46%;
    height: 382px;
    float: right;
    margin-right: 57px;
    margin-top: 10%;
    position: relative;
    border-radius: 4px;
    z-index: 100;
}

.container2 {
    width: 270px !important;
    height: 380px;
    float: left;
    position: relative;
    padding: 10px;
    text-align: justify;
}

.carousel-indicators {
    bottom: 10px !important;
    margin: 0 !important;
    width: 50% !important;
    text-align: right !important;
}

.carousel-indicators .active {
    background-color: #e22727 !important;
    opacity: 1 !important;
}

.carousel-indicators li {
    background-color: #e22727 !important;
    border: none !important;
    opacity: 0.4 !important;
}

#myCarousel {
    height: 100%;
}

.slide-header {
    width: auto;
    height: 27px;
    opacity: 0.7;
    font-family: 'Georama', sans-serif;
    font-size: 18px;
    text-align: left;
    color: #000000;
    margin-top: 7%;
}

.slide-content {
    width: auto;
    height: 135px;
    opacity: 0.4;
    font-family: 'Georama', sans-serif;
    font-size: 15px;
    line-height: 1.69;
    text-align: justify;
    color: #000000;
    margin-top: 5%;
}

.forms-container {
    width: 50%;
    height: 110%;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px 9px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    margin-top: -3%;
    float: right;
}

.change-password-form-container {
    width: 23%;
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    margin: auto;
    background-color: white;
}

.form-title {
    width: auto;
    height: 39px;
    opacity: 0.7;
    font-family: 'Georama', sans-serif;
    font-size: 30px;
    color: var(--black);
    margin: auto;
    padding-top: 4%;
}

.form-sub-title {
    width: 80%;
    opacity: 0.4;
    font-family: 'Georama', sans-serif;
    font-size: 15px;
    font-style: italic;
    color: var(--black);
    margin: auto;
    margin-top: 10%;
    display: inline-flex;
}

.field-title {
    width: 75%;
    height: 12px;
    font-family: 'Georama', sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #e3383a;
    margin: auto;
    margin-top: 11%;
    display: block;
    position: relative;
    text-align: left;
}

input {
    border: 0;
    border-bottom: 1px solid #dadada;
    outline: 0;
    width: 74%;
    padding: 12px 4px;
    font-size: 14px;
    margin: auto;
    position: relative;
}

::placeholder {
    height: 17px;
    opacity: 0.4;
    font-family: 'Georama', sans-serif;
    font-size: 14px;
    color: #000000;
    color: var(--black);
}

.form-link {
    width: 46%;
    height: 17px;
    opacity: 0.4;
    font-family: 'Georama', sans-serif;
    font-size: 14px;
    color: #3396b7;
    cursor: pointer;
    display: inline-block;
}

#login-option-link {
    float: right;
    margin-right: 14%;
    margin-top: 1%;
    text-align: right;
}

.form-buttons {
    margin-top: 12%;
}

.form-buttons a {
    color: #337ab7;
    text-decoration: none;
    display: inline-block;
    width: 50%;
    text-align: left;
}

.form-button {
    width: auto;
    height: 30px;
    border-radius: 2px;
    font-family: 'Georama', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3px;
    cursor: pointer;
    background-color: #e3383a;
    border: solid 1px #e3383a;
    float: right;
    margin-right: 25px;
    margin-bottom: 8%;
}

.disabled-look-button, .form-button[disabled] {
    background-color: lightgray !important;
    border: lightgray !important;
}

.left-align-button {
    float: left;
    margin-right: auto;
    margin-left: 8%;
}

#forcedresetbutton {
    position: relative;
    bottom: 24px;
    display: block;
}

img.back-button-arrow {
    width: 6%;
    display: block;
    margin: auto;
    text-align: left;
    margin-top: 9%;
    margin-left: 10%;
    cursor: pointer;
}

@media (min-width: 1400px) {
    .forms-container {
        height: 125%;
    }

    .form-buttons {
        margin-top: 16%;
    }
}

@media (min-width: 1260px) {
    .forms-container-wrapper {
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 10px 30px 9px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 1260px) {
    .container2 {
        display: none;
    }

    .forms-container {
        width: 26%;
        display: inline-block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 68%;
        margin: auto;
    }
}

@media (max-width: 1260px) and (min-width: 700px) {
    .forms-container {
        height: 68%;
        width: 25%;
    }
}


@media (max-width: 1050px) {
    .forms-container {
        width: 30%;
    }
}

@media (max-width: 800px) and (min-width: 600px) {
    .forms-container {
        width: 38% !important;
    }
}


@media (max-width: 600px) {
    .forms-container {
        width: 50%;
    }
}

@media (max-width: 400px) {
    .forms-container {
        width: 85%;
    }
}

@media (max-width: 600px) {
    .change-password-form-container {
        height: 66%;
        width: 50%;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
    .change-password-form-container {
        height: 52%;
        width: 55%;
    }
}

/*************** End: Forms *******************/

/*************** Start: Header *******************/

header {
    width: 90%;
    margin: auto;
    height: 75px;
    line-height: 75px;
    text-align: right;
    font-size: 120%;
    border-bottom: 1px solid #CCCCCC;
    background: url(../images/mahindra_latest.png) no-repeat 1% center;
    background-size: 9%;
    position: absolute;
    left: 4%;
}

.header-welcome {
    width: 100%;
    margin: auto;
    height: 10%;
    line-height: 50px;
    text-align: right;
    font-size: 120%;
    border-bottom: 1px solid #CCCCCC;
    background: url(../images/mahindra_latest.png) no-repeat 1% center;
    background-size: 9%;
    position: absolute;
}

.header-logo {
    display: block;
}

.facebook-logo {
    width: 2%;
    height: 24px;
    margin-right: 1%;
    display: inline-block;
    position: relative;
}

.linkedin-logo {
    width: 2%;
    height: 20px;
    object-fit: contain;
    opacity: 0.7;
    text-align: right;
    margin-right: 2%;
    display: inline-block;
    position: relative;
}

@media (max-width: 600px) {
    .facebook-logo, .linkedin-logo {
        display: none;
    }

    header {
        background-position: center;
        background-size: initial;
    }
}

.side-img {
    width: 3%;
    height: 100%;
    margin-right: 0.5%;
}

@media (max-width: 700px) {
    .side-img {
        margin-right: 10%;
        width: 5%
    }
}

.welcome-drop-box {
    width: 19%;
    height: 32%;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px 9px rgba(0, 0, 0, 0.1);
    margin-right: 2px;
    margin-top: 5.5%;
    float: right;
}

@media (max-width: 1260px) {
    .welcome-drop-box {
        margin-top: 20%;
        width: 47%;
        height: 41%;
    }
}

.dropdown-heading {
    word-break: break-word;
    margin: auto;
    margin-top: 8%;
    font-size: 82%;
    text-align: center;
    width: 72%;
}

.options-value {
    width: 64%;
    height: 12px;
    font-family: cursive;
    font-size: 100%;
    word-break: break-word;
    font-weight: bold;
    color: #e22727;
    margin: auto;
    margin-top: 23px;
    display: block;
    position: relative;
    text-align: center;
}

/*************** End: Header *******************/

/*************** Start: Footer *******************/

.footer {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 23px;
}

.footer-divider {
    width: 90%;
    height: 2px;
    opacity: 0.14;
    bottom: 60px;
}

.footer-left {
    height: 10%;
    opacity: 0.7;
    color: #ffffff;
    display: inline-block;
    text-align: left;
}

.footer-right {
    width: 40%;
    height: 10%;
    opacity: 0.7;
    font-family: 'Georama', sans-serif;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    position: relative;
}

@media (max-width: 600px) {
    .footer {
        text-align: center;
    }

    .footer-right, .footer-left {
        display: block;
        text-align: center;
        margin: auto;
    }
}

@media (max-width: 400px) {
    .footer-left {
        display: none;
    }
}

/*************** End: Footer *******************/

.no-redirect-text {
    position: relative;
    top: 15%;
    left: 25%;
    height: auto;
    width: 50%;
    text-align: center;
    align-content: center;
    font-family: 'Georama', sans-serif;
    font-size: 22px;
    font-weight: bold;
}


.show-div {
    display: block !important;
}

.hide-div {
    display: none;
}

.igniting-success-image {
    height: 25px;
}
