*{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body{

	background-image: url('../img/background/sfondo.webp');
	background-position: center bottom;
    background-size: cover;
	backdrop-filter: blur(50px) !important;
}

.login-wrapper form .login-header{
	color: rgb(0, 0, 0) !important;
	background: rgba(0,0,0,.0) !important;
}

.login-form{
	background: rgba(255, 255, 255, 0.99) !important;
	border: solid 1px rgba(255, 255, 255, 0);
	border-radius: 15px !important;
	box-shadow: 0px 0px 10px -0px #444444 !important;
}

.form-group label{
	color: rgb(0, 0, 0) !important;
}
.form-group input{
	background-color: rgb(240, 240, 240);
	border: none;
	color: black !important;
	border-radius: 15px;
    padding: 2rem 39px;
	box-shadow: 0px 0px 10px -5px #444444 !important;
}
.flag{
	border-radius: 3px;
}
.lobicheck-info.lobicheck-inversed input[type=checkbox]:checked+i {
	background-color: black;
	border: solid 1px black;
}
.lobicheck i{
	border-color: rgb(240, 240, 240);
}
.lobicheck-info:hover i{
	background-color: rgb(240, 240, 240);
	border: solid 1px rgb(240, 240, 240);
	box-shadow: 2px;
}
.lobicheck-lg input[type=checkbox]:checked+i:after{
	font-size: 16px !important;
}
.rc-anchor-light{
	border-radius: 15px !important;
    border-color: transparent !important;
}
#recaptchaContainer{
    margin: 0 auto;
    display: inline-block;
}
.btn-block{
	display: block;
    margin: auto;
    width: 50%;
    font-weight: bold;
	border-radius: 50px;
	margin-bottom: 2rem;
	background-color: royalblue;
	box-shadow: 0px 0px 10px -5px #444444 !important;
}
.pass-forgot-form{
	border-radius: 15px !important;
}
.lobi-form .input{
	margin-bottom: 3rem;
}
.back{
	color: black !important;
	text-align: center !important;
}
.abcRioButtonBlue{
	background-color: #ffffff !important;
    border: none !important;
    color: #000 !important;
    border-radius: 50px !important;
}

@media screen and (max-width: 415px) {
	.login-header{
		text-align: center;
	}
	.lobi-form{
		background-color: rgba(240, 248, 255, 0) !important;
	}
  	.login-form {
  		display: block;
  		background: rgba(255, 255, 255, 0) !important;
  	}
  	.login-wrapper{
  		background: rgba(255, 255, 255, 0.89) !important;
  	}

}

