
html { 
	height: 100%;
}
body{
	
  
  background-position: center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
	font-family: 'Lato', sans-serif !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow-x: hidden;
}

.container-fluid{
	padding: 0 !important;
}
.row{
	margin: 0 !important;
	padding: 0 !important;
}

h2{
	font-weight: bold;
}
#logIn_topBar{
	background-color: #0F1626;	
	color:#f5f5f5;
	box-shadow:0 3px 6px rgba(0,0,0,0.16);
	padding-left: 50px;
	width: 100%;
	position:fixed;
	top:0;
	margin-bottom: 150px;
	z-index: 10;

}
#logIn_topBar > img{
	width: 45px;
	height: 40px;
	margin: 5px;
}
#logIn_topBar > span{
	position:relative;
	top:5px;
	font-size: 25px;
	/* color: #f03f2b;
    background: -webkit-linear-gradient( -180deg, rgb(242,114,34) 0%, rgb(236,24,72) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */


}
#logIn_bottomBar{
	background-color: #0f1626;	
	color:#f5f5f5;
	
	padding-left: 50px;
	width: 100%;
	height: 30px;
	padding-bottom: 15px;
	position:fixed;
	bottom:0;
	z-index: 0;
	margin-top: 30px;

}

#logIn_bottomBar i{
	position:relative;
	top:0px;
	font-size: 12px;
}

#logIn_bottomBar span{
	font-size: large;
	position:relative;
	top:3px;
	font-size: 12px;
}
#logInForm_container{

	position: relative;
	top:150px;
	left:150px;
	background-color:rgba(51,51,51,0.8);
	color:white;
	/*margin: 15 15 0 15px; */
 	padding: 15px;
	z-index:9;
	overflow:hidden;
	width:375px;
	height: 230px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #607D8B; */
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

}
#logInForm_container label{
	font-size: 16px;
	/*color:rgb(242,114,34);*/
	/*    color: #f03f2b;
    background: -webkit-linear-gradient( -180deg, rgb(242,114,34) 0%, rgb(236,24,72) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
	color:#494949;*/
	color:white;
}
#logInForm_container input:focus,#logInForm_container input:hover{

	border:1px solid rgba(255,38,0,0.8) !important;
	box-shadow: none;
}
#btnLogIn{
/*	clear:both;
	float:right;
	color:#2196F3;*/
	background-color:rgba(255,38,0,0.8);
	border:none;
	color:white;
	height: 50px;
	font-weight: bold;
}
/*	  color: #f03f2b;
    background: -webkit-linear-gradient( -180deg, rgb(242,114,34) 0%, rgb(236,24,72) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border:none; */
	
}
#btnLogIn:hover, #btnLogIn:focus{
	border:none;
	background-color:  #2196F3;
	color:rgba(245,245,245 ,1);
	outline: none;
}

#loginForm{
	
	color:rgba(0,153,153,1);
}

/** JQUERY **/


.ui-widget-content{
  background: #fafafa !important;
  border:none;
 /* box-shadow: 0 3px 6px rgba(0,0,0,0.16); */
}
.ui-dialog-title{
  color:#03A9F4;
}


.ui-widget-header{
  background: white !important;
  border:none;
  color:#03A9F4;
  
}

.ui-dialog-titlebar{
  color:grey !important;
  border:none !important;
  background: transparent !important;
  
}
.ui-dialog-titlebar button{ 
  background: transparent !important;  
  outline: none !important;
}

.ui-dialog-title{
  color:rgba(0,153,153,1);
}

.ui-dialog-titlebar-close{
  color:grey !important;
  border:none !important;
  background: transparent !important;
  
}
.ui-state-default{
  background: white !important;
  border-radius:2px;
}
.ui-state-default a{
 color:blue !important;
}

@media screen and (min-width:30px) and (max-width: 600px){
 
 
 	#logInForm_container{
	
	top:80px;
	left:15px;

}
}

@media handheld and (min-height: :30px) and (max-height: 260px) and (orientation: landscape){
 
 
 	#logIn_bottomBar{
	
		display:none;

}
}
