@charset "UTF-8";
/* CSS Document */


html,
body {
	margin:0;
	padding: 0;
	overflow-x: hidden;
	background-color: #000000
}


#wrapper_home {
	 width:100%;
  height:100vh;
  overflow: hidden;
    background: url() no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




#logo_dp {
	margin: 130px 40px 40px 40px;
}

/*************************************************************************************/
/********************************* FONTS ********************************************/
/*************************************************************************************/

@font-face {
  font-family: 'Font_Project1';
  font-style: normal;
  src: 
	  /* url('../HTML_Lib/fonts/ITCAvantGardeStd-XLt.eot'),
  		url('../HTML_Lib/fonts/ITCAvantGardeStd-XLt.woff') format('woff'),
   	   	url('../HTML_Lib/fonts/ITCAvantGardePro-XLt.otf') ; */
		url('HTML_Lib/fonts/century_gothic.eot') /* IE */,
  		url('HTML_Lib/fonts/century_gothic.woff') format('woff'),
   	   	url('HTML_Lib/fonts/century_gothic.otf') /* Safari, Android, iOS */;
	   
}


.shadow {
	-webkit-box-shadow:  2px 2px 3px rgba(0, 0, 0, .2);
    box-shadow:  2px 2px 3px rgba(0, 0, 0, .2);
}


.lang_intro {
	font-family: 'Font_Project1';
	font-size: 14px;
	margin: 0 10px;
	color:#888;
	cursor: pointer;
	 text-align: center;
}

.lang_intro:hover {
	color:#000000;
}

.enter_intro {
	font-size: 18px;
}

#login_square
{
 width:300px;
 height:300px;
 margin:0 auto;
 background:#fff;
 position:absolute;
 left:50%;
 top:50%;
 margin-left:-150px;
 margin-top:-150px;
}

.panel-default {
 opacity: 0.9;
 margin-top:30px;
}
.form-group.last {
 margin-bottom:0px;
 text-align: center;
}

.panel-footer {
	position:absolute;
	bottom:0px;
	width: 100%;
	background-color:#ffffff;
	border:none;
	text-align: center;
}

.btn-default {
  color: #333;
  background-color: #ddd;
  border-color: #ccc;
}


.form-control:focus {
  border-color: #888888;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
}


a {
  color: #666;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}