.login__background{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(50, 50, 50, 0.5);
	z-index:100;
}

.login__formBox h3 {
    margin-top: 0px;
	font-weight:600;
	font-size:18px;
	line-height:20px;
	color:#7d7d7d;
	margin-top:30px;
}

.login__formBox{
	margin:0 auto;
	display:none;
	width:100%;
	max-width:470px;
	height:auto;
	background:#fff;
	padding:30px 60px;
	border-radius:30px;
	box-shadow:0 4px 4px rgba(0, 0, 0, 0.1);
	box-sizing:border-box;
}

.login__formBox img{
	display:block;
	width:100%;
	max-width:163px;
	margin:0 auto;
}
.login__formBox.login{ display:block; }

.login__form{
    width: 100%;
    margin: 0 auto;
}

.login__form input{
    border: 0.25px solid rgba(125, 125, 125, 0.55);
    width: 100%;
    padding: 15px;
    margin: 0px 0px 10px;
    box-sizing: border-box;
    background: rgba(128, 117, 105, 0.1);
    border-radius: 10px;
    height: 40px;
    font-size: 14px;
}

[type="checkbox"], [type="radio"]{ height:auto !important; }

.login__form input[type="submit"], .login__form input[type="button"]{
	width:80%;
	background:#0072bb;
	border:none;
	color:white;
	cursor:pointer;
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
	padding:8px;
	height:auto;
}

#gg-login, #fb-login{
	width:70px;
	height:70px;
	cursor:pointer;
}

#gg-login{ float:left; }
#fb-login{ float:right; }

@media ( max-width:767px ){
	.login__formBox{
		width:100%;
		top:0 !important;
		left:0px !important;
		bottom:0;
		transform:none !important;
		border-radius:0;
		box-shadow:none;
		padding:30px;
		max-width:100%;
	}

	.login__form{ width:90%; }
}

.switch-link{
	text-decoration:none;
	color:#0072bb;
}

.facebook-btn, .google-btn{
	text-decoration:none;
	color:#7D7D7D;
	padding:12px 17px;
	border-radius:10px;
	display:block;
	text-align:left;
	margin-bottom:5px;
	border:0.5px solid #807569;
	font-size:14px;
	display:flex;
	align-items:center;
}

.facebook-btn{ background:#4267b2; }
.tagliato{ position:relative; }

.tagliato:before, .tagliato:after{
	content:' ';
	width:60px;
	height:1px;
	background:#999;
	position:absolute;
	top:50%;
}

.cus-submit{ width:100% !important; }
.tagliato:before{ left:0; }
.tagliato:after{ right:0; }
.header:not(.logged){ display:none; }
