#input-captcha-cf7 {
margin: 0 0 20px;
}
#image-captcha-cf7 {
float: left;
width:200px;
}
#reload_captcha {
border: 1px solid #8d8c8c;
height: 50px;
width: 50px;
display: inline-flex;
margin: 0 5px 0;
border-radius: 3px;
}
#reload_captcha img {
padding: 10px 10px;
}
.capchaContainer {
display: flex;
}
@keyframes placeholder {
0% {
background-position: -600px 0
}
100% {
background-position: 600px 0
}
}
.animated-background {
animation-duration: 1s;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-name: placeholder;
animation-timing-function: linear;
background: #eee;
background: linear-gradient(to right,rgba(2,0,36,.639093137254902) 0%,rgba(9,9,121,.5214460784313726) 48%,rgba(0,212,255,.5214460784313726) 76%);
background-size: 1200px 100px;
min-height: 50px;
width: 200px;
height: 50px;
border-radius: 3px;
display: inline-block
}
#capchaContainer {
min-width: 200px
}
.capchaContainer {
display: flex
}