.ReloadBtn {
	background: url('../images/refresh.png') no-repeat;
	background-size: 87.2%;
	width: 20px !important;
    height: 29px !important;
    border: 0px !important;
    left: 142px;
	outline: none;
	position: absolute;
	bottom: 8px;
	/* right: calc(100% - 225px); */
	outline: none;
	cursor: pointer;
}
.CaptchaWrap {
    position: relative;
}

.CaptchaTxtField {
    display: block;
    box-sizing: border-box;
}

#CaptchaImageCode {
    text-align: center;
    margin-top: 15px;
    padding: 0px 0;
    width: 125px !important;
    height: 50px;
    overflow: hidden;
}

#UserCaptchaCode {
    padding: 15px 12px;
    outline: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    margin-top: 13px;
}