/* CSS Document */
html, body { margin:0; padding: 0; height: 100%; width: 100%;font-family: 'Open Sans', sans-serif; font-weight: 400}
.immagini_valera { background-position: center; background-repeat: no-repeat;height: 100vh; width: 100vw; background-size: cover; position: absolute; top: 0; left: 0}
.version { position:absolute; right: 20px; top: 20px; color: #FFFFFF; text-transform: uppercase; font-size: 10px; visibility: hidden}
.ContainerLoginUser { position:absolute;font-family: 'Open Sans', sans-serif; left: 80%; background: rgba(0,0,0,0.6) !important; color: #FFFFFF !important; border: 0 !important; font-weight: normal;}
.BTNLOGIN.LOGIN { color:#000000; border: 0;font-family: 'Open Sans', sans-serif;-webkit-transition: all .3s ease; transition: all .3s ease; }
#UcLogin_lblUsername, #UcLogin_lblPassword { font-weight:300; letter-spacing: 1px}
.testo { position: absolute; top:0; bottom: 0; left:28vw; font-size: 16px; width: 30vw; height: 360px; margin: auto;display: flex; align-items: flex-end}
.testo h1 { margin:0; padding: 0; font-size: 20px; color: #ec1c24; margin-bottom: 10px; font-weight: 300}
.testo a { padding:5px 15px; margin-top: 30px; display: inline-block; transition: all .3s ease;}
.testo a:hover { padding:5px 25px; }
.testo p { padding: 0; margin: 0; margin-bottom: 10px; }
.testo_wrapper { vertical-align:bottom}

@media only screen and (min-width: 1400px) {
	.testo { left: 35vw;  width: 25vw }
}