﻿html, body {
    height: 100%;
    background: #fff;
    font-family: "Poppins", 'OpenSans-Regular'!important;
}

.login_page {
    width: 100%;
    float: left; /*background: #cadcec;*/
    padding: 10px 0; /*height:100%;*/
}

.loginSection {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0;
    box-shadow: 6px 2px 18px #989898;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

/*.login-bg{ background: linear-gradient(#12d1d5, #5587e7);}*/
.login-bg {
    background: #5587e7;
}


/*.flexbox-container{display: flex; align-items: center; justify-content: center; height: 100%;}
.whiteBg{background: #fff; width: 100%; float: left;}*/



.height_fixed {
    height: 100%;
}

.imgFxed img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.loginForm img {
    margin: 0 0 26px;
    width: 100px;
}

.loginForm h4 {
    color: #2c3e50;
    font-size: 25px;

}

.loginForm p {
    color: #92a3b5;
    font-size: 14px;
    margin: 0 0 20px;
}


.form-Design .input-group-addon {
    padding: 0;
    background: none;
    border-top: none;
    border-left: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}



.form-Design .form-group {
    margin: 0 0 15px;
}

@media (max-width: 991px) {
    .form-Design {
        width: 95%;
        margin: 0 auto;
    }

    .imgFxed {
        display: none;
    }

    .loginForm img {
        margin: 0;
        width: 30%;
    }

    .form-Design a {
        display: block;
        text-align: center;
        float: none !important;
    }
}

@media (max-width: 768px) {
    .form-Design {
        width: 95%;
        margin: 0 auto;
    }

    .imgFxed {
        display: none;
    }

    .loginForm img {
        margin: 0;
        width: 30%;
    }

    .form-Design a {
        display: block;
        text-align: center;
        float: none !important;
    }
}

#pswd_info {
    position: absolute;
    right: 55px;
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    height: auto;
    z-index: 2;
    font-weight: normal;
}

    #pswd_info h5 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
    }

    #pswd_info::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

.invalid {
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

#pswd_info {
    display: none;
}


/*New CSS*/

.login-container {
    background-color: #fff;
    height: 100vh;
}

.login-img-area {
        background-color: #00090d;
    height: 100vh;
    overflow: hidden;
    /*background: radial-gradient(ellipse at center, #4e65ae 0%,#223f9a 100%);*/
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login-img-area img {
        width: 500px;
    }

.login-form-area {
    text-align: center;
}

.login-com-logo {
    margin-bottom: 30px;
    margin-top: 40px;
}

    .login-com-logo img {
        width: 150px;
    }

.login-heading {
        margin-bottom:25px;
}


    .login-heading h4 {
        color: #0b7cc2;
        font-size: 28px;
        margin-bottom: 0px;
    }

    .login-heading h2 {
        color: #223f9a;
        font-size: 34px;
        margin-bottom: 0px;
        font-weight: 600;
    }

.form-Design {
    width: 65%;
    margin: 0 auto;
    text-align: left;
}

    .form-Design label {
        font-size: 12px !important;
        color: #323a40 !important;
        font-weight: 600 !important;
    }

    .form-Design .form-control {
        background: none;
        border: 1px solid #c1c1c1;
        box-shadow: none;
        border-radius: 10px !important;
        padding: 10px;
        font-size: 16px !important;
        height: 40px;
        color: #323a40;
    }

        .form-Design .form-control:focus {
            color: #323a40;
            background-color: #fff;
            border-color: #c1c1c1 !important;
            outline: 0;
            box-shadow: none !important;
        }

        .form-Design .form-control::placeholder {
            color: #bdc0c3;
            opacity: 1;
        }

    .form-Design .form-fild {
        position: relative;
    }

    .form-Design .form-fild {
        position: relative;
    }

        .form-Design .form-fild .form-control-icon {
            position: absolute;
            right: 15px;
            top: 8px;
        }

    .form-Design i {
        color: #323a40;
        font-size: 18px;
    }

 .forgot-password a {
    text-decoration: none;
    font-size: 12px;
    color:#223f9a !important;
        font-weight: 600;
}
 .pull-right{
     float:right;
 }


.form-Design .btn {
    background: #223f9a;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 10px 15px;
    width: 100%;
    border-radius: 10px;
}

.login-unlock{
    font-size:15px;
    color:#d7a103;
    text-align:center;
}
.login-unlock a{
    font-size:15px;
    color:#d7a103 !important;
}

.Copyright{
    font-size:12px;
    color:#323a40;
    text-align:center;
    font-weight:600;
    margin-top:30px;
}

.single-sign label{
    margin-bottom:0 !important;
}