.logoContainer {
    margin: 0.33rem auto 0rem auto;
}
.titleContainer {
    width: 100%;
    text-align: center;
}

#bindAccountForm {
	width: 2.5rem;
	margin: 0 auto;
}


.phoneNumContainer {
	margin-top: 0.3rem;
}
.passwordContainer {
	margin-top: 0.18rem;
}
.errorTipContainer {
	height: 0.15rem;
    text-align: center;
    color: red;
}
.bindButtonContainer {
    text-align: center;
}
.bindButton {
    width: 2rem;
  height: 0.6rem;
}
