@font-face {
font-family: Mulish-Black;
src:  url("../fonts/Mulish-Black.ttf" ) format( "truetype" );
font-weight: 900;
font-style: normal;
} 

@font-face {
font-family: Mulish-Regular;
src:  url("../fonts/Mulish-Regular.ttf" ) format( "truetype" );
} 

@font-face {
font-family: Proxima;
src:  url("../fonts/ProximaNova-Regular.ttf" ) format( "truetype" );
} 

.login_cont {
 border: solid 1px #c6cdd5;
 border-radius: 5px 5px 5px 5px;
 box-shadow: 0 10px 20px rgba(1,1,1,0.1);  
}
 
 
.intest_login {
 font-family: 'Mulish-Black', sans-serif;
 font-size: 27px;
 font-weight: 900;
 margin-bottom: 35px;
 line-height: normal;
 text-align: center;
 white-space: normal; 
 color: #0f2b46;
}

form {
    padding: 40px;
    background: white;
    /* border: 1px solid #0089c5; /* #AAA; */ 
    width: 450px;
    margin: 30px auto;
	padding-top: 25px;
	margin-bottom: 8px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 32px;
}

input {
	/* font: 14px 'Open Sans', sans-serif; */
    padding: 6px;
    display: block;
	margin-bottom: 10px;
	margin-top: 3px;
    width: 96%;
}

input:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 1px dotted #006494 !important; /* Riapplica il bordo */
}


input[type=text] {
  width: 96%;
  padding: 3px 2px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px dotted #006494;
  font-family: 'Mulish-Regular', sans-serif; 
  font-size: 17px;
  font-weight: 400; 
  line-height: 22px; 
  color: #006494 !important;
  
  background-color: white !important;
  appearance: none !important;
  filter: none !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
}

input[type=password] {
  width: 96%;
  padding: 3px 2px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px dotted #006494;
  font-size: 16px;
  line-height: 20px;
  color: #006494;
  
  background-color: white !important;
  appearance: none !important;
  filter: none !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
}


input[type=submit] {
 
 font-family: 'Mulish-Regular', sans-serif; 
 font-size: 16px;
 font-weight: 500;
 line-height: 26px;
 color: white;
 background-color: #0f2b46;
 border: 0px;
 border-radius: 5px;
 margin-top: 35px;
 margin-bottom: 0px;
 font-size: 17px;
}


input[type=submit]:a   {
 text-decoration: underline;
}

input[type=submit]:hover {
  text-decoration: none;
 /* background-color: #006494; */
  cursor: pointer;
  opacity: 0.87;
}


.testo {
 font-family: 'Mulish-Regular', sans-serif;
 font-size: 16px;
 font-weight: 400;
 line-height: normal;
 white-space: normal;
 letter-spacing: -0.017em; 

}

.testo_link {
 font-family: 'Mulish-Regular', sans-serif;
 font-size: 16px;
 line-height: 20px;
 color: #0099FF;
 font-weight: 300;
}

.testo_link a {
 color: #0099ff;
 font-weight: normal;
 text-decoration: underline;
}

.testo_link a:hover{
  font-weight: normal;
  text-decoration: none;
}


.testo_link2 {
 font-family: 'Proxima', sans-serif; 
 text-align:center; 
 color: black; 
 margin-top: 12px; 
 margin-right: 40px;
}

.testo_link2 a {
 color: #0099ff;
 font-weight: normal;
 text-decoration: underline;
}

.testo_link2 a:hover{
  font-weight: normal;
  text-decoration: none;
}

.msg_errore {
 font-family: 'Proxima';
 font-size: 16px;
 font-weight: 400;
 line-height: normal;
 color: rgb(228, 33, 33);
 margin-bottom: 5px;
 text-align: center;
 letter-spacing: -0.017em; 
} 




@media screen and (max-width: 768px) {
  
 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 }
	
 form {
  width: 93%;
  padding: 20px;
  padding-bottom: 10px;
  margin: 20px auto;
  border-radius: 5px;
 }

 .login_cont {
  box-shadow: none;
  border-radius: 10px;
 }

 label {
  text-align: left;
 }

 input[type=text], input[type=password], input[type=submit] {
  width: 100%;
 }
 
 input[type=text], input[type=password] {
  color: #006494 !important;
 }
 
 
 .intest_login {
  font-size: 24px;
  margin-bottom: 20px;
 }

 input {
  font-size: 14px;
  padding: 5px;
 }

 input[type=submit] {
  font-size: 17px;
  padding: 7px;
  width: 100%;
  margin-top: 20px;
 }

 .testo_link {
  display: block;
  font-size: 15px;
  margin-top: 10px;
 }

 .testo_link a {
  font-weight: bold;
 }

 .testo_link2 a:hover{
  font-weight: normal;
  text-decoration: none;
 }
	
 .testo_link2 {
  display: block;
  font-size:  16px;
  text-align: center;
  width: 100%; 
  margin: 10px auto 0 auto; 
 }
	
}
