#input-captcha-cf7 {
    margin: 0 0 20px;
}
#image-captcha-cf7 {
    float: left;
    width:180px;
	margin-left:5px;
}
#reload_captcha {
    border: 1px solid #ed8025;
    height: 50px;
    width: 50px;
    display: inline-flex;
    margin: 0 5px 0;
    border-radius: 25%;
}
#reload_captcha img {
    padding: 10px 10px;
}
#image-captcha-cf7 {
	border-radius: 15px;
}