﻿.login-popup  {
    background-color: hsl(0, 0%, 100%);
    border: 2px solid hsl(0, 0%, 0%);
    border-radius: 5px;
    box-shadow: 0 0 100px hsl(0, 0%, 0%);
    left: 50%;
    padding: 20px;
    position: fixed;
    top: 35%;
    width: 500px;
    z-index: 100;
    margin-left: -250px;
    display:none;
    
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #333333),
	    color-stop(1, #DDDDDD)
    );
    background-image: -o-linear-gradient(top, #333333 0%, #DDDDDD 100%);
    background-image: -moz-linear-gradient(top, #333333 0%, #DDDDDD 100%);
    background-image: -webkit-linear-gradient(top, #333333 0%, #DDDDDD 100%);
    background-image: -ms-linear-gradient(top, #333333 0%, #DDDDDD 100%);
    background-image: linear-gradient(to top, #333333 0%, #DDDDDD 100%);
}

div.loginPage1 fieldset label, div.loginPage2 fieldset label {
    float: left;
    font-size: 125%;
    font-weight: bold;
    padding: 5px 20px;
    text-align: right;
    text-shadow: none;
    width: 32%;
}
div.loginPage1 input:focus, div.loginPage2 input:focus{
	border:3px solid white;
}
div.loginPage1 input, div.loginPage2 input {
    background-color: transparent;
    border: 1px solid #ddd;
    color: black;
    font-size: 120% !important;
    font-weight: bold;
    height: 30px;
    padding: 2px 8px;
    width: 90%;
    transition : border 800ms ease-out;
}

div.loginPage1 fieldset.textbox > div, div.loginPage2 fieldset.textbox > div {
    padding: 5px 0;
}

div.loginPage1 .textbox > p {
    cursor: pointer;
    font-weight: bold;
    text-shadow: none;
}

div.titolWindowLogin {
    font-size: 200%;
    font-weight: bold;
    margin: 0;
    text-align: center;
    text-decoration: underline;
    line-height: 40px;
}

div.login-popup img.btn_close {
    display: block;
    height: 25px;
    margin: -10px -15px 0 0;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 25px;
}

div.login-popup img
{
    display:none;
}

div#login-box .loginPage1 .submit.button, div#login-box .loginPage2 .submit.button {
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #000000),
	    color-stop(1, #DDDDDD)
    );
    background-image: -o-linear-gradient(top, #000000 0%, #DDDDDD 100%);
    background-image: -moz-linear-gradient(top, #000000 0%, #DDDDDD 100%);
    background-image: -webkit-linear-gradient(top, #000000 0%, #DDDDDD 100%);
    background-image: -ms-linear-gradient(top, #000000 0%, #DDDDDD 100%);
    background-image: linear-gradient(to top, #000000 0%, #DDDDDD 100%);
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 0 5px hsl(0, 0%, 0%);
    color: hsl(0, 0%, 100%);
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    height: 30px;
    margin: 15px 15px 15px 26%;
    text-shadow: 0 0 2px hsl(0, 0%, 0%);
    width: 150px;
}
