﻿@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;
}

.fieldAlert  {
	font-size: 12px;
	color: #CC3300;
	background-color: transparent;
 	border: none;
	width: 300px;
}

#login {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: #1e8ad2;
}
#login_wrapper {
	width: 640px;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	padding: 10px;
	box-shadow: 0 2px 7px 0 rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,.4);
	-webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.4);
	-o-box-shadow: 0 2px 7px 0 rgba(0,0,0,.4);
	-ms-box-shadow: 0 2px 7px 0 rgba(0,0,0,.4);
}
@media (max-width: 768px) {
	#login_wrapper {
		width: 360px;
	}
}
