#resetPasswordModal .modal-dialog{
	top:15%;
}

#resetPasswordModal .modal-content{
	width: 480px;
	height: 380px;
	margin:0 auto;
}


#resetPasswordModal .modal-body{
	padding: 0px 30px;
}

#resetPasswordModal .modal-header{
	color: rgba(74, 144, 226, 1);
    font-family: PingFang SC;
    font-weight: medium;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 4px;
    text-align: center;
    padding: 40px 0px 24px 0px;
    background-image: url(/img/account/applyTryout.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
}

#resetPasswordModal .modal-footer{
	padding:15px 30px;
	border:none;
}

#resetPasswordModal .hintTextOne{
	color: #595959;
	font-family: PingFang SC;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 6px;
}

#resetPasswordModal .hintTextTwo{
	color: #EB5757;
	font-family: PingFang SC;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
}


#resetPasswordModal .resetPasswordList{
    height: 40px;
    margin-bottom: 24px;
    border-radius: 4px;
    border: 1px solid #dedede;
    position: relative;
    margin-left: 96px;
}

#resetPasswordModal .resetPasswordList .title{
    position: absolute;
    top: 9px;
}

#resetPasswordModal .resetPasswordList input{
	width: 100%;
    height: 100%;
    padding:0px 8px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#resetPasswordModal .resetPasswordList .hint{
	position: absolute;
	bottom: -24px;
	right: 0;
	color: #FF4D4F;
	font-family: PingFang SC;
	font-size: 10px;
	line-height: 24px;
	letter-spacing: 0px;
}


#resetPasswordModal .modal-footer button{
	border-radius: 2px;
	background: rgba(74,144,226,1);
	width: 100%;
	padding:8px;
	color: rgba(255,255,255,1);
	font-family: PingFang SC;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0px;
	border:none;
}

#resetPasswordModal .modal-footer button:hover{
	background:rgba(28,107,199,1);
}

#resetPasswordModal .modal-footer button:active{
	background: rgba(28,107,199,1);
}