﻿.Header
{
	width:101.3%;
	height:12%;
	min-height:105px;
	/*min-width:768px;*/
	background-color:#0D2DBA;
	/*border: 1px solid #000;*/
	
	margin: -15px 0px 0px -10px; 
}
.HeaderTableBody
{
	text-align:center;
	
}
.HeaderlogoSize
{
	margin-top:10px;
	height:70px;
	width:70px;
}
.HeaderRightText
{
	color:#fff;
}
.LBody
{
	height:85%;
	/*border:1px solid;*/
	width:100%;
	margin: -8px 0px 0px -10px; 
	background:url(../../images/faculty.png) center center;
	background-size:Cover;
	background-repeat:no-repeat;
	position:fixed;
	/*border-radius:0px 50px 0px 50px;*/
}
.LBodyQuality
{
	height:85%;
	/*border:1px solid;*/
	width:100%;
	margin: -8px 0px 0px -10px; 
	background:url(../../images/master-trainer1.png) center center;
	background-size:Cover;
	background-repeat:no-repeat;
	position:fixed;
	/*border-radius:0px 50px 0px 50px;*/
}

.LoginBody
{
	
	height: 30%;
	width: 25%;
	min-height: 300px;
	min-width: 250px;
	/*position:fixed;*/
	margin-top:10%;
	float:right;
	margin-right:5%;
	background: #1168f4;
	 /* IE 5-7 */
	filter: alpha(opacity=50);
	 /* Chrome/Firefox */
	opacity: 0.8;
	border-radius:0px 50px 0px 50px;
}

.Footer {
  height:5%;
  width:100%;
  margin: 0px 0px 0px -10px;
  bottom: 0;
  position:fixed;
  background-color: #fff;
  text-align: center;
}



.login {
  position: relative;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25), -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius:0px 50px 0px 50px;
  
}

.login__header {

  float :left;
  margin-top:10%;
  left: 0;
  width: 100%;
  height: 15%;
  
  text-align: center;
}
.login__body {
  float:left;
  margin-top: 5%;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: center;
}

.login__input {
  display: inline-block;
  height: 60%;
  margin-left:5%;
  width:130px;
  background: transparent;
  color: #FDFCFD;
  font-size:small;
  font-name:Arial;
}
.login__button
{
	padding: 3px 5px;
	background:#0D2DBA; 
	color:#fff; 
	font:bold 10pt arial; 
	cursor:pointer; 
	border:0; 
	margin-top:1px;
	border-radius:8px 8px 8px 8px;
	height:30px;
    width:100px;
	cursor: hand;
	font-size:small;
	font-name:Arial;
} 

