
body {
	/*background-image : linear-gradient(to right, rgba(174,223,254), rgba(253,215,228));*/
	background-image: url('/img/login/logo_arma.jpeg');
}

*{
	font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica a",sans-serif;
}
.login {
  margin: 2% auto;
  width: 40%;
  padding: 30px;
  background: white;
  border: 3px solid #ffffff;
  border-radius: 15px;
  text-align: center;
}

*{border: 0px solid black;}

.title_container{
width: 100%;
display: flex;
justify-content: center;
}

h1.login-title {
  
	padding-bottom: 25px;
  line-height: 30px;
  font-size: calc(0.6vw + 1.2vh);
  /*1.3vw;*/
  font-weight: 500;
  color: #000000;
  text-align:center;
  
  font-family: sans-serif; 
  margin:auto;
  float:left;

}

.line{
	margin-top:18px;
	border:1px solid silver;
	float:left;
	width: 30%;
	height: 1px;
}

.login-input {
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  padding-left:auto;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  color:black;


}



.login-input:focus {
	border: 2px solid blue;
	outline: none;

  }
.login-button {
  width: 50%;
  position: auto;
  height: 50px;
  padding: 0;
  font-size: 20px;
  color: #000000;
  text-align: center;
  background: #cde7fe;
  border: 0;
  border-radius: 10px;
  cursor: pointer; 
  outline:0;
  box-shadow: 5px 5px 2.5px grey;
}
.login-button:hover {
	background: #0073cf;
	color: white;
}


.logo_login {
	width: 217px;
	height: 158px;
	border: 0px solid black;
	margin: 0 auto;
	/*background: url("img/login/logo_trasparente2.png") no-repeat;
   background: url("../../img/table/trash.png") no-repeat;
	*/
}
.logo_login img {
	width: 100%;
	height:100%;
	object-fit: cover;
  }

		.under_logo{
			margin-top: 30px;
			border:0px solid black;
			
		}

.login-button2 {
	width: 50%;
	position: auto;
	height: 50px;
	padding: 0;
	text-align: center;
	border: 1px solid black;
	outline:0;
	font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;
	font-size: 16px;
	font-weight: 600;
	


	align-items: center;
	background-color: #fff;
	border-radius: 12px;
	box-sizing: border-box;
	color: #121212;
	cursor: pointer;
	display: inline-flex;
	flex: 1 1 auto;
	justify-content: center;
	line-height: 1;
	margin: 0;
	
	text-decoration: none;
	transition: box-shadow .2s,-webkit-box-shadow .2s;
	white-space: nowrap;
	
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	}

.login-button2:hover {
	box-shadow: blue 0 0 0 1px, transparent 0 0 0 0;
}


#id_registrati{
	text-decoration: none; 
	
}
#id_registrati:hover{
	cursor: pointer;
	color:blue;
}
#id_registrati:active{
	color:lightblue;
}
/*
.login-button {
 
  
  
  box-shadow: 5px 5px 2.5px grey
	box-shadow: transparent 0 0 0 3px,rgba(18, 18, 18, .1) 0 6px 20px;
  
  
 
  
  
  
  

}
*/

form .policy{
	display: flex;
	align-items: center;
  }