/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    color: #333333;
    color: #fff;
    position: relative;
}

.main_wrapper_New {
    /* max-width: 100%; */
    /* margin: 0 auto !important; */
    width: 100% !important;
    /* text-align: center !important;
    display: flex !important;
    justify-content: center !important; */
    float: left;
}

.main_wrapper_New {
    /* width: 987px;
    margin: 0 auto; */
}

.login_logo {
    width: 250px;
    height: 67px;
    padding: 25px 0 0;
    margin: 103px 0 23px 110px;
}

    .login_logo a {
        background: url(../images/main_logo.png) no-repeat;
        display: block;
        width: 250px;
        height: 67px;
        margin: 0;
    }

.clear {
    clear: both;
}

.full_width_div {
    /* background: url(../images/login_bg.png) repeat-x;*/
   
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
}

.login-pg h1 {
    font-size: 16px;
    margin: 0 0 18px 0;
    color: #454F63;
    font-weight: normal;
}

.main_div {
    width: 100%;
    /* margin: 0 auto; */
    position: relative;
    float: left;
}

.login_form {
    float: left;
    padding: 81px 10px;
    width: 83%;
    margin: 0px 0px 0px 5px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    height: auto;
}

.loading_div {
    /*border-right: 1px solid #79b0ce;*/
    float: left;
    height: 170px;
    padding: 0;
    position: absolute;
    left: -42px;
    color: #eee;
    top:26px;
}

    .loading_div h3 {
        font-size: 20px;
        font-weight: normal;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        transform: rotate( 270deg );
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        color: #82909B;
    }

.login-pg .form {
    width: 370px;
    padding: 8px 0px 0px 20px;
    position: relative;
    top: 20%;
    left: 9%;
    float:left;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}
input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 50px white inset;
}

.login-pg .forgot-paswrd {
    width: 100%;
    float: left;
    text-align: right;
    margin-bottom:45px;
}

.login-pg .form h5 {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #666666;
    font-weight: normal;
}

.form div {
    width: 100%;
    float: left;
    padding: 4px 0px 4px;
    margin: 2px 0px;
    position: relative;
}



.form div label {
    font-size: 12px;
    display: block;
    color: #333333;
    font-weight: normal;
}

    .form div input[type="text"] {
        width: 100%;
        margin: 0px;
        padding: 4px 5px;
        border: 1px solid #eee;
        margin: 2px 0px 0px 0px;
        color: #333;
        box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
        height: 48px;
        line-height: 48px;
        background: transparent;
        box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*border: none !important;*/
    -webkit-text-fill-color: inherit !important;
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
    transition: background-color 5000s ease-in-out 0s;
    border-radius:5px;
}

.btn-lgn {
    height: 44px;
}


    .form div input[type="password"] {
        width: 100%;
        margin: 0px;
        padding: 4px 5px;
        border: 1px solid #eee;
        margin: 2px 0px 0px 0px;
        color: #333;
        box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
        height: 48px;
        line-height: 48px;
        background: transparent;
        box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    }

        .form div input[type="button"] {
            background: url(../images/login_btn.png) no-repeat;
            width: 72px;
            height: 26px;
            font-size: 15px;
            color: #fff;
            border: none;
            cursor: pointer;
            padding: 3px 0px 5px;
        }

            .form div input[type="button"]:hover {
                opacity: 0.5;
            }

        .form div input[type="submit"] {
           /* background-color:#000;
            width: 100%;
            height: 26px;*/
            font-size: 15px;
            color: #fff;
            border: none;
            cursor: pointer;
            padding: 4px 10px;
        }

            .form div input[type="submit"]:hover {
                opacity: 0.5;
            }

    .form div a {
        font-size: 14px;
        color: #4DC0EF;
        text-decoration: underline;
        padding: 0px;
        margin: 0px 0px;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration:none;
    }

/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}*/

            .form div a:hover {
                text-decoration: none;
            }

.banner_login {
    bottom: 0;
    float: right;
    position: absolute;
    right: 70px;
    top: 0;
    float: right;
}

    .banner_login img {
        width: 323px;
        height: 493px;
        margin: 101px 0 0;
    }
