@import url(https://fonts.googleapis.com/css?family=Roboto:300);
* { box-sizing:border-box; }

/* .mainred { */
/* 	  COLOR: #FFFFFF;  */
/* 	  FONT-FAMILY: "Trebuchet ms", Arial, Arial; FONT-SIZE: 14px; FONT-WEIGHT: bold */
/*  } */
   .yHeaderHome{
 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.2' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 8%;
    position: absolute;
    z-index: 3;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.form {
  position: relative;
  z-index: 1;
  background: #fafafa;
  max-width: 356px;
/*  margin: 0 auto 100px;*/
  padding: 25px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.stackntrackTitle { 
	text-align:center;
	color: #FFFFFF;
	font-family: 'Ubuntu', sans-serif;
	font-size: 42px;
	font-weight: bold;
	
}
.group { 
	position: relative; 
	margin-bottom: 30px; 
}

.imgLogo { 
	position: relative; 
	margin-bottom: 30px; 
}

label {
	color: #999; 
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 3px;
	top: 10px;
	font-family: 'Ubuntu', sans-serif;
	transition: all 0.2s ease;
}


.form input {
  font-size: 16px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	background: #fafafa;
	color: #000000;
	width: 100%;
	border: none;
	font-family: 'Ubuntu', sans-serif;
	border-bottom: 1px solid #757575;
}
.form button {
 	font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4a89dc;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 18px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 14px;
}
.form .message a {
  color: #43A047;
  text-decoration: none;
  font-size: 16px;
  
}
.form .forgot-password-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  /* max-width: 300px; */
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body {
	
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/*background: #E3F2FD;*/ /* fallback for old browsers */
  /*background: -webkit-linear-gradient(right, #E3F2FD, #BBDEFB);
  background: -moz-linear-gradient(right, #E3F2FD, #BBDEFB);
  background: -o-linear-gradient(right, #E3F2FD, #BBDEFB);
  background: linear-gradient(to left, #E3F2FD, #BBDEFB);*/
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}

/* active */

input:focus ~ label, input.used ~ label {
	top: -20px;
  transform: scale(.85); left: -3px;
	/* font-size: 14px; */
	color: #1A237E;
	font-weight: normal;
	display: block;
		font-family: 'Ubuntu', sans-serif;
}

input:focus { outline: none; }


/* Underline */

.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before, .bar:after {
	content: '';
	height: 1px; 
	width: 0;
	bottom: 1px; 
	position: absolute;
	background: #4a89dc; 
	transition: all 0.7s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }


/* active */

input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }


/* Highlight */

.highlight {
	position: absolute;
	height: 60%; 
	width: 100px; 
	top: 25%; 
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


/* active */

input:focus ~ .highlight {
	animation: inputHighlighter 0.3s ease;
}

.footer-links{
position: absolute; bottom:0;
margin-left:25px;
}

.footer-links p{
	font-size: 14px;
	color:#dde4e8;
	margin-left: 10px;
	font-family: 'Ubuntu', sans-serif;
	
}
#murho-alink{
	text-decoration:none;
	color:#dde4e8;
	font-family: 'Ubuntu', sans-serif;
}
#murho-link a:hover{
	text-decoration:underline;
	color:#dde4e8;
	font-family: 'Ubuntu', sans-serif;
}

#eye-icon{
cursor:pointer;
font-size:14px;
color:#1A237E;
position:absolute;
top:15px;
right:0px;
z-index:1;

}
#eye-icon_old{
cursor:pointer;
font-size:14px;
color:#1A237E;
position:absolute;
top:15px;
right:0px;
z-index:1;

}
#eye-icon_new{
cursor:pointer;
font-size:14px;
color:#1A237E;
position:absolute;
top:15px;
right:0px;
z-index:1;

}#eye-icon_conf{
cursor:pointer;
font-size:14px;
color:#1A237E;
position:absolute;
top:15px;
right:0px;
z-index:1;

}
#loginscreen-row{	
	padding:0px;
	margin:0px;
	margin-top:135px ! important;
}
#pannel-control{
	margin-left:250px;
}

@media only screen and (max-width:2560px) {

  .footer-links{
		margin-bottom:10px;
		}
		.stackntrackTitle{
		margin-top:10px;
		}
#loginscreen-row{	
	padding:0px;
	margin:0px;
	margin-top:250px ! important;
}
#pannel-control{
	margin-left:450px;
}
		
 }
 @media only screen and (max-width:2550px) {

  .footer-links{
		margin-bottom:10px;
		}
		.stackntrackTitle{
		margin-top:10px;
		}
#loginscreen-row{	
	padding:0px;
	margin:0px;
	margin-top:135px ! important;
}
#pannel-control{
	margin-left:250px;
}
		
 }
 @media only screen and (max-width:1440px) {
  .footer-links{
		margin-bottom:5px;
		}
.stackntrackTitle{
		margin-top:10px; 
		}
		#loginscreen-row{	
	padding:0px;
	margin:0px;
	margin-top:100px ! important;

}
#pannel-control{
	margin-left:200px;
}
		
 }
 
  @media only screen and (max-width:1024px){
	 .footer-links{
		bottom:15px;
		}
		#loginscreen-row{	
			padding:0px;
			margin:0px;
			margin-top:100px ! important;
		}
		#pannel-control{
	margin-left:130px;
}
 @media only screen and (max-width:1023px){
	 .footer-links{
		bottom:15px;
		}
		#loginscreen-row{	
			padding:0px;
			margin:0px;
			margin-top:100px ! important;
		}
		#pannel-control{
	margin-left:0px;
}
 }
 @media only screen and (max-width:767px){
	 .footer-links{
	position: static;
	margin:0px;
	}
 }
 

