body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    background-color: white;
    text-align:center;
    background-color: #5B6D7B;
    overflow: hidden;
}

#site {
    background-color: #f6f6f6;
}
.logoDiscovery{
    float:right;
    margin-right:10px;
}
.logoSystrategy{
    float:left;
    margin-left:10px;
}

#restricted-access {
    position:absolute;
    top: -45px;
    height: 45px;
    width: 640px;
    margin-left:-1px;
    background-color:#db4e4e;
    color:#656363;
    border:1px solid #c8c8c8;
    font-weight:bold;
    padding-top:2px;
    line-height: 19px;
    color: white; 
}

.error1{
    color:#F44336;  
    width:100%;
    float:left;
    height: 30px;
    line-height: 30px;
}

.logInt{
    padding-left: 10px;
    color: #339cff;
    height: 40px;
    line-height: 40px;
    text-align: left;
    float: left;
    width: 100px;
    cursor: default;
}

.contenitoreTesto{
    height: 40px;
    border:1px solid #339cff; 
    border-radius: 2px;
    background-color: white;
    margin-bottom: 5px;
}

.footerL2{
    padding:0px;
    margin-top:18px;
    line-height:57px;	
    font-size:13px;
    font-weight:normal;
}
#login_container {
	width:270px;
    height: 210px;
    margin: 0 auto;
    border: 0;
    float:left;
    padding-top:30px;
    padding-left:40px;
}

#login_picture {
    float: left;
    min-width: 125px;
}

#login_picture  img{
   padding: 60px 25px 0 50px;
}


.zonaCentralelogin{
    text-align:center;
    width: 100%;
    height: 50px;
    margin-top:33px;
    float:left;
 }
#login_inserimento {
    
    padding-top: 110px;
    width: 419px;
    text-align:left;
    margin:0 auto;
}
.TitoloL{
	margin-bottom:45px;
	float:left;	
	width:100%;
	text-align:left;
	font-size:36px;
}
#login_inserimento input {
	
    border: 0px solid #1a506a;
    border-radius: 2px;
    font-family: Scada,sans-serif;
    font-size: 16px;
    line-height: 38px;
    width: 307px;
    font-style: italic;
    padding-left: 10px;
    padding-right: 10px;
}

#login_contenuto {
    float: left;
    width: 170px;
    margin: 30px 0px 0px 50px;
}

#login_contenuto div {
    float: right;
}
.error {
    color:red;
    margin-left:auto;
    width: 203px;
}

.Alverman{
    width:100%;
    float:left;
    font-size: 45px;
    line-height: 80px;
    font-family: Trebuchet MS;
    font-style: oblique;
    color: #339cff;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}


.release{
  width:100%;
    float:left;
    font-size: 14px;
    line-height: 1px;
    font-family: Trebuchet MS;
    font-style: oblique;
    color: #339cff;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);   
}
#login_button  img:hover{
    cursor: pointer;
}
.AlvermanDesc{
    font-size: small;
    width:100%;
  margin-top: 10px;
    float:left;
    text-align: center;
    line-height: 15px;
}

#parent-form {
    width: 100%;
    height: 100vh;
    display: flex;
}
#login-form {
    position: relative;
    margin: auto auto;
    background-color:#E3F2FD;
    width: 640px;
    min-width: 640px;
    height: 440px;
    border-radius: 2px;
    color:#656363;
    line-height: 25px;
    border: 1px solid #a1a1a1;
}
.copyright-left{
    position: fixed;
    bottom: 15px;
    left:25px;
    font-size:16px;
    color: white;
    text-align:left;
}
.copyright-right{
    position: fixed;
    bottom: 15px;
    right:25px;
    font-size:16px;
    color: white;
    text-align:right;
}

.copyright-right a {
    color: white;
    text-decoration:none;
}
.copyright-right a:hover, 
.copyright-right a:visited {
    color: white;
    text-decoration:none;
}

#logo-header{
    background-color:#414E59;
    width:100%;
    height:43px;
}
#logo-discovery{
    float:left;
    margin-top:5px;
    margin-left:15px;
}
#logo-systrategy{
    float:right;
    margin-top:7px;
    margin-right:15px;
    
}
#logo-systrategy img{
    width: 150px;
}
.btn-log{
	cursor: pointer;
	font-size: large;
	text-align: center;
	height: 40px;
	width: 90px;
	line-height: 40px;
    border-radius: 2px;
    color: white;
    background-color: #4D90C2;    
}
.btn-log:hover{
    background-color: #356488;
    color: white;
}
