﻿#login_logo{
/*padding:86px 0px;*/
padding:15px 0px;
text-align:center;
}

.input-container{
position:relative;
}
.input-container span{
position:absolute;
top:18px;
right:18px;
background:#fff;
}

input[type=text], input[type=password], select{
border: 1px solid #d6d6d6; /* stroke */
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
box-shadow:none;
height:54px;
line-height:54px;
padding:0px 10px;
}

input[type=text]:focus, input[type=password]:focus{
border: 1px solid #a6d7c6; /* stroke */
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: rgba(213,243,230,.1); /* layer fill content */
box-shadow:none;
}


/***PERSONALIZZAZIONI COLORI****/
body
{
    background:#f2f2f2;
}