#login_form {
    background: #F4F6F7;
}

.login_main {
    padding: 90px 130px 100px 130px;
    background: #F4F6F7;
    display: flex;
    justify-content: center;
}

.login_main h2 {
    text-align: center;
    font-size: 32px;
    color: #085090;
    font-weight: bold;
    padding-top: 70px;
    padding-bottom: 20px;
}

.login_main .ctt_form {
    background: #FFFFFF;
    width: 700px;
    padding: 0 100px;
}

.right-img {
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

.ctt_input_label {
    display: inline-block;
    width: 70px;
    text-align: right;
    line-height: 60px;
    margin-top: -1px;
}


.input_outer {
    outline: none;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin-bottom: 40px;
}

input.ctt_input {
    outline: none;
    line-height: 60px;
    margin-top: -1px;
}

.more_outer {
    width: 100%;
    height: 60px;
    /*background: #085090;*/
    background: #eee;
    border-radius: 5px;
    color: #333;
    font-size: 24px;
	font-weight: bold;
	border: none!important
}

.ctt_input:focus {
    background: none;
}

.ctt_submit {
    text-align: center;
}

.login_link_outer {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 18px;
}

.login_wx_link_outer {
    padding-top: 50px;
    font-size: 26px;
}

.register_link {
    color: #085090;
}


.forgetbox a {
    font-size: 18px;
}

.resbox{
  display: flex;
  justify-content: space-between;
}

.text-left {

  font-size:18px;
}

@media (max-width: 1024px) {
#login_form {
	background:#ffffff;
}
.login_main {
	background:#ffffff;
}
.login_main h2 {
	margin-top: 0;
}
.text-left {

  font-size:14px;
}
.forgetbox a {
font-size:14px;

}
    .login_main {
        padding: 20px;
    }

    .right-img {
        display: none;
    }

    .login_main .ctt_form {
        padding: 20px;
    }

    .login_main h2 {
        padding-top: 0;
        font-size: 20px;
    }

    input.ctt_input {
        line-height: 44px;
    }
	
	.ctt_input {
		height:auto;
	}
	
	input.ctt_input {
		line-height: normal;
	}
	
    .ctt_input_outer {
        margin-top: 20px;
    }

    .ctt_input_label {
        width: 60px;
        line-height: 44px;
        font-size: 14px;
    }

    .input_outer {
        height: 44px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .ctt_input {
        font-size: 14px;
    }

    .ctt_submit_outer {
        margin: 0 auto;
    }

    .ctt_submit_outer button {
        font-size: 14px;
        line-height: 33px;
        height: 44px;
        width: 100%;
    }

    .login_link_outer {
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .login_wx_link_outer {
        padding-top: 10px;
        font-size: 14px;
    }

    .login_wx_link img {
        width: 70%;
    }
}