/*!
 * Akeda Servizi ver. 17.02.01 - www.akedaservizi.com
 * Copyright 2017 Akeda Servizi
 */

@import url('/awe/css/font-akeda.css');

/* HTML */
html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
	quotes: "“" "”";
	font-style: normal;

	/*font-size: 20px;*/
	line-height: 28px;
	font-weight: 200;
	letter-spacing: 0em;
	color: #333;
	background: #eee;
	/*background: -webkit-linear-gradient(bottom, #ccc, #eee);
	background: -o-linear-gradient(top,#ccc, #eee);
	background: -moz-linear-gradient(top, #ccc, #eee);
	background: linear-gradient(to top, #ccc, #eee);*/
	/*padding: 10% 5%;*/
	/*padding-bottom: 104px;*/

	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 25px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.1;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
	line-height: 1.16667;
	font-weight: 300;
	letter-spacing: 0em;
	margin-bottom: 21px;
}

h3 {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 300;
	letter-spacing: -.008em;
}

h4 {
	font-size: 22px;
	line-height: 1.16667;
	font-weight: 200;
	letter-spacing: 0em;
	margin-bottom: 10px;
}

p {
	margin: 0 0 25px;
}
@media (min-width: 768px) {
	p {
		margin: 0 0 35px;
	}
}

a {
	color: silver;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
	color: gray;
}

form {
	padding: 15px;
	background-color: #FFF;
	border-radius: 20px;
	/*border: 1px solid #D3E0E9;*/
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

button, .btn {
	border-radius: 50%;
	border: 6px solid #eee;
	width: 80px;
	height: 80px;
	position: absolute;
	/*top: calc(50% - 6px);*/
	/*right: -30px;*/
	right: 0;
	bottom: -20px;
	z-index: 10;
	padding: 0;
	font-size: 4em;
    line-height: 1.3em;

    background-color: #fff;

    cursor: pointer;
}

button:focus {
	outline: none;
}

button i, .btn i { border-radius: 50%; }

label {
	font-weight: inherit;
	font-size: 100%;
	opacity: 1;

}

.btn-login {
	/*top: calc(50% - 6px);*/
    /*right: -30px;*/
}

.btn-lost-password {
	/*top: calc(50% - 6px);*/
}

.input-group-addon {
	background-color: #FFF;
	border: 0;
}

.form-control {
	background-color: #FFF;
	border: 0;

	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-default {
	border-color: #eee;
	color: #555;
}

.form-group {
	margin-bottom: 15px;
	border-bottom: 3px solid #eee;
	padding-right: 30px;
	/*padding-bottom: 15px;*/
}

section {
	/*margin-bottom: 25%;*/
	position: fixed;
	top: 10%;
	/*left: 5%;*/
	left: -125%;
	/*width: 90%;*/
	width: 100%;
	padding: 20px;
	
	/*overflow-x: hidden;*/
	transition: 0.5s;
}

@media (max-height: 320px) {
	section {
		top: 0;
	}
}

section#lost-password {
	/*display: none;*/
	left: 125%;
}

section.in, section#lost-password.in {
	left: 0;
	/*left: 1.4%;*/
	/*width: 90%;*/
}

@media (min-width: 601px) {
	section.in, section#lost-password.in {
		left: 15%;
		width: 70%;
	}
}

@media (min-width: 993px) {
	section.in, section#lost-password.in {
		left: 25%;
		width: 50%;
	}
}

section.out {
	/*transform: translateX(130%);*/
	/*left: 125%;*/
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group i {
	font-size: 2em;
}

.input-group .input-group-addon {
	display: table-cell;
	border: 0;
	padding: 6px 12px;
	color: #555;
	width: 1%;
}

.input-group .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    /*background-color: #fff;*/
    background-image: none;
    /*border: 1px solid #ccc;*/
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

	display: table-cell;
	position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;

    background-color: #FFF;
	border: 0;

	-webkit-box-shadow: none;
	box-shadow: none;

	margin: 0;
	margin-bottom: -10px;

	box-sizing: border-box;
}