.g-recaptcha {
	margin-bottom: 15px;
	width: 100%;
}

.header-box.header-box-register {
    height: 100%;
    background: url(/themes/default/img/bg-1.jpg) no-repeat, url(/themes/default/img/bg-2.jpg) repeat-y 0px 694px;
}

.registration-box {
	color: rgb(138, 149, 187);
    box-sizing: border-box;
    padding: 20px;
    background-color: rgb(15, 21, 44);
    box-shadow: 0px 20px 51px 0px rgba(23, 202, 252, 0.19);
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.583;
    margin-bottom: 35px;
}

.content-box.register {
	height: 300px;
	display: block;
	content: '';
}

@media (max-width: 380px){
	.g-recaptcha,
	#div_for_keycaptcha {
		transform:scale(0.67);
		-webkit-transform:scale(0.67);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		margin-bottom: 0px;
	}
}