﻿.login-page {
    background: url('bob-login-bg.jpg') no-repeat;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
    background-position: center;
    margin-top: 60px;
}

.login-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 140px);
}

.login-form {
    background: rgba(241,111,92,1);
    background: -moz-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,0.77) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(15,60,115,1)), color-stop(0%, rgba(15,60,115,1)), color-stop(100%, rgba(15,60,115,0.77)));
    background: -webkit-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,0.77) 100%);
    background: -o-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,0.77) 100%);
    background: -ms-linear-gradient(top, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,0.77) 100%);
    background: linear-gradient(to bottom, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,1) 0%, rgba(15,60,115,0.77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f5c', endColorstr='#0f3c73', GradientType=0 );
    padding: 30px;
    width: 40%;
    border-radius: 10px;
    min-height: 400px;
}

.knight-logo img {
    width: 165px;
    display: block;
    min-width: 100px;
}

.login-form label, a.forgotpassword {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

button.btn.custom-btn {
    margin-top: 10px;
    color: #fff;
    background: #ff9300;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 2px;
}

label.form-check-label {
    margin-top: .2rem;
}

a.forgotpassword {
    margin-top: 20px;
    display: block;
    margin-bottom: 0;
    margin-left: 15px;
}

nav.navbar.justify-content-between.fixed-top {
    background: #fff;
    box-shadow: 1px 1px 3px 0px #ff9300;
}

a.nav-item {
    color: #0f396f;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}


.form-group.no-gutters {
    margin-bottom: 0;
}

span.icons {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.login-page.colending-login {
    background-size: cover;
    height: calc(100vh - 84px);
    background-position: center;
}

.colending-login .login-form {
    background: rgba(255,255,255,0.9);
    box-shadow: 1px 1px 7px 1px #ff6633;
    padding: 10px;
}

.colending-login input:-internal-autofill-selected {
    background-color: rgba(255, 87, 34, 0.5) !important;
}

.colending-login .login-form label, .colending-login a.forgotpassword {
    color: #ff6633;
}

div#showRemarks {
    max-height: 65vh;
    overflow: scroll;
    /*height: 65vh;*/
    box-shadow: 0px 0px 1px 2px #f1f1f1;
    margin-bottom: 20px;
}

img.img-fluid.boblogo {
    padding: 0;
    width: 180px;
}

a.navbar-brand {
    width: auto;
}

button.btn.custom-btn.bob-btn {
    background: #ff6633;
    box-shadow: 1px 0px 2px 0px #fff;
    border-radius: 10px;
    padding: 5px 30px;
    font-size: 14px;
}

.colending-login .login-form {
    width: 100%;
}

.login-wrap.login-img {
    flex-flow: column;
}

    .login-wrap.login-img h3, .notification-sec h3 {
        font-size: 22px;
        font-weight: 700;
        color: #ff6633;
        text-align: center;
    }

    .login-wrap.login-img img {
        object-fit: fill;
        max-height: 400px;
        border-radius: 20px;
    }

.powerd-by {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #000;
    bottom: 10px;
}

.colending-header.bg-dark {
    background-color: #fff !important;
    box-shadow: 1px 1px 4px 2px #f1f1f1;
}

.colending-header.navbar-dark .navbar-nav .nav-link {
    color: #000;
}

    .colending-header.navbar-dark .navbar-nav .nav-link:focus, .colending-header.navbar-dark .navbar-nav .nav-link:hover {
        color: #ff6633;
    }

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
    font-weight: 500;
    letter-spacing: 1px;
}

.colending-login .login-form {
    width: 100%;
}

.colending-platform {
    background: rgba(255,255,255,0.9);
    min-height: 400px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 1px 1px 7px 1px #ff6633;
}

.login-form label, a.forgotpassword {
    color: #0f396f;
}

.login-form h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    color: #0f396f;
    font-weight: 600;
}

.login-form button.btn.custom-btn {
    padding: 5px 50px;
    border-radius: 20px;
}

input:-internal-autofill-selected {
    background: transparent !important;
}

.login-page {
    height: calc(100vh - 84px);
}

.login-wrap {
    height: calc(100vh - 84px);
}

.form-group.form-cell {
    margin: 5px;
}

.colending-login-height {
    height: calc(100vh - 130px);
}

.login-colending-wrap .colending-platform, .login-colending-wrap .login-form {
    min-height: inherit;
    height: 65vh;
}

.notification-sec.login-colending-wrap {
    background: rgba(255,255,255,1);
    box-shadow: 1px 1px 7px 1px #ff6633;
    padding: 30px;
    border-radius: 10px;
    height: 65vh;
    width: 100%;
}

.vert .simply-scroll-list li {
    width: 100%;
    height: auto;
    margin: 20px 0;
    position: relative;
    z-index: 1;
    padding-left: 20px;
}

.vert {
    margin-bottom: 0;
}

    .vert .simply-scroll-list li::before {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 5px;
        content: "\f08d";
        font-family: "fontawesome";
        display: block;
        font-size: 14px;
        color: #ff6633;
    }

    .vert .simply-scroll-list li p {
        color: #ff6633;
        font-size: 15px;
        line-height: 1.5;
    }

    .vert.simply-scroll-container, .vert .simply-scroll-clip {
        width: 100%;
        height: 40vh;
        padding-top: 20px;
    }

.colending-title {
    font-size: 30px;
    font-weight: 700;
    color: #ff6633;
    text-align: center;
    margin-top: 20px;
}

#caption {
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 14px;
    height: 40px;
    width: 100%;
    white-space: nowrap;
    color: #ff6633;
    background: #ffff;
    padding: 10px;
    letter-spacing: 1px;
    /*animation:ease-in-out 50s caption;*/
}

@-moz-keyframes caption {
    0% {
        margin-left: 120%;
    }

    100% {
        margin-left: -1200px;
    }
}

@-webkit-keyframes caption {
    0% {
        margin-left: 120%;
    }

    100% {
        margin-left: -1200px;
    }
}

.powered-by {
    margin: 0;
}

div#captcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ff6633;
    margin-bottom: 20px;
}

img#CaptchaImage {
    height: 35px;
    margin-right: 10px;
}

input#CaptchaInputText {
    width: 25%;
    height: 35px;
}

label.form-check-label.rmbr-label {
    margin: 0;
}

#captcha br {
    display: contents;
}

input#CaptchaInputText, input#CaptchaInputText:focus-visible {
    border-color: #ff6733;
    outline-color: #ff6633;
    border-radius: 10px;
}

.form-check {
    display: flex;
    align-items: center;
}

.errormsg {
    color: red;
    font-size: 12px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

div#forceLoginWrap {
    margin-left: 20px;
}
/*media query css starst*/
@media (max-width:2160px) and (min-width:1600px) {
    .login-colending-wrap .colending-platform, .login-colending-wrap .login-form, .notification-sec.login-colending-wrap {
        height: 40vh;
    }

    img.img-fluid.boblogo {
        width: 250px;
    }
}

@media (max-width:900px) {
    .colending-title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .login-page.colending-login {
        height: inherit;
    }

    .login-colending-wrap .colending-platform, .login-colending-wrap .login-form {
        min-height: inherit;
        height: inherit;
        margin-bottom: 30px;
    }

    .login-form {
        padding: 25px;
    }

    .notification-sec.login-colending-wrap {
        height: inherit;
        margin-bottom: 30px;
    }

    .colending-login-height {
        height: inherit;
    }

    #caption {
        z-index: 2;
    }
}

/*media query css ends*/
div#loginCaptcha a {
    font-size: 10px;
    color: #fff;
    background: #00194c;
    padding: 5px 10px;
    border-radius: 5px;
}

li.headings {
    color: #fff !important
}
