﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
body.b2c-body-background {
    background-color: black;
}

    body.b2c-body-background:before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("../Content/Images/iStock-1159988314.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        filter: grayscale(100%) brightness(.5); /* Desaturate the background image */
        z-index: 0;
    }

    body.b2c-body-background > *:not(footer) {
        position: relative;
        z-index: 1;
    }

    body.b2c-body-background footer .container {
        margin: 0;
    }

body {
    font-family: 'DM Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.navbar {
    padding: 1rem !important;
    gap: 1rem;
}

    .navbar a {
        display: flex;
        align-items: center;
        padding: 3px 1rem !important;
        background-color: transparent;
        font-weight: bold;
        color: white;
        border-radius: 8px;
        border: 1px solid white;
        margin-right: 1rem;
        text-decoration: unset;
    }

        .navbar a:hover {
            background-color: #5e7b07;
            border: 1px solid #5e7b07;
        }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
.olb-login-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    width: 600px !important;
    background-color: white;
    border-radius: 1rem;
    padding: 1rem;
    margin-left: auto;
    margin-right: 23% !important;
    margin-top: 1% !important;
    box-shadow: 5px 5px 13px 0px rgba(0, 0, 0, 0.5);
}

    .olb-login-container h1 {
        grid-column: 1/-1;
        margin: 0 0 1rem 0;
        font-size: 25px;
        font-weight: bold;
    }

    .olb-login-container .olb-login-itemwrapper {
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

        .olb-login-container .olb-login-itemwrapper input,
        .olb-login-container .olb-login-itemwrapper select {
            max-width: unset;
            width: 100%;
        }

        .olb-login-container .olb-login-itemwrapper input,
        .olb-login-container .olb-login-itemwrapper select {
            max-width: unset;
            width: 100%;
        }

            .olb-login-container .olb-login-itemwrapper input:focus,
            .olb-login-container .olb-login-itemwrapper select:focus {
                box-shadow: unset;
                border: 1px solid #00884e;
            }

    .olb-login-container .olb-login-itemwrapper-horiz {
        margin-top: 2rem;
        flex-direction: row;
        grid-column: 1/-1;
    }
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
    .olb-login-container {
        margin-left: auto;
        margin-top: auto;
        width: 100vw;
        border-radius: unset;
        box-shadow: unset;
    }

    .container {
        padding: unset;
        margin: unset;
    }
}
.btn-apply {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    color: #fff;
    background-color: #00884e;
    border-color: #00884e;
    background-image: none;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
}

    .btn-apply:hover {
        background-color: #03673e;
        border-color: #03673e;
    }

.btn-red {
    color: #fff;
    background-color: #d71e28 !important;
}

    .btn-red:hover {
        color: #fff !important;
        background-color: #b01c24 !important;
    }


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.lblCss {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    color: #fff;
    border-color: #00884e;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    width: 100px;
    padding-left: 10px;
    width: 175px
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    overflow-x: hidden;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* b2c Button styles
---------------------------------------------------*/

.b2c-button-default {
    background-color: #fff !important;
    border: solid 1px #00884e !important;
    color: #005f37 !important;
    box-shadow: none !important;
    font-size: 14.2px;
    text-transform: uppercase;
    height: 47px;
    transition: all .5s ease;
    text-decoration: solid;
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
    border-radius: 4px;
}

    .b2c-button-default:focus {
        background-position: 0 -100%;
        background-color: #005f37 !important;
        color: #fff !important;
        -webkit-transition: background-color 1000ms linear;
        transition: background-color 1000ms linear;
    }

    .b2c-button-default:hover {
        background-position: 0 -100%;
        background-color: #005f37 !important;
        color: #fff !important;
        -webkit-transition: background-color 1000ms linear;
        transition: background-color 1000ms linear;
    }

.b2c-button-secondary {
    background-color: #00884e !important;
    border: solid 1px #00884e !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 14.2px;
    text-transform: uppercase;
    height: 47px;
    transition: all .5s ease;
    text-decoration: solid;
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
    border-radius: 4px;
}

    .b2c-button-secondary:focus {
        background-position: 0 -100%;
        background-color: #005f37 !important;
        color: #fff !important;
        -webkit-transition: background-color 1000ms linear;
        transition: background-color 1000ms linear;
    }

    .b2c-button-secondary:hover {
        background-position: 0 -100%;
        background-color: #005f37 !important;
        color: #fff !important;
        -webkit-transition: background-color 1000ms linear;
        transition: background-color 1000ms linear;
    }

/*sign in left column styles
---------------------------------------------------------*/

.b2c-signin-left-col {
    height: 620px;
    padding: 0;
    /*margin: 0;*/
    position: relative;
    min-height: 100%;
    background-size: 100% 1080px;
    background-repeat: no-repeat;
    background-size: cover !important;
}

    .b2c-signin-left-col::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom right, #000000, #000000);
        opacity: .5;
    }

/*Login screen styles
---------------------------------------------------------------*/

.nexgen-logo-postion {
    margin-top: calc(40%);
}

.NexGen {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    display: inline-flex;
}

.tagLine-text-position {
    margin-top: calc(1.5%);
}

.tagLine {
    font-size: 22px;
    /*font-weight: bold;*/
    text-align: center;
    color: #fff;
    opacity: 0.7;
}

.login-box-body {
    background: #fff;
    padding: 15px 45px;
    border-top: 0;
    color: #666;
}

.login-logo {
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 300;
    color: #333;
}

/*apply loan screen styles
---------------------------------------------------------------*/

.background-cover {
    background-size: cover !important;
}

.image-space {
    height: 650px !important;
    width: 100%;
}


.applyLoanBtn {
    position: absolute;
    left: calc(50% - 60px);
    bottom: calc(50% - 50px);
}

.btnpadding {
    padding: 8px;
}

.btnwidth {
    padding: 10px;
    width: 31%;
    text-align: left
}

/* online portal login page */

.online-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    min-height: calc(100vh - 15rem);
    flex-direction: column;
}

.sub-container {
    border-radius: 1rem; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow */
    padding: 1rem;
    max-width: 40rem;
}

.online-heading {
    font-size: 1.6rem;
    margin: 0rem 0rem 1rem 0rem;
}

.custom-textbox {
    max-width: 11rem;
}

.custom-dropdown {
    max-width: 11rem;
}

.centerlook {
    padding-left: 400px;
    font-weight: bold;
    width: 1000px;
}

.error {
    padding-left: 400px;
    font-weight: bold;
    width: 1000px;
    color: red;
}

.loginbtn {
    padding-left: 500px;
    padding-bottom: 10px;
}

.label-width {
    width: 288px;
}

.field-width {
    width: 500px;
}

.btn-loan-type {
    min-width: 170px;
}

/* online portal login page */
