/* CSS Document */
@font-face {
	font-family: futura;
	src: url("../fonts/Futura.ttf");
}
#loginframe{
	width:400px;
	height:800px;
	font-family:futura;
	font-size: 14px;
	color: #246c8c;
	margin: auto;
	border-radius: 25px;
	position: absolute;
	display:block;
	top: 0; left: 0; bottom: 0; right: 0;
	background-color: rgba(202, 214, 222, 0.7);
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);  
}
#loginicon{
	width: 116px;
	height: 116px;
	background-image:url("../images/login_icon.png");
	position: relative;
	top: 20px; left: 130px;
}
.field1{
	width: 340px;
	height: 55px;
	border-radius: 15px;
	overflow: hidden;
	cursor: text;
	font-size: 20px;
	position: relative;
	background-color: #f4f4f4;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.single-line br {
    display:none;

}
.single-line * {
    white-space:nowrap; 
}
#fieldunholder{
	width: 350px;
	height: 65px; 
	top: 55px; left: 25px;
	position: relative;
}
.fieldlabel {
	margin-left: 10px;
	width:200px;
	height:15px;
}	

#fieldpswdholder{
	width: 340px;
	height: 80px;
	top: 80px; left: 25px;
	position: relative;
}
#footer {
 	position : fixed;
    bottom : 0px;
    height : 40px;
	width: 100%;
    margin-top : 60px;
	left: 0px;
	z-index: 99999;
	background-color: #EAF0F1;
}

#footer-content {
  	height: 32px;
  	padding: 8px;
	font-family:futura;
	font-size: 12px;
	color: #a9a9a9;
}
input:focus, textarea:focus, select:focus{
	outline: none;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	backface-visibility: hidden;
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(143,27,15,0.8);
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	perspective: 600px;
}
/* Effect 12:  Just me */
.md-effect-12 .md-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
	background: #e74c3c;
} 

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
	background: transparent;
}

.md-show.md-effect-12 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.container {
	background: #e74c3c;
	min-height: 100%;
}

#password{
	font-size: medium;
}
#passicon{
	width:46px;
	height: 46px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url("../images/passicon.png");
}
#passfield{
	outline: none;
	height:50px;
	width:290px;
	-webkit-text-security: disc;
	padding-top:15px;
	margin-left: 50px;
}
#passfield:empty:before{
	-webkit-text-security: none;
}

#userfield{
  	color: #246c8c;
	outline: none;
	height:50px;
	width:290px;
	padding-top:15px;
	margin-left: 50px;
	
	
}

#username{
	color: white;
}
#usericon{
	width:46px;
	height: 46px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-image: url("../images/usericon.png");
}

.loginfield:empty:before {
	content:attr(data-placeholder);
  	color:#bcbcbc;
}

#portal {
	background-image: url("../images/StreamlinePortal.gif");
	background-size: cover;
	width:100%;
	height:700px;
	max-width: 1200px;
	max-height: 900px;
	
}

#loginbtn {
	width: 190px;
	height: 30px;
	top: 110px; left: 10px;
	padding-top:15px;
	margin-left: 10px;
	padding-left: 150px;
	border-radius: 25px;
	cursor: pointer;
	color: #FFFFFF;
	position: relative;
	background: linear-gradient(45deg, #25dcd1, #4866b7);
}

.shakes {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shakes {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
#sllogo {
	width: 60px;
	height: 60px;
	float: left;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	background-image: url("../images/StreamlineLogo.png");
	background-size: contain;
	filter: invert(1); 
	transform: scale(0.5);
	position: absolute;
	top: 0; left: 0; 
}

#uplaod_form_contaner {
    width: 400px; height: 250px; float: left; margin-left: 400px; position: absolute;
}
