﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.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;
    }

.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;
}

.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
}