
.part1 {
    height: 100%;
    width: 100%;
    background: url("../images/login/btn_bkgd.png") no-repeat;
    background-size: 100% 100%;
}

.part1 .login_logo {
    margin-top: 15%;
    width: 12rem;
    height: 12rem;

}

input[type="text"]:before {
    content: attr(placeholder);
}



.login {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.login div {
  display: flex;
    align-items: center;
    width: 18rem;
    margin-top: 2rem;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    height: 3rem;
}
.login  label {
    white-space:nowrap;
  font-size: 2rem;
    margin-left: 1rem;
    color: #FFFFFF;
}
.login input:-webkit-autofill {
    border:none;
    font-size: 2rem;
    color: #FFFFFF;
    width: 60%;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #ededed !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

.login input {
    margin-left: 1rem;
    border:none;
    font-size: 2rem;
    color: #FFFFFF;
    width: 70%;

background-color: transparent;
}

.login select {
    color: darkgrey;

}

.login #hist {
    border-radius: 4px;
    border: 1px solid #c8cccf;
    margin-top: 10%;
    width: 100%;
    font-size: 1.0rem;
    padding: .4rem;

}

.login button {
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    padding: .5rem 0 .5rem 0;
    margin: 2rem 10% 0 10%;
    width: 80%;
    font-size: 1.5rem;
    background-size: auto 100%;
    background: url(../images/login/btn_bkgd.png);
    color: #FFFFFF;
}

input::-webkit-input-placeholder { /* WebKit browsers */

    color: darkgrey;

}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

    color: darkgrey;

}

input::-moz-placeholder { /* Mozilla Firefox 19+ */

    color: darkgrey;

}

input:-ms-input-placeholder { /* Internet Explorer 10+ */

    color: darkgrey;

}

.login .login_btn {

    width: 90%;
    margin-top: 10%;
    font-size: 1.4rem;
    background: #5289F4;
    border-radius: .2rem;
}

.container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0 0;
    box-sizing: border-box;
}
@charset "utf-8";
html, body {
    height: 100%;
    width: 100%;
    color: #505050;
    font-size: 16px;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-touch-callout: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 14px \5b8b\4f53, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, 'Hiragino Sans GB';
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
}

/*闃绘鏃嬭浆灞忓箷鏃惰嚜鍔ㄨ皟鏁村瓧浣撳ぇ灏�*/
textarea {
    resize: none;
}

/*鍙栨秷鎸夐挳鍦╥nphone涓婄殑榛樿鏍峰紡*/
input[type=button] {
    -webkit-appearance: none;
    outline: none
}

input::-webkit-input-placeholder {
    color: #F0F0F0;
}

textarea::-webkit-input-placeholder {
    color: #F0F0F0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

fieldset, img {
    border: none;
}

abbr, acronym {
    border: none;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

ins, a, a:hover {
    text-decoration: none;
}

a:focus, *:focus {
    outline: none;
}

/*flex*/
.col {
    height: 100%;
    display: -webkit-flex; /* Safari */
    display: flex;
}

.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.flex2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}

.flex3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}

