*{
	 border-radius: 0 !important;
}

body{
  /* background: #00589F;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00589F', endColorstr='#0073CF', GradientType=0);
  background: -webkit-linear-gradient(to bottom, #00589F 50%, #0073CF) !important;
  background: -moz-linear-gradient(to bottom, #00589F 50%, #0073CF) !important;
  background: -ms-linear-gradient(to bottom, #00589F 50%, #0073CF) !important;
  background: -o-linear-gradient(to bottom, #00589F 50%, #0073CF) !important;
  background: linear-gradient(to bottom, #00589F 50%, #0073CF) !important;*/
  color: black; 
}

div.well{
  height: 250px;
} 

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Center.is-Responsive {
  width: 100%; 
  height: 50%;
  min-width: 400px;
  max-width: 520px;
  padding: 10px;
}



.Label{
	margin-bottom: -4px;
	margin-top: 10px;
	font-size: 14px;
	font-family: 'Gilroy' !important; 
} 

.LabelX {
	margin-left: 20px;
	text-align: center;
    padding-top: 30px;
    padding-bottom:15px;
    font-size: 14px;
    font-family: 'Gilroy' !important; 
    
}
.LabelI {
	text-color:black;
	padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    font-family: "Gilroy" !important;
}

#btnLogin-btnEl {
	background: #66A4D8;
	margin-left:0px;
}

#username-inputEl {
	margin-top:20px;
	margin-left:110px;
	width:50px;
	height:33px;
	background-color: #bdedfc;
	font-family: "Gilroy"; 
	required:true;
	data-error:"";
	
}

input[id^="textfield"][id$="inputEl"] {
  width:auto;
  height:33px;
  margin-left:110px;
  background-color: #bdedfc;
  font-family: 'Gilroy' !important; 
  required:true;
  data-error:"";
}

#otp_submit_btn span[id$="btnInnerEl"] {
  line-height: 12px !important;
}

#otp_submit_btn button[id$="btnEl"] {
  background: #66A4D8;
}

#otp_cancel_btn span[id$="btnInnerEl"],
#otp_resend_btn span[id$="btnInnerEl"] {
    line-height: 0px !important;
}

#otp_formpanel-body {
    height: 50px !important;
    border-bottom: 2px solid orange;
}



