﻿@charset "utf-8";
/* CSS Document */

/*sovrascrittura bootstrap*/
/*----------------------------------------------*/
.form-horizontal .control-label {
	/*padding-top: 7px;*/
	padding-right: 0px;
	margin-bottom: 0;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
}
@media (min-width: 768px) {
	.modal-sm {
		width:400px;
	}
}
.btn {
	min-width:75px;
	width:auto;
	margin-left:5px;
}
.btn-primary {
	background-color:#1e8ad2;
}
/*----------------------------------------------*/

html, body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	height: 100%; 
	margin:0; 
	padding:0;
	line-height:1.35;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}

.boxWarning  {
	font-size: 14px;
	color: #C00;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-right: 25px;
	padding: 10px;
	/*background-color: #FFFF95;
	border: 1px solid #FF7878;*/
}

.fieldAlert  {
	font-size: 12px;
	color: #CC3300;
	background-color: transparent;
 	border: none;
	width: 300px;
}

div {
	display:block;
	border:solid 0px red;
}

#login {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 823px;
}
#login_wrapper {
    background-color: #ffffff;
    min-width: 280px;
    min-height: 417px;
		height:auto;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
		/*
    background: -ms-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e5e5e5));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 );
		*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
}
#left_side {
	float:left;
	width:482px;
    text-align: left;
    vertical-align: top;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px;
}
#right_side {
    float: right;
    width: 320px;
		padding:10px;
}
@media (max-width: 900px) {
	#login_wrapper {
			max-width: 320px;
	}
	#left_side {
			display: none;
	}
	#right_side {
			width: 320px;
			margin-left: auto;
			margin-right: auto;
	}
}
