﻿/* 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: #979797;
    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: 85px;
    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:calc(100vh - 80px);
    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: 30px;
    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(50% - 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;
    }
   
    .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;
    }
}
/*mediaquery css ends*/