
.background { 
	width: 100%;
	height:100%;
	font-family: 'Open Sans', sans-serif;
	background-image: url("/images/login.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	overflow: hidden;
}

.title { 
	font-size: 90px;
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #fff;
	
}

html,
body,
header,
.view {
  height: 100%;
}

a {
 color:white
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:focus {
  border-bottom: 1px solid;
  
}

a:hover {
  border-bottom: 1px solid;     
  
}

a:active {
 
  color: #CDFEAA;
}

.card {
  background-color: rgba(180,180,180, 0.2);
  border: solid 1px #555;
  border-radius:15px;
  box-shadow:  0 0 40px  rgba(180,180,180,0.7);
  -moz-box-shadow: 0 0 40px  rgba(180,180,180,0.7);
  -webkit-box-shadow: 0 0 40px  rgba(180,180,180,0.7);
  -o-box-shadow: 0 0 40px  rgba(180,180,180	,0.7);
}

.md-form label {
  color: #aaaaaa;
}

h6 {
  line-height: 1.7;
}