﻿
body,
html {
    position: relative;
    height: auto !important;
    background: #fff !important;
    color: #505458;
}

.loginsec {
    /*background-color: #0A194E;
    height: 100vh;*/
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

/*.loginsec .container {
    position: relative;
    z-index: 50;
}*/

.MaincontentBox {
    background-color: #fff;
    display: flex;
    /*border-top-right-radius: 10px;
    height: 100%;
    padding: 50px 30px 50px 30px;*/
    padding-bottom: 50px;
}

.login-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-topbar .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.login-topbar .navbar ul li {
    margin-left: 15px;
}
.login-topbar .navbar ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    color: #0b2341;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 600;
    text-transform: uppercase;
}

.login-topbar .navbar ul li a img {
    width: auto;
    margin-right: 10px;
}

/*.lft-box {
    background-color: #fff;
    box-shadow: 0 9px 11px rgba(0,0,0,16%);
    background-color: #fff;
    width: 80%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    height: 100%;
}

.MaincontentBox:before {
    content: '';
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 356px;
    display: block;
    position: absolute;
    bottom: 0;
    left: -50%;
    z-index: 2;
}*/

.login-topbar img {
    width: 15%;
}

.login-detail h2 {
    color: #0A194E;
    font-size: calc(20px + (42 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    padding: 30px 0 0;
}

.login-detail p {
    color: #000;
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 300;
}

.login-screen {
    box-shadow: 0px 2px 5px rgba(0,0,0,51%);
    border-radius: 10px;
    overflow: hidden;
    background-color: #FDFDFE;
    position: relative;
    /*padding-top: 80px;*/
}

.pannel {
    margin-bottom: 20px;
}

.login-screen .form-area {
    background-color: #0A184A;
    padding: 35px 25px;
    position: relative;
    display: flex;
    flex-direction: column;
}

    .login-screen .form-area .form-control {
        margin-bottom: 20px;
        background-color: #202E4E;
        color: #728395;
        border-radius: 0;
        border: 0;
    }

        .login-screen .form-area .form-control::placeholder {
            color: #728395;
        }

    .login-screen .form-area .forgot {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: #728395;
        margin-top: 20px;
        text-decoration: underline !important;
    }


.login-top {
    /*background: #017EFA;
    position: absolute;
    top: 0;
    left: 0;*/
    padding: 25px;
}
    /*.login-top::after {
    position: absolute;
    left: 0;
    top: -62px;
    background-color: #017EFA;
    pointer-events: none;
    width: 250px;
    height: 250px;
    border-radius: 0 0 280px 0;
    content: '';
}*/
    .login-top h4 {
        font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 600;
        color: #0A184A;
        position: relative;
        z-index: 2;
        margin: 0;
    }


@media (max-width: 1280px) {
    .footer {
        position: relative;
        margin-top: 30px;
    }
}


@media (max-width: 991px) {
    .lft-box {
        box-shadow: none;
    }

    

    .loginsec {
        height: auto;
        position: relative;
    }

    .login-topbar img {
        width: 25%;
    }

    .MaincontentBox {
        padding: 30px 30px 0 30px
    }
}

@media (max-width: 575px) {
    .login-topbar img {
        width: 50%;
    }

    .login-top {
        padding: 25px;
    }
    .login-topbar nav {
        display: none;
    }
    /*.login-screen {
        padding-top: 100px;
    }*/
}
