@charset "utf-8";
#filter_layer_login {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
	top: 0;
	left: 0;
}
@media screen and (max-width: 600px) {
  #filter_layer_login {
    display: none !important;
  }
}

#login_page {
	width: 400px;
	max-width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 199;
	top:0;
	right: -400px;
	transition: 400ms;
	text-align: left;
	background-color: white;
	letter-spacing: 0px;
	border-top: 0;
}
#info_login{
	height: 100vh;
}
#login_page .up_size{
	font-size: 19px;
}
#header_login {
  background-color: #004e8c;
	color: white !important;
}
#header_login .title{
	margin-left: 20px;
	font-size: 19px;
}
#header_login #num_articoli{
	font-size: 23px;
}
#header_login h3{
	color: white !important;
	font-family: "Nunito-Bold";
}
#header_login > div {
  height: 80px;
}
.login_form input:not([type='checkbox']){
	width: 100%;
}
.login_form .wrap_input{
	width: 100% !important; 
}
.login_form input[type='checkbox']{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.login_form label{
	color: #004e8c;
	justify-content: flex-start;
}
.login_form label p{
	
}
#login_page .btn_bordered{
	border-radius: 5px;
	text-align: center;
	font-size: inherit;
	font-family: inherit;
	padding: 10px 0;
	width: calc(100% - 2px);
	border: 1px solid #004e8c;
	color: #004e8c;
	transition: 400ms;
	transition-timing-function: ease-in-out;
	cursor: pointer;
	display: block;
}
#login_page .ico_user{
	width: 30px;
}
#login_page .btn_bordered:hover{
	background-color: #004e8c;
	color: white;
}