/* frontoffice css */
.captcha-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 0;
	    flex-direction: column;
    align-items: flex-start;
}
.captcha-box input {
	height: 40px;
	max-width: 120px;
}
.captcha-box-image {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 5px;
}
.captcha-box-image .captcha-refresh-btn {
	margin-left: 3px;
	margin-right: 10px;
	cursor: pointer;
}
.gc_captcha_registration .col-sm-12 {
    display: flex;
}
.gc_captcha_newsletter {
	margin-top: 10px;
}
#login-form .gc_captcha_input {
	width: 105px;
}
.captcha-box .text-captcha {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}
.text-captcha .col-3:not(:first-child) {
	    margin-left: 7px;
}
.captcha-box.col-sm-12 {
	display: flex;
	align-items: flex-start;
}

.captcha-box.image-captcha {
	flex-direction: row;
}

.text-captcha .gc_captcha_input {
	width: 40px !important;
	min-width: 40px !important;
	height: 30px !important;
	min-height: 40px !important;
	margin-right: 7px;
	float: left;
	font-size: 15px;
	padding: 0.5rem 0.5rem;
	text-align: center;
}

.text-captcha .form-control-label {
	display: none;
}

.text-captcha-info {
	font-size: 0.70rem;
	margin-top: 5px !important;
}
@media (min-width: 768px) {
	#captcha-forgot-password {
		margin-top: 0.5rem;
	}
}
