

body {
    background: #0072bb;
	height:auto;
	width:auto;
    margin: 0% auto;
    padding: 0px;
    text-align: center;
    font-family: 'Open Sans', Helvetica Neue, Sans-serif;
}

@font-face {
    /*font-family: Architects;
    src: url('../css/ArchitectsDaughter.ttf');*/
}

.login {
    width: 90%;	
    margin: auto auto;
    text-align: left;
    padding: 15px;
    min-height: 260px;
	background:rgb(255 255 255);
    /*box-shadow: inset 0 0 0 1px rgba(107, 107, 129, 0.92), 0 3px 9px rgba(0,0,0,0.64);*/
    /*background: repeating-linear-gradient(45deg, rgba(25,40,55,0.75) 35%, rgba(65,85,100,0.75) 40%, rgba(65,85,100,0.75) 42%, rgba(25,40,55,0.75) 50%, rgba(25,40,55,0.75) 55%, rgba(70,85,100,0.75) 60%, rgba(70,85,100,0.75) 75%, rgba(25,40,55,0.75) 90%);
        background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.8) 35%, rgba(201, 201, 201, 0.8) 40%, rgba(193, 195, 196, 0.8) 42%, rgba(236, 236, 236, 0.8) 50%, rgba(238, 238, 238, 0.8) 55%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.8) 90%);
    */
    background-attachment: fixed;
    /* background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0.8) 40%, rgba(39, 39, 39, 0.8) 42%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.8) 60%, rgba(6, 6, 6, 0.8) 75%, rgba(8, 8, 8, 0.8) 90%);
    
	background: repeating-linear-gradient(45deg, rgba(246, 246, 246, 0.8) 35%, rgba(229, 229, 229, 0.8) 40%, rgba(221, 221, 221, 0.8) 42%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 55%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.8) 75%, rgba(248, 248, 248, 0.8) 90%);
	*/
	}

.atas,
.form-header {
    width: 90%;
    margin: auto auto;
    text-align: left;
    padding: 15px;
    font: 20px "Segoe UI", Arial, sans-serif;
    color: #1f1f1f;
	height:auto;
    min-height: 20px;
    /*box-shadow: inset 0 0 0 1px rgba(34, 96, 140, 1), 0 3px 9px rgba(136, 101, 101, 1);*/
    /*background: repeating-linear-gradient(45deg, rgba(25,40,55,0.75) 35%, rgba(65,85,100,0.75) 40%, rgba(65,85,100,0.75) 42%, rgba(25,40,55,0.75) 50%, rgba(25,40,55,0.75) 55%, rgba(70,85,100,0.75) 60%, rgba(70,85,100,0.75) 75%, rgba(25,40,55,0.75) 90%);
    background: repeating-linear-gradient(45deg, rgba(244, 244, 244, 0.8) 35%, rgba(252, 252, 252, 0.8) 40%, rgba(255, 255, 255, 0.8) 42%, rgba(132, 132, 132, 0.8) 50%, rgba(255, 255, 255, 0.8) 55%, rgba(211, 211, 211, 0.8) 60%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.8) 90%);
    
    background: rgba(0, 0, 0, 0.5);  
	*/
	background:rgb(255 255 255);
    background-attachment: fixed;
}

.form-header a {
    font-size: 12px;
    float: right;
    margin-right: 10px;
    color: #1f1f1f;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-header a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #1039ff;
}

.login #fields {
   /* float: left;
    margin-left: 10px;
	*/
	width: 400px;
	margin:0px auto;
}

.login #gam,
.login #logo {
    padding-top: 20px;
    float: left;   
    height: auto;
}

h3 {
    font-size: 24px;
    line-height: 40px;
    color: #1f1f1f;
    margin: 18px 0px;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
}

.load {
    display: none;
}

.bad,.bad-tentativi,
.success {
    display: none;
    color: #1f1f1f;
    max-width: 350px;
    font-family: sans-serif;
}

.login .load {
    margin-left: 30px;
    margin-top: 20px;
    float: right;
}

.login .load img{
	width:50px;
}
.txt {
   
    font-size: 18px;
    color: #1f1f1f;
    margin-left: 20px;
    position: relative;
}

.widthfix {
    width: 100%;
}
.btn-banner {
    border-radius: 15px;
    background-color: rgb(245, 148, 50);
    border: 0px none;
    padding: 3px 15px;
    font-weight: bold;
    cursor: pointer;
    margin: 0px 10px;
    color: rgb(255, 255, 255);
    transition: all 0.25s ease 0s;
    display: inline;
    white-space: nowrap;
    transition: all .2s ease-in-out;
}
.btn-banner:hover {
    background-color: rgb(234, 127, 19);
}
.pad-top{
	margin-top:20px;
}
		
.main-header {
    position: relative;
    min-height: 80px;
    width: 100%;
	border-bottom: 7px solid #5ca2df;
    box-shadow: 4px 4px 3px rgb(0 0 0 / 4%);
    z-index: 100;
    margin-top: 0px;
	margin-bottom: 10px;
    background: #fff;
    display: table;    
	padding-right: 30px;
    padding-left: 30px;
	padding-top: 15px;
    margin-right: auto;
    margin-left: auto;
}
.main-header .logo {
    display: block;
    float: left;
    height: 70px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: auto;    
    padding: 0 15px;
    font-weight: 300;
}
#txtPassword {
}