/*@import "./fonts/notosans/notosans.css";*/
body{
    font-family: "Noto Sans";
    position: relative;
    letter-spacing: 0.2px;
    background: #edf4f9;
}
.fullpage-background-image{
    width: 100% !important;
    margin: 0 auto !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #EDF4F9;
    display: flex;
    align-items: center;
    min-height: auto;
}
body {
    /* background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background: url(../img/other/login-bg.png) no-repeat center center fixed;
    background-size: cover;*/
    min-height: 100vh;
    background: url(../img/NewNakshalogowithnationalemblem.png) no-repeat center fixed;
    background-size: cover;
}
.textCenter {
    text-align: center !important;
}

.textRight{
    text-align: right !important;
}
.mb-16{
    margin-bottom: 16px !important;
}
.mb-24{
    margin-bottom: 24px !important;
}
.mb-28{
    margin-bottom: 28px !important;
}
.mb-0{
    margin-bottom: 0px !important;
}
.mb-4 {
    margin-bottom: 4px !important;
}
.ml-4 {
    margin-left: 4px !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}
.mt-4 {
    margin-top: 4px !important;
}
.mt-8 {
    margin-top: 8px !important;
}
.mt-46{
    margin-top: 46px;
}
.mt-40{
    margin-top: 40px;
}
.mt-8 {
    margin-top: 8px !important;
}
.mt-16 {
    margin-top: 16px !important;
}
.mt-24 {
    margin-top: 24px !important;
}
.mb-18 {
    margin-bottom: 18px !important;
}
.mt-90{
    margin-top: 90px;
}
.mt-65{
    margin-top: 65px !important;
}
.mt-127{
    margin-top: 127px;
}
.mt-27{
    margin-top: 27px;
}
.mb-36 {
    margin-bottom: 36px !important;
}
.mt-36{
    margin-top: 36px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mb-56{
    margin-bottom: 56px;
}
.mt-76{
    margin-top: 76px;
}

.logo-image{
    max-width: 100% !important;
    width: auto !important;
    max-height: 56px !important;
}
.button{
    color: #F9F9F9 !important;
    font-size: 14px;
    line-height: 19px;
    background-color:#2CA58D !important;
}

.ui.text.success{
    color: #008840;
}
.ui.text.warning{
    color: #e55a28;
}
.ui.text.error{
    color:#A80011;
    font-size: 14px;
    display: block;
    margin-top: 8px;margin-bottom: 8px;
}
.ui.text.info{
    color:#024f9d;
}
.hide{
    display: none !important;
}
i.icon.eye.slash:before {
    content: "\f070";
}
.mt-45{
    margin-top: 45px;
}
a{
    color: #024f9d !important;
}
.registerLink{
    color: #024f9d;
    font-weight: bold;
    text-decoration: underline;
}
.registerLink:hover,
.registerLink:focus{
    font-weight: bold;
    outline:none;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}
.ui.blue.button{
    box-shadow: 0 0 0 1px #024f9d inset!important;
}
.smsinput{
    letter-spacing: 3px;
}

.height-fix{
    min-height:90vh;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.cursor-pointer {
    cursor: pointer
}


.width-100 {
    width: 100%;
}

/* new layout */
#kc-form-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 32px;
    background: #edf4f9;
}
.container-wrapper {
    max-width: 328px;
    width:100%;
    margin:0 auto;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.remember-forgot-row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.forgot-password {
    font-size:11px;
    color:#333;
}
.forgot-password:hover {
    color:#024f9d;
    text-decoration: underline;
    cursor: pointer;
}
.signInHead {
    color: #024F9D;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}
p.subtitle {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}
.sb-btn-primary:hover {
    background-color: #002e50;
}
.sb-btn-primary {
    border-color: #024f9d;
    background-color: #024f9d;
    color: white;
}
.sb-btn-normal {
    padding: 8px 16px;
    height: 36px;
    font-size: 12px;
}
.sb-btn {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    display: inline-block;
    border: 1px solid;
    color: #fff;
    cursor: pointer;
    min-width: 64px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    text-transform: inherit;
    text-decoration: none;
}
.btn-signInWithGoogle {
    background: #0B51C1;
    border: #0B51C1;
}
.mb-16 {
    margin-bottom: 16px !important;
}
.sb-btn-primary {
    border-color: #024f9d;
    background-color: #024f9d;
    color: white;
}
.signInWithGoogle {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 34px;
}
.sb-btn-outline-gray {
    background-color: #fff;
    color: #024f9d;
    border-color: #999;
}
.width-100 {
    width: 100%;
}
.mt-24 {
    margin-top: 24px !important;
}
.field {
    clear: both;
    margin: 0 0 1em;
}
.mb-8 {
    margin-bottom: 8px !important;
}

.signUpMsg {
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    /* margin-top: auto !important; */
    margin-bottom: 10px !important;
}
.registerLink {
    color: #024f9d;
    font-weight: bold;
    text-decoration: underline;
}
.my-16 {
    margin: 16px 0 !important;
}
.textCenter {
    text-align: center !important;
}
.or {
    color: #4E5255;
    background-image: linear-gradient(#ccc, #ccc), linear-gradient(#ccc, #ccc);
    background-size: 45% 1px;
    background-position: center left, center right;
    background-repeat: no-repeat;
    font-weight: 700;
    font-size: 12px;
    opacity: 50%;
}
.forgetPasswordLink:hover, .forgetPasswordLink:focus {
    color: #002e50;
    outline: none;
    cursor: pointer;
    /* font-weight: bold; */
}
.forgetPasswordLink {
    color: #024f9d;
    font-size: 12px;
    line-height: 17px;
    float: right;
}
.remberLink{ font-size: 12px;
    line-height: 17px;}

@media screen and (min-width: 768px) {
    body{
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 100vh;
        background: url(../img/other/login-bg.png) no-repeat center center fixed;
        background-size: cover;

    }
    .fullpage-background-image{
        max-width: 1008px !important;
        width:100%;
        padding: 40px !important;
        /* box-shadow: 0 2px 16px 0 rgba(0,0,0,0.2) !important; */
        border-radius: 8px !important;
        min-height: 600px;
    }
    #kc-form-wrapper {
        height: 100vh;
        padding: 32px;
        background: none;
    }
    .container-wrapper {
        min-height: auto;
    }
}


.header-img img {
width:200px;
}