/*µn¤J¤f*/
#captchaText {
    height: 58px;
    width: 180px;
    border-radius: 7px;
}

#reloadCaptchaBtn {
    background-color: unset;
    color: gray;
    margin-left: 21px;
}

.verification-code {
    display: flex;
    justify-content: end;
}


@media (max-width:1400px) {
    #captchaText {
        height: 58px;
        width: 160px;
        border-radius: 7px;
    }

    #reloadCaptchaBtn {
        background-color: unset;
        color: gray;
        margin-left: 6px;
    }
}

@media (max-width:1280px) {
    .verification-code {
        display: unset;
    }

    #captchaText {
        height: 58px;
        width: 102px;
        border-radius: 7px;
    }

    #reloadCaptchaBtn {
        background-color: unset;
        color: gray;
    }
}

@media (max-width:1080px) {
    #captchaText {
        height: 58px;
        width: 160px;
        border-radius: 7px;
    }

    #reloadCaptchaBtn {
        background-color: unset;
        color: gray;
        margin-left: 6px;
    }
}
