#rsc-captcha-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}

#rsc-captcha-container #rsc-captcha-image-container {
    
}

#rsc-caption-container-img-reload {
    display: flex;
}

#rsc-captcha-container img {
    width: 120px;
    height: 40px;
    object-fit: cover;
}

#rsc-captcha-container input {
    width: auto;
}

#rsc-captcha-container .line {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
}

.error {
    color: red;
    font-weight: bold
}

#_element_refresh6 {
	cursor: pointer;
    display: inline-block;
    margin-right: 15px;
}

.rsc_loading {
    position: absolute;
    width: 120px;
    height: 41px;
    background: rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease;
}