body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: url("../images/backgroup3.jpg");
    background-size: 100%;
    background-repeat: round;
}

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.top-icon {
    margin-top: 2%;
    margin-left: 3%;
    max-height: 60px;
}

.top-icon img {
    width: 30%;
    height: 100%;

}

.login-box {
    flex: 1;
    padding: 0 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10%;
}

.input-box {
    width: 400px;
    height: 300px;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    font-size: 14px;
}

.logo-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo-box img {
    width: 50%;
}

#loginForm {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.input-item {
    margin-bottom: 2%;
    width: 100%;
    display: flex;
    align-items: center;
}

.input-item .title {
    font-size: 20px;
    color: #2c54b6
}

.input-item input {
    flex: 1;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left: 20px;
}

.input-item input[type="button"] {
    height: 42px;
    cursor: pointer;
    font-size: 15px!important;
}

.input-item .textbox {
    flex: 1;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.textbox-addon {
}

#verifyBtn,
#loginButton {
    background: #2c54b6;
    color: #fff;
    font-size: 18px;
}

#backTo_btn {
    font-size: 18px;
}

.shortMsg-btn {
    height: 40px;
    padding: 0 5px;
    background: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-left: 10px;
    color: #2c54b6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-content {
    height: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.icon-user {
    background-size: 20px 20px;
}

.icon-pwd {
    background-size: 24px 24px;
}

/* chrome */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px white inset;
    box-shadow: 0 0 0px 100px white inset;
}

input {
    filter: none !important;
}

.verify-tips.err-bg {
    box-sizing: border-box;
    padding-left: 10px;
}