﻿
body {
    background-color: #e4e4e4;
    color: #333;
    font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
    font-size: 14px;
    overflow-y: scroll;
    text-shadow: 1px 1px 1px #fff;
}

.login_wrapper 
{
	
	width: 380px;
	height: 388px; 
	background: #fff none repeat scroll 0 0;
	margin: 80px auto;
}


.login_textbox
{
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff, #eeeeee 1px, #ffffff 25px) repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 8px #f0f0f0;
    display: block;
    font-size: 16px;
    margin: 5px 30px 0;
    padding: 9px;
    width: 85%;
}

.login_margineSx
{
        margin-left: 15px;
    
}


.login_nascosto
{
        display: none !important;
        visibility:hidden !important;
    
}

.login_wrapper input:focus 
{
	background: #feffef !important;
}
 
 
::-webkit-input-placeholder{ /* WebKit browsers */
  color:#5A5A5A;
}
:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
  color:#5A5A5A;
}
::-moz-placeholder{ /* Mozilla Firefox 19+ */
  color:#5A5A5A;
}
:-ms-input-placeholder{ /* Internet Explorer 10+ */
  color:#5A5A5A;
}
 
 
 /*
.btn{
  width:100%;
  margin:10px auto;
  padding:10px;
  background:#161616;
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:3px;
  outline:none;
  color:#FFBF00;
  font-weight:700;
  letter-spacing:0.125em;
  text-align:center;
  text-transform:uppercase;
}
 
.btn:hover{
  background:#FFBF00;
  color:#333;
}
 
.btn:active{
  background:#FACC2E;
  color:#333;
}
*/
.login_header {
    background-image: url("Immagini/sfondo_header.png");
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-size: 25px;
    height: 80px;
    padding: 10px;
}


.login_header_logo {
    float: none;
    margin: 0;
    padding: 0;
    width: 400px;
}

.login_wrapper h3 {
    color: #fff;
    display: inline;
    font-size: 22px;
    font-weight: 200;
    margin: 30px 10px 10px 0;
}

.login_wrapper label {
    display: block;
    margin: 10px 0 0;
    padding: 10px 30px 0;
}

.login_wrapper .bottom {
    background-color: #73af4f;
    border-top: 1px solid #ddd;
    clear: both;
    color: #fff;
    margin-top: 20px;
    text-shadow: 1px 1px 1px #000;
    height: 65px;
}

.login_wrapper input[type="submit"] {
    background: #004a17  none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
	color: white;
    cursor: pointer;
    float: right;
    font-family: "Trebuchet MS","Myriad Pro",sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 20px 10px 10px;
    padding: 8px 0 9px;
    text-align: center;
       width: 150px;
}


.login_wrapper input:active[type="submit"] {
    background: #ffffff !important;
    color: #004a17 !important;
}
