div.refresh_captcha{
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
div.refresh_captcha_reload{
    position: relative;
    align-self: center;
    width: 22px;
    height: 22px;
    margin-left: 10px;
    cursor: pointer;
    border: 1px double black;
}
div.refresh_captcha_reload img{
    position: absolute;
    display: block;
    margin: auto;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    border-style: none;
    outline:none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('/baseapp/assets/images/element/refreshCaptchaIcon.svg');
    background-repeat:no-repeat;
    background-size:20px 20px;
}
div.refresh_captcha_input{
    margin-top: 15px;
}