#captcha img {
    width: 100%;
    height: 80px;
}

#captcha input {
    width: 100%;
    margin-top: 20px;
}

#refresh-captcha {
    text-align: center;
    margin-top: 5px;
    margin-bottom: -5px;
    color: rgb(16, 130, 211);

    cursor: pointer;
}