*::-webkit-input-placeholder
{
    color: #A9A9A9;
    font-weight: 500;
}

*:-moz-placeholder
{
    color: #A9A9A9;
    font-weight: 500;
}

html
{
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#7FDADB), color-stop(40%,#EFE8CB), color-stop(40%,#EFE8CB)) no-repeat; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7FDADB 40%,#EFE8CB 40%,#EFE8CB 40%) no-repeat; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7FDADB 40%,#EFE8CB 40%,#EFE8CB 40%) no-repeat; /* Opera 11.10+ */
}

#login_1
{
    width: 100%;
    height: 300px;
    margin: auto;
    padding-top: 40px;
    text-align: center;
}

#login_2
{
    width: 100%;
    height: 300px;
    margin: auto;
    padding-top: 12px;
    text-align: center;
}
#login_3
{
    width: 100%;
    height: 300px;
    text-align: center;
}
#login_3 ul
{
    width: 50%;
    margin-left: 25%;
    display: block;
    background-color: white;
    border-radius: 10px;
    max-height: 100%;
    overflow: scroll;
}
#login_3 li
{
    list-style: none;
    line-height:30px;
    border-bottom: 1px solid #e6e6e6;
}
#login_3 li:first-child
{
    background-color: #5e9cf9;
    font-size:20px;
    color: white;
}

.logo_div
{
    width: 100%;
    margin: auto;
    height: 60px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.login_frame_div
{
    width: 72%;
    max-width: 350px;
    /* height: 184px; */
    margin: auto;
    background: #fff;
    border: 1px solid #c4c4c4;
    padding: 16px 0;
}

.login_frame_div_2
{
    /* height: 212px;  */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}

.input_text
{
    width: 85%;
    height: 45px;
    -webkit-box-sizing: border-box;
    line-height: 45px;
    padding: 0 0 0 35px;
    border: 0px;
    font-size: 1.1em;
    color: #000;
    font-weight: 500;
}

.input_text:focus
{
    outline: none;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset, 0 2px 7px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset, 0 2px 7px 0 rgba(0,0,0,.1);
    border-bottom-color: #fff !important;
}

#logo
{
    margin-top: 20px;
    max-width: 66%;
}

#usename
{
    background: url(../images/usename2.png) no-repeat;
    background-size: 28px 23px;
    background-position: left center;
    margin-top: -15px;
    border-bottom: 1px solid #c4c4c4;
}

#pwd
{
    background: url(../images/pwd2.png) no-repeat;
    background-size: 28px 23px;
    background-position: left center;
    border-width: 0 1px 1px 1px;
}

.login_button
{
    width: 72%;
    max-width: 350px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: auto;
    margin-top: 20px;
    color: #fff;
    font-size: 1.6em;
    font-weight: 600;
    background: #EC7070;
    border: 1px solid #E54B59;
}

.login2_title
{
    margin-top: 40px;
    height: 60px;
    text-align: center;
    color: #2E7B7C;
}

.select_div
{
    width: 80%;
    -webkit-box-sizing: border-box;
    padding-left: 73px;
    height: 40px;
    margin: auto;
    position: relative;
}

 

.title_p
{
    width: 68px;
    height: 39px;
    display: block;
    line-height: 40px;
    position: absolute;
    top: 5px;
    left: 0px;
    font-size: 1.1em;
    text-align: right;
    padding-right: 5px;
    color: #A9A9A9;
    border: 0px;
    border-bottom: 1px solid #c4c4c4;
    font-weight: 500;
}

.title_p1
{
    background: url(../images/company.png) no-repeat;
    background-size: 28px 23px;
    background-position: left center;
}

.title_p2
{
    background: url(../images/brand.png) no-repeat;
    background-size: 28px 23px;
    background-position: left center;
}

.title_p3
{
    background: url(../images/usename2.png) no-repeat;
    background-size: 28px 23px;
    background-position: left center;
}

.selectbox
{
    width: 100%;
    height: 40px;
    font-size: 1.0em;
    margin-top: 5px;
    border: 0px;
    border-bottom: 1px solid #c4c4c4;
    -webkit-border-radius: 0;
    background: #FFF url(../images/arrow2.png) no-repeat;
    -webkit-background-size: 12px 12px;
    background-position: 98% center;
    -webkit-appearance: none;
}

.selectbox3
{
    border-bottom-width: 1px;
}

#pwd2
{
    width: 80%;
    height: 40px;
    margin-top: 5px;
    border: 0px;
    border-bottom: 1px solid #c4c4c4;
    background: url(../images/pwd2.png) no-repeat;
    background-size: 28px 23px;
    background-position: left center;
}

.re_login
{
    width: 48px;
    height: 40px;
    float: left;
    left: 4px;
    position: absolute;
    background: url(../images/return2.png) no-repeat;
    background-position: center center;
    background-size: 48px 30px;
}

.login_button2
{
    margin-top: 50px;
}

.inputtext {
    width: 66%;
    height: 40px;
    margin-top: 5px;
    border: 0px;
    border-bottom: 1px solid #c4c4c4;
    background:url(../images/usename2.png)  no-repeat;
    background-size: 28px 23px;
    background-position: left center;
    padding: 0 0 0 35px;
    font-size: 1.1em;
}

.per_text
{
    width: 68%;
    height: 40px;
    margin-top: 5px;
    border: 0px;
    border-bottom: 1px solid #c4c4c4;
    background: url(../images/usename2.png) no-repeat;
    background-size: 28px 23px;
    background-position: left center;
    line-height: 45px;
    padding: 0 0 0 35px;
    font-size: 1.1em;
    color: #000;
    font-weight: 500;
}
#translateSelectLanguage
{
    width: 100%;
    height: 40px;
    font-size: 1.0em;
    margin-top: 5px;
    border: 0px;
    border-bottom: 1px solid #c4c4c4;
    -webkit-border-radius: 0;
    background: #FFF url(../images/arrow2.png) no-repeat;
    -webkit-background-size: 12px 12px;
    background-position: 98% center;
    -webkit-appearance: none;
}