.title {
  position: relative;
  z-index: 1;
  border-left: 5px solid #008473;
  padding: 10px 0 10px 50px;
  color: #008473;
  font-size: 26px;
  font-weight: 300;
  margin:0px -20px 0px -30px !important;
  text-align:left;
  padding-left:25px !important;
  background-color:#fff;
}
.input-container {
  position: relative;
  margin: 30px 0px;
}
.input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 40px;
  border: 0;
  color: #212121;
  font-size: 18px;
  font-weight: 400;
}
.input-container input:focus ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.input-container input:focus ~ .bar:before, .input-container input:focus ~ .bar:after {
  width: 50%;
}
.input-container input:valid ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.input-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: #757575;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #757575;
  width: 100%;
  height: 1px;
}
.input-container .bar:before, .input-container .bar:after {
  content: '';
  position: absolute;
  background: #08517c;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.input-container .bar:before {
  left: 50%;
}
.input-container .bar:after {
  right: 50%;
}

body.login{ width:100%; height:100%; position:absolute;}   		
.login .copyright {	text-align: center;	margin: 0;padding:0;color: #7a8ca5;	font-size: 13px;}
.login .copyright > p{ margin:10px 0;}
.login .content .form-actions .btn { margin-top: 1px;font-weight: 600;padding: 10px 20px!important;width: 100%;}
.login .content .forget-password { font-size: 14px;float: none; display: inline-block; margin-top: 10px;}
.login .content {
	background-color:  rgba(8, 8, 8, 0.07);
	width: 400px;
	margin: 10px 0;
	padding: 30px 30px 30px;
	overflow: hidden;
	position: absolute;
	right:10px;
	min-height: calc(100% - 20px);
}
.content-left{
	min-height: 100%;
	width: calc(100% - 420px);
	float:left;
	/*background-color:#ccc;*/
}
.register {margin-top:10px; text-align:right;}
.register > a{     
    font-size: 16px;
    text-decoration: underline !important;}
.register > a:hover{ color:green; }
.login .copyright {	text-align: center;	margin: 0;padding: 0;color: #7a8ca5;font-size: 13px;bottom: 0px;position: absolute;}
hr, p { margin: 0; }
.full-con{ position:relative; height:100%;}
.overflow{overflow: auto; height: 100%; position: absolute; width: 100%;}

.btn-login{background-color:#008473; color:#fff; cursor:pointer; text-align:center; font-size:20px; width:100%; }
.btn-login:hover{ cursor: pointer !important; box-shadow: 1px 1px 3px 2px #aaa;}	

.content-left{ width:100%; background: url(../../default/img/bg.jpg) no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;  background-size: cover; position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;}
@media (max-width: 500px) {
	.login .content {background-color: #eceef1;-webkit-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 0px;width: 100%;margin: 0px;right: 0;min-height: 100%;}
}
@media (max-width: 1025px) {
	.content-left{ calc(100%-400px); /*background: url(../../assets/vdo_bg/restaurant.jpg) no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;  background-size: cover; */}
}



