@CHARSET "UTF-8";

body {
    color: #959595;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.upper {
    margin-bottom: 30px;
}

.upper em {
    width: 32px;
    height: 32px;
}

.upper > p {
    text-align: center;
}

.upper .title1 {
    color: #484949;
    font-size: 23px;
    margin: 10px 0;
}

.span-welcome {
    width: 128px;
    height: 32px;
    font-size: 24px;
    text-align: left !important;
    color: white;
    margin-bottom: 55px;
}

#content {
    display: flex;
    flex-direction: column;
}

#submit_from {
    position: absolute;
    right: 12%;
    display: flex;
    width: 500px;
    height: 440px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    background: #2b368027;
    border-radius: 10px;
}

#content .main {
    display: flex;
    margin-right: 10px;
    margin-left: 1180px;
}

#content .main .input {
    display: flex;
    flex-direction: row;
    margin: 0 20px 24px 20px;
    border: 1px solid transparent;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.199);
    width: 350px;
    height: 48px;
    background: none;
    border-radius: 0px;
    transition: .4s ease-in;
}

#content .main .input:hover {
    box-shadow: 0px 0px 4px white;
    transition: .4s ease-in;
}


#content .main .input input {
    float: left;
    outline: none;
    width: 350px;
    background-color: transparent;
    height: 48px;
    box-sizing: border-box;
    font-size: 18px;
    padding-left: 14px;
    border: none;
    color: white;
}

input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.295);
    font-size: 13px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: none;
}

#content .main .input input:hover {
    outline: none;
    border: none;
}

#content .main .input input:focus {
    border: none;
    outline: none;
}

.icon_img {
    width: 18px;
    height: 18px;
    margin: 14px;
}

#content .main .loginbutton {
    width: 350px;
    height: 48px;
    background: #008aff;
    border: none;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    line-height: 44px;
    color: #fff;
}


#content .main .p {
    width: 100%;
    float: left;
    margin-top: 20px;
}

/*底部样式*/
#bottom {
    position: absolute;
    bottom: 20px;
    width: 1240px;
    margin-left: -335px;
}

#bottom .btns {
    width: 512px;
    height: 18px;
    margin: 0 auto;
    padding-bottom: 5px;
}

#bottom .btns a {
    float: left;
    margin-right: 74px;
    color: #4f4f4f;
    font-size: 18px;
    line-height: 18px;
}

#bottom .btns a:hover {
    text-decoration: underline;
}

#bottom .by {
    float: left;
    margin-top: 12px;
    color: #959595;
    font-size: 12px;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    margin-left: -90px;
}

#bottom .by a {
    color: #959595;
    font-size: 12px;
}

#bottom .by a:hover {
    text-decoration: underline;
}

.disabled {
    cursor: default;
}

.errorTip {
    color: red;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}

.btnDv {
    float: right;
    margin-top: 4px;
}



