@charset "utf-8";

@media screen{
	.captcha__group{
		font-size:5px;
	}
	.captcha{
		margin-bottom: 5px;
	}
	.captcha__image {
		
		display:inline-block
	}
	.captcha__refresh {
		background-color:#cccccc !important;
		background-image:url("files/reload2.png") !important;
		background-size: 20px 20px;
		background-repeat: no-repeat;
		background-position: center;
		height:45px;
		width:45px;
		margin-left:5px;
		margin-right:5px;
		display:inline-block
	}
	.captcha__refresh:hover {
		background-color:#ddd !important;
		background-image:url("files/reload2.png") !important;
		background-size: 20px 20px;
		background-repeat: no-repeat;
		background-position: center;
		height:45px;
		width:45px;
		margin-left:5px;
		margin-right:5px;
		display:inline-block
	}
	.captcha__image-reload {
		display: flex;
		flex-direction: row;
	}
	.captcha__image-reload input {
		width:60px !important;
		display: flex;
		self-align:center
		/*border: 1px #bbb;*/
		/*border-radius:10px !important;*/
	}
}