@import url('reset.css');

.page-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: rgba(255, 255, 255, .8) url('../images/ajax-loader.gif')center center no-repeat;
}

html,
body {
	font-family: 'opensans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	background: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	color: #666;
	min-width: 300px;
	min-height: 600px;
	background: #A2DCEE;
	background: #528ac7;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white
}

/*#bg-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 500px;
	background: #ccc;
	background-image: url(../../../images/img-home.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center center;
}*/

a,
button,
input {
	outline: none;
}

a {
	color: white;
}

h1,
h2,
h3,
#login #submit-container input {
	font-family: "lobster";
	font-weight: normal;
}

::selection {
	color: #fff;
	background: #00739c;
}

::-moz-selection {
	color: #fff;
	background: #00739c;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

#login h3 {
	color: #00739c;
	font-family: "opensans-bold";
	margin: 15px 0 0 0;
}

#logo {
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

#azienda {
	background-color: white;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#header {
	display: flex;
	align-items: center;
	height: fit-content;
	width: fit-content;
	margin: 15px;
	padding: 10px;
	box-shadow: 0px 0px 25px 1px #15165e;
	flex-direction: column;
	background-color: #528ac7;
	background-color: #A2DCEE;
	background-color: #439ade;
	justify-content: space-around;
	border-radius: 20px;
	/* border: 2px solid #15165e; */
}

#h1-container {
	width: 120%;
	height: 55%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header h1 {
	margin: 0;
	text-align: center;
	padding: 15px 0 15px 0;
}

#login {
	text-align: center;
	display: block;
	margin-bottom: 0;
	width: 100%;
	float: left;
}

#login h2 {
	display: none;
}

#login form {
	padding-top: 20px;
}

#login .input {
	margin-bottom: 10px;
}

#login label {
	display: none;
}

#login .input input {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	font-size: 16px;
	border: none;
	margin: 0;
	outline: none;
	background: #f0f0f0;
	/*e4e4e4 vecchio f0f0f0 nuovo*/
	color: #000;
	border-radius: 7px;
	height: 40px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

#login .input {}

#login label span {
	display: none;
}

#login #submit-container {
	display: block;
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
}

#login #submit-container .submit {
	background: #528ac7;
	/*004b64 vecchio 009ce6 nuovo*/
	font-size: 16px;
	border: none;
	margin: 0;
	outline: none;
	color: #fff;
	display: block;
	padding: 5px;
	cursor: pointer;
	width: 100%;
	height: 40px;
	border-radius: 20px;
	transition: background .2s ease-in-out;
}

#login #submit-container .submit:hover {
	background: #4c7bad;
	/*00739c vecchio 009ce6 nuovo*/
}

#topWrapper {
	width: 50%;
	height: 50%;
	/* background-color: white; */
}


::-webkit-input-placeholder {
	color: #c6c6c6;
}

::-webkit-input-placeholder:after {
	color: #c6c6c6;
}

:-moz-placeholder {
	color: #c6c6c6;
}

:-moz-placeholder:after {
	color: #c6c6c6;
}

:-ms-input-placeholder {
	color: #c6c6c6;
}

:-ms-input-placeholder:after {
	color: #c6c6c6;
}

.message {
	right: 0;
	text-align: center;
	background: #ff7700; /*C00 vecchio ff7700 nuovo*/
	padding: 5px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.message.blue {
	background: #009ce6;
	/*00739c vecchio 009ce6 nuovo*/
	border-radius: 5px;
}

.message .error {
	font-family: 'opensans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #fff;
}

#footer {
	margin: 10px auto;
	color: white;
	/*999 vecchio fff nuovo*/
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

#footer p {
	margin: 20px 0;
}

@media screen and (max-width: 1000000px) {
	#bg-image {
		display: none;
	}

	#header {
		
	}
}


span.error {
	font-family: 'opensans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #fff;
	background: #db3535;
	display: block;
	font-size: 12px;
	padding: 3px;
	border-radius: 10px;
	margin-bottom: 5px;
}

.positioning {
	position: relative;
	margin-bottom: -17px;
	top: -17px;
}