﻿/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

input {
    border: 1px solid #b0b0b0;
    padding: 3px 5px 4px;
    color: #00194c;
    width: 190px;
    opacity: 1 !important;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}
/*reset css ends*/
/*custom css starts*/
@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'), url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('fonts/poppins-medium-webfont.woff2') format('woff2'), url('fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'poppinsregular';
    font-size: 12px;
}

a.navbar-brand {
    width: 130px;
    padding: 0;
}

    a.navbar-brand img {
        padding: 8px;
        background: #fff;
    }

.btn.btn-primary {
    margin: 1rem 0;
    padding: 5px 1rem;
    border-color: transparent;
}

.form-control {
    font-size: 12px;
    padding: 6px;
    border-radius: 10px;
}

    .form-control:focus {
        box-shadow: none;
    }

.input-group-text .fa {
    width: 20px;
}

input[type=checkbox], input[type=radio] {
    width: auto;
}

.input-group-text {
    margin: 0;
}

.form-check-input {
    margin-top: .1rem;
}

.fixHeight {
    height: 100vh;
    align-items: center;
    display: flex;
}

.margin-top {
    margin-top: 1rem;
}

.remove-margin-top {
    margin-top: 0 !important;
}

.form-text {
    margin-bottom: .2rem;
}

.forgot-btn {
    font-weight: 600;
    text-align: right;
    display: flex;
    text-decoration: underline;
}

button.btn.btn-secondary {
    padding: .375rem .75rem;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
}

.footer {
    position: fixed;
    bottom: 0;
    z-index: 2;
    right: 0;
}

.powered-by {
    width: 70px;
    border: 1px solid #f1f1f1;
    padding: 5px;
    margin: 10px;
    background: #fff;
}

.forgot-btn {
    margin-left: 10px;
}

.register-btn {
    font-weight: 600;
    text-decoration: underline;
    transition: 0.4s all ease;
}

.notifications {
    margin-bottom: 1rem;
}

ul.disc {
    list-style-type: disc;
    margin-left: 15px;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}

    h2::after {
        position: absolute;
        bottom: -5px;
        content: "";
        width: 100%;
        height: 3px;
        left: 0;
    }

.btn.btn-primary {
    font-size: 12px;
}

.remove-margin {
    margin: 0 !important;
}

.notifications {
    margin-bottom: 1rem;
    padding: 15px;
    margin-top: 1rem;
    border-radius: 10px;
}

li.headings {
    font-family: 'poppinsmedium';
    letter-spacing: 1.5px;
    list-style-type: none;
    color: #ff8500;
    margin-bottom: 10px;
    font-weight: 600;
}

}

.errormsg {
    color: red;
}
/*custom css ends*/
/*loginscf css starts*/

.margin-top-large {
    margin-top: 1rem;
}

button#loginSubmitBtn, button#loginRedirectBtn {
    margin: 0;
    width: calc(30% - 10px);
    margin-right: 10px;
}

.wrap-loginscf {
    background: url(../images/loginbg-KF.svg) no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center;
}

    .wrap-loginscf .fixHeight {
        height: 100vh;
    }

.notifications {
    width: 70%;
    margin: 0 auto;
}

/*loginscf css ends*/
/*mediaquery css starst*/
@media (max-width:900px) {
    .fixHeight {
        height: auto;
    }

    .footer {
        position: inherit;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 50px
    }

    .column-reverse {
        flex-flow: column-reverse;
    }

    .box-layout {
        background: #fff;
        border-radius: 30px 30px 0 0;
        padding: 30px 15px;
    }

    button.btn.btn-secondary {
        margin-bottom: .5rem;
    }

    .svg-img {
        padding: 20px 0;
    }

    .powered-by {
        margin: 0;
        width: 120px;
    }
}
/*mediaquery css ends*/
.choices {
    width: calc(100% - 46px);
}

.choices__list--multiple .choices__item {
    background-color: #ff8500;
    border: 1px solid #ff8500;
}

.choices__inner {
    min-height: auto;
    vertical-align: middle;
    padding: 0;
    font-size: 12px;
}

.choices__list--multiple .choices__item {
    margin-bottom: 0;
    margin: 5px 2px;
}

.choices__input {
    font-size: 12px;
}

.nav-tabs {
    margin-bottom: 20px;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #00194c;
    }

.nav-link:focus, .nav-link:hover {
    color: #ff8500;
}

div#loginCaptcha a {
    font-size: 10px;
    color: #fff;
    background: #00194c;
    padding: 5px 10px;
    border-radius: 5px;
}

input#CaptchaInputText {
    width: 25%;
    height: 35px;
}

div#loginCaptcha br {
    display: none;
}

.login-screen-img img {
    height: 80vh;
    margin: 20px 0
}

.error-img img {
    margin: 0 auto;
    height: 50vh;
    display: block;
}

.svg-img.mbl-view {
    display: none;
}

small#btns {
    display: block
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#status {
    width: 100px;
    height: 100px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    background-image: url('../images/loader.gif');
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.input-group-text {
    padding: 10px;
}

input#Email {
    margin: 0;
    padding: 10px;
}
.nav-logo  img{
    width: 100px;
    margin: 10px 0;
}
.resettitle {
    text-align: center;
    color: #00194c;
    display: block;
    width: 100%;
    margin: 30px 0 !important;
    font-size: 20px;
}
form#resetPasswordForm {
    box-shadow: 0 0 2px 2px #f1f1f1;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
}
.pagecenter{
    min-height:calc(100vh - 100px);
    display:flex;
    align-items:center;
    flex-direction:row
}
div#forgotPassCaptcha {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px
}

input#CaptchaInputText {
    width: 25%;
    height: 35px;
    margin: 10px 10px;
    border-radius: 10px;
}

div#forgotPassCaptcha a {
    margin: 10px;
}

div#forgotPassCaptcha br {
    display: contents;
}
.input-group-text {
    display: block;
}
