.PC-page {
	min-width: 1280px;
}

.allContainer {
	min-height: 100vh;
	background-image: url(../img/register-bg.JPG);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.mainContainer {
	/* width: 450px; */
	min-width: 400px;
	min-height: 420px;
	-ms-flex-item-align: center;
	 align-self: center;
	margin-right: 10%;
	background: #fff;
	-webkit-box-shadow: 2px 2px 5px #646464;
	box-shadow: 2px 2px 5px #646464;
	border-radius: 20px;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.text-center {
	text-align: center;
}

.title {
	margin-top: 20px;
	color: #246ffb;
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
}

.secTitle {
	margin-top: 10px;
	font-size: 20px;
	color: #717171;
}

.login-center {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}
.formTitle {
    padding: 5px 0;
    font-size: 16px;
    color: #585858;
}
.inputSpec{
    height: 50px;
    margin-top: 3px;
    padding: 5px 4px;
    font-size: 30px;
}
.ivu-input-wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: middle;
    line-height: normal;
}

.ivu-input {
    display: inline-block;
    width: 92.5%;
    height: 32px;
    line-height: 1.5;
    padding: 4px 7px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    color: #515a6e;
    background-color: #fff;
    background-image: none;
    position: relative;
    font-size: 16px;
    cursor: text;
}


.ivu-input-wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: middle;
    line-height: normal;
}

.ivu-row, .ivu-row:after, .ivu-row:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ivu-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.inputCap {
    width: 200px;
    height: 50px;
    margin-top: 3px;
    padding: 5px 4px;
    font-size: 30px;
}
.captchaImage {
    margin-left: 30px;
    margin-top: 10px;
    border-radius: 4px 4px 4px 4px;
    height: 38px;
}
.text-center {
    text-align: center;
}

.loginButton {
    border: none;
    background-color: #246ffb;
    width: 130px;
    margin: 20px 0 0 0;
}
.checked {
    background: #246ffb;
    color: #fff;
}
.checkButton {
    cursor: pointer;
    width: 200px;
    height: 40px;
    display: inline-block;
   color: #fff;
    border: 1px solid #e8ecef;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin: 5px 5px 5px 0;
}

.getCode, .getCodeDis {
  
    margin: auto;
    margin-top: 11px;
    margin-left: 15px;
    display: inline-block;
    height: 34px;
    position: relative;
}
.getCode {
    font-size: 16px;
    padding-top: 0;
}
.checked {
    width: 130px;
    background: #246ffb;
    color: #fff;
   
}
.login-code-img{
	cursor: pointer;
    vertical-align: middle;
}