/*
//V&V Properties ltd
//created by Paolo Mazzotta
//01/2016
*/

@font-face{font-family:'Roboto';src:url(../fonts/roboto.eot);src:url(../fonts/roboto.eot?#iefix) format("embedded-opentype"),url(../fonts/roboto.woff) format("woff"),url(../fonts/roboto.ttf) format("truetype"),url(../fonts/roboto.svg#robotoregular) format("svg");font-weight:400;font-style:normal}

@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(../fonts/MaterialIcons-Regular.eot);src:local('Material Icons'),local(MaterialIcons-Regular),url(../fonts/MaterialIcons-Regular.woff2) format("woff2"),url(../fonts/MaterialIcons-Regular.woff) format("woff"),url(../fonts/MaterialIcons-Regular.ttf) format("truetype")}


* {webkit-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: transparent; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html, body {
    height: 100%;
}
body {
	font-family: Roboto,"Helvetica Neue",sans-serif;
	color: rgba(0,0,0,0.87);
	background: url('../img/bg.jpg') center center no-repeat;
	height: 100%;
	padding: 0;
	margin: 0;
	display: flex;
  	align-items: center;
  	justify-content: center;
	-webkit-align-items: center;
  	-webkit-justify-content: center;
	background-size: cover;	
}
a {
	color: #4185F5;
	text-decoration: none;
}
a:hover {
	color: #4185F5;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
}

section {
	background: #fff;
	padding: 20px;
	margin: 20px auto;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,.3);
	width: 480px;
	display: block;
}

section ul {
	display: block;
}
section li {
	position: relative;
}
section li .md-24 {
    position: absolute;
    left: 8px;
    top: 9px;
    color: #999;
}
logo {
	background: url('../img/login_logo.png') center center no-repeat;
	width: 440px;
	height: 140px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
input {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #f5f5f5;
	font-family: Roboto,"Helvetica Neue",sans-serif; 
	color: rgba(0,0,0,0.87);
	width: 100%;
	outline-color: #4185F5;
	margin: 0;
	margin-bottom: 24px;
	text-indent: 30px;
}
input:-webkit-autofill, -webkit-text-fill-color {
	background: #f5f5f5;
	box-shadow: 0 0 0px 1000px #f5f5f5 inset;
}

section p {
    color: #a94442;
    background-color: #f2dede;
	padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
}

button {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	color: rgba(255,255,255,0.87);
    background-color: #4185F5;
    margin: 16px auto;
	border-radius: 3px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    border: 0;
    display: block;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 6px;
    line-height: 36px;
    min-height: 36px;
    white-space: nowrap;
    min-width: 88px;
	width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
	margin-top: 30px;
}

#private-policy {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -30%;
	background: #fff;
	padding: 20px;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,.3);
	width: 60%;
	height: 400px;
	z-index: 999;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	visibility: hidden;
	opacity: 0;
}
#private-policy #policy-content {
	overflow: auto;
	height: 304px;	
}
#private-policy #policy-choise {
	text-align: right;
	display: block;
}
#private-policy button {
	width: auto;
	display: inline-block;
	margin: 20px 10px;
}
#private-policy .cancel-button {
	background: #ddd;
	color: #666;
}
#shadow {
	position: fixed;
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	background: rgba(0,0,0, .6);
	z-index: 999;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	visibility: hidden;
	opacity: 0;
	cursor: pointer;	
}
.open {
	visibility: visible !important;
	opacity: 1 !important;	
}

/* check box */
input[type='checkbox'] + label{cursor:text;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;padding-left:30px}
input[type='checkbox']{position:absolute;opacity:0;box-sizing:border-box;padding:0;width: 0;}
input[type='checkbox'] + label:before{position:absolute;left:0;display:block;content:"";border:2px solid #999;height:20px;width:20px;border-radius:2px;background:#fff;-webkit-transition:all .3s ease;transition:all .3s ease;box-sizing:border-box;top: 2px;}
input[type='checkbox']:checked + label:before{background:#4185F5;border-color:#4185F5}
input[type='checkbox']:checked + label:after{border-right:2px solid #fff;border-bottom:2px solid #fff;opacity:1}
input[type='checkbox'] + label:after{position:absolute;display:block;content:"";bottom:5px;left:7px;width:6px;height:13px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-transition-delay:.1s;transition-delay:.1s;box-sizing:border-box}

/* icone */
.material-icons{font-family:'Material Icons';font-weight:400;font-style:normal;font-size:24px;display:inline-block;width:1em;height:1em;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:liga;vertical-align: text-bottom}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


@media (max-width: 768px){
body {
	background: #fff;
	display: block;
	background-size: auto;	
}
section {
	margin: 0 auto;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
}
#private-policy {
    width: 90%;
    margin-left: -45%;
    padding: 10px;
}
#private-policy #policy-choise {
    text-align: center;
}
logo {
	width: 220px;
	height: 70px;
	margin-bottom: 30px;
	background-size: 220px 70px;
}	

}