::-webkit-input-placeholder {
  color: #4E546D;
}
* {
  box-sizing: content-box;
}
body,
html {
  height: 100%;
}
h1 {
  margin: 0;
}
a {
  color: #0078ff;
}
#canvas {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-perspective: 800px;
  perspective: 800px;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  font-family: 'Gudea', sans-serif;
  background: #60608B;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, white), color-stop(100%, #6495ED));
  background: -webkit-linear-gradient(-45deg,white 0%, #6495ED 100%);
  background: -webkit-linear-gradient(315deg, white 0%, #6495ED 100%);
  background: linear-gradient(135deg, darkblue 0%, lightblue 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00008B ', endColorstr='#6495ED', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#canvas canvas {
  opacity: .6;
}
.canvas-wrap {
  position: relative;
  height: 100%;
}

.canvas-left {
  position: relative;
  width:500px;
  background:white;
  height: 500px;
}


div.canvas-content {
  position: relative;
  z-index: 2000;
  color: #fff;
  text-align: center;
  padding-top: 30px;
}
.authent {
  display: none;
  background: #B0C4DE;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #B0C4DE), color-stop(100%, #1f222e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #B0C4DE 0%, #1f222e 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(45deg, #B0C4DE 0%, #1f222e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0C4DE', endColorstr='#1f222e', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  z-index: 3;
  left: 0;
  right: 90px;
  margin: auto;
  width: 100px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px 70px;
  top: 50px;
  bottom: 0;
  height: 50px;
  opacity: 0;
}
.authent p {
  text-align: center;
  color: white;
}
.success {
  margin: 0 auto;
  width: 80%;
  display: none;
  color: #d5d8e2;
}
.success a {
  font-size: 14px;
}
p {
  color: #5B5E6F;
  font-size: 10px;
  text-align: left;
}
.testtwo {
  left: -320px !important;
}
.test {
  box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
  pointer-events: none;
  top: -100px !important;
  -webkit-transform: rotateX(70deg) scale(0.8) !important;
  transform: rotateX(70deg) scale(0.8) !important;
  opacity: .6 !important;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
.canvas-panel
{
 opacity:0.6;
 
  width: 720px;
  height: 320px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index:9;
}
	
	
	.canvas-header-panel
	{
		  opacity:0.6;
		  position: absolute;
		  width: 100%;
		  height: 72px;
		  left: 0;
		  right: 0;
		  margin: auto;
			border-bottom:1px solid white;
		  top: 0px;
		  background:#222;
		  
		  z-index:8;
	}
	
	.canvas-header-panel .header
	{
		height:36px;;margin: auto;  position: absolute;  top: 0; left: 0; bottom: 0; right: 0;;text-indent:50px;color:white;font-weight:bold;font-size:23px;
	}
	
	
	.canvas-footer-panel
	{
		  opacity:0.6;
  
  position: absolute;
  width: 100%;
  border: 0px solid #6495ED;
  height: 60px;
  left: 0;
  right: 0;
  margin: auto;
	border-top:0px solid yellow;
  bottom: 40px;
  
  z-index:8;
	}
	
	.canvas-footer-panel .footer
	{
		text-align:center;color:white;font-weight:bold;
	}
	
	

.login {
  opacity:0.8;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 0.85);
  -webkit-transition-property: -webkit-transform, opacity, box-shadow, top, left;
  transition-property: transform, opacity, box-shadow, top, left;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform-origin: 161px 100%;
  -ms-transform-origin: 161px 100%;
  transform-origin: 161px 100%;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  position: relative;
  width: 320px;
  border: 2px solid #6495ED;
  height: 320px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  background: #000;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #000), color-stop(100%, #B0C4DE));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #000 0%, #B0C4DE 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(45deg, #000 0%, #B0C4DE 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#B0C4DE', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.login .validation {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 6px;
  opacity: 0;
}
.login .disclaimer {
  font-size: 16px;
  width: 80%;
  margin: 20px auto;
  color: #DC6180;
}
.login_title {
  color: white;
  padding: 20px 10px 40px;
  text-align: left;
  font-size: 18px;
}
.register_title {
  color: #afb1be;
  padding: 30px 10px 20px;
  text-align: left;
  font-size: 18px;
}
#forgotForm {
  display: none;
}
.login_fields {
  left: 0;
   
}
.login_fields .icon {
  color: #fff;
  line-height: 23px;
  position: absolute;
  z-index: 100;
  left: 36px;
  top: 8px;
  opacity: .5;
}
.login_fields input[type='password'] {
  color: #afb1be !important;
}
.login_fields select,
.login_fields input[type='text'],
.login_fields input[type='password'] {
  text-indent: 5em;
  width: 100%;

  left: 0;
  padding: 10px 0;
  border-top: 1px solid #393d52;
  border-bottom: 1px solid #393d52;
  border-right: none;
  border-left: none;
  outline: none;
  font-family: 'Gudea', sans-serif;
  box-shadow: none;
}


.login_fields__user,
.login_fields__password {
  position: relative;
}

.login_fields__submit {
  position: relative;
  padding-top: 35px;
  
  left: 0;
  width: 80%;
  right: 0;
  margin: auto;
}



.login_fields__submit .forgot {
  float: right;
  font-size: 13px;
  margin-top: 11px;
  text-decoration: underline;
}
.login_fields__submit .forgot a {
  color: white;
}
.login_fields__submit input {
  border-radius: 50px;
  background: transparent;
  padding: 10px 50px;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition-property: background,color;
  transition-property: background,color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}
.login_fields__submit input:focus {
  box-shadow: none;
  outline: none;
}
.login_fields__submit input:hover {
  color: white;
  background: #6495ED;
  cursor: pointer;
  -webkit-transition-property: background,color;
  transition-property: background,color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}
/* Color Schemes */
.love {
  position: absolute;
  right: 20px;
  bottom: 0px;
  font-size: 11px;
  font-weight: normal;
}
.love p {
  color: white;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
.love a {
  color: white;
  font-weight: 700;
  text-decoration: none;
}
.love img {
  position: relative;
  top: 3px;
  margin: 0px 4px;
  width: 10px;
}
.brand {
  position: absolute;
  left: 20px;
  bottom: 14px;
}
.brand img {
  width: 30px;
}


.login_fields input[type='password']:focus {
background:white;
}

.login_fields input[type='text']:focus {
background:white;
}