body {
    background: #fff;
}

.login_box {
    padding-top: 1.5rem;
    font-size: 0;
    padding: 1.5rem .35rem;
}

img {
    width: 3.2rem;
    display: block;
    margin: 0 auto;
}

h2 {
    font-size: .32rem;
    text-align: center;
    color: #000;
    margin-top: .25rem;
}

.input_box {
    padding: .32rem 0;
    margin-top: .3rem;
}

.input {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.input label {
    font-size: .27rem;
    color: #444444;
    flex: 0 0 auto;
    padding: .5rem .15rem .15rem 0;
}

.input input {
    flex: 1 1 auto;
    padding: .5rem .3rem .15rem 0;
    font-size: .27rem;
}

.checkbox {
    margin-top: .2rem;
}

.checkbox input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    width: .26rem;
    height: .26rem;
    background: url('../images/checkIco.png') no-repeat no-repeat center center;
    background-size: contain;
    appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
}

.checkbox input[type="checkbox"]:checked {
    background: url('../images/checkedIco.png') no-repeat no-repeat center center;
    background-size: cover;
}

.checkbox label {
    font-size: .25rem;
    color: #4a4a4a;
    display: inline-block;
    vertical-align: middle;
    margin-left: .12rem;
}

.confirm_btn {
    width: 85%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: .3rem;
    color: #fff;
    background: #0099dc;
    border-radius: 3px;
    line-height: .8rem;
    margin-top: .85rem;
}