.register-validateCode{
    margin-top: 20px;
}
#validateCode {
    height: 30px;
    width: 45%;
    font-size: 18px;
    font-weight: bold;
    border: 0px;
    border-bottom: 1px #042068 solid;
    padding-left: 5px;
    color: #27AE60;
    background-color: transparent;
}

#validateCode::placeholder {
    font-weight: normal;
    color: #c7ceda;
}

label[for='validateCode'] {
    position: absolute;
    bottom: -100%;
    left: 19px;
}

.validateCodeRight {
    position: absolute;
    bottom: 10%;
    right: 19px;
    white-space: nowrap;
}

.validateCodeImg {
    margin-right: 1%;
    display: inline-block;
}

.validateCodeImg img {
    width: 100%;
    height: auto;
}

.validateCodeRefresh{
    display: inline-block;
    font-size: 14px;
    color: #3D77D2;
}