* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content {
    /*width: 100%;*/
    /*height: 135px;*/
}

.content {
    width: auto;
    height: 100%;
    position: relative;
    margin: 0 10%;
    display: flex;
    flex-flow: column;
    z-index: 10;
    justify-content: space-between;
}
.center-content{
    display: flex;
    flex-flow: row;
    /*
    margin: 0 15%;
    background: #FFFFFF;
    box-shadow: 3px 10px 40px 10px rgba(162, 187, 208, 0.36);
    border-radius: 4px;
    */
    align-items: center;
}

.back_content {
    float: left;
    /*
    height: 460px;
    width: 50%;
    background: url(images/gathering/bg2.png) no-repeat center center;
    margin: auto;
    background-size: 96%;
    */
    display: flex;
    flex-flow: column;
    height: 380px;
    vertical-align: middle;
    color: #fff;
    padding: 60px;
    justify-content: center;
    margin-right: 40px;
    /*background: rgba(0,0,0,0.5);*/
    border-radius: 5px
}
.span_content{
    font-size: 26px;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: 3px;
    margin-top:-10px;
}

.worldmap_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/gathering/bg1.jpg) no-repeat center center;
}

.login-content {
    float: right;
    width: 440px;
    height: 460px;
    border-radius: 10px;
    color: #333333;
    text-align: center;
    margin: auto;
    background-size: 100%;
    /*margin-right: 0%;*/
    background: white;
    margin-right: 90px;
}


.login-form {
    height: 284px;
    width: 360px;
    position: relative;
    margin: 0 auto;
    top: 10px;
}

.form-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 65px;
    margin-top: 10px;

}

.form-input {
    height: 60px;
    background: #F0F8FF;
    border-radius: 7px 7px 7px 7px;
    width: 90%;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 15px center;
    text-align: left;
    autocomplete: off;
    margin-left: 20px;
}


.form-label {
    font-size: 22px;
    letter-spacing: 16px;
}

.form-input input {
    width: 270px;
    height: 100%;
    margin-left: 46px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 18px;
    border: 0;
    height: 31px;
    margin-top: 14px;
    border-left: 1px solid rgba(204, 204, 204, 1);
    background: #F0F8FF;
    border: none;
}

.username-input {
    background-image: url(images/investment_username.png);
}

.password-input {
    background-image: url(images/investment_password.png);
}

.vcode-input {
    background-image: url(images/investment_vcode.png);
    width: 200px;
    float: left;
}

.vcode-input input {
    width: 120px !important;
    margin-bottom: 30px;
}

.login-btn {
    width: 80%;
    height: 60px;
    background: #388DEE;
    border-radius: 5px;
    border: 0;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
}

.logo-info {
    background: url(images/investment_logo.png) no-repeat;
    padding-left: 90px;
    display: block;
    font-size: 35px;
    font-weight: bold;
    line-height: 65px;
    vertical-align: middle;
    color: #fff;
    margin-top: 15px;
}

.logo-info .other-info{
    font-size: 22px;
    display: block;
    line-height: 22px;
}

.logo-info .main-info{
    font-size: 33px;
    display: block;
    line-height: 45px;
}

.fooder {
    z-index: 11;
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    color: #C9E9FF;
    bottom: 0;
}

.login-error {
    color: #a51313;
}

/**
 * 更改输入框提示颜色
 */
input::-webkit-input-placeholder {
    color: #90989E;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #90989E;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #90989E;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #90989E;
}

/**
 * 浏览器自动填充，设置默认颜色
 */
input:focus:-webkit-autofill,
input:-webkit-autofill {
    -webkit-text-fill-color: #333333 !important;
    -webkit-box-shadow: 0 0 0px 1000px #F0F8FF inset !important;
    transition: background-color 500000s ease-in-out 50000s;
}

/**
 * 浏览器自动填充文本样式
 */
input:-webkit-autofill::first-line {
    font-size: 16px;
}

.pwd-show-toggle{
    width: 20px;
    height: 50%;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    transform: translate(-20%,-70%);
}

.pwd-eye-open{
    background-image: url(images/eye-open.png);
}

.pwd-eye-close{
    background-image: url(images/eye-close.png);
}
