body {
  background:url(/Images/login-background.png)no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
 
  font-family: 'PT Sans Caption', sans-serif;
  margin: 0;
}
html {
  overflow-x: auto;
  position: relative;
  min-height: 100%;
  
}
.nopadd{padding:0px!important;}

* {
  outline: none !important;
}
a:hover {
  outline: 0;
  text-decoration: none;
}
a:active {
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
.header{background: #fff!important; padding:10px 0px;-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.19);
-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.19);
box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.19);}
.login-block{
    
float:left;
width:100%;
padding : 50px 0;
}
.banner-sec{background:url(../images/login-img/banner.jpg)  no-repeat left bottom; background-size:cover; min-height:500px; border-radius: 0 10px 10px 0; padding:0;}
.container{background:#fff; border-radius: 10px; box-shadow:15px 20px 0px rgba(0,0,0,0.1);}
.card {
  background: #ffffff none repeat scroll 0 0;
  margin: 15px 0;

  border: 0 solid #e7e7e7;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.login-logo {
  text-align: center;
  margin-bottom: 15px;
}
.login-logo span {
  color: #ffffff;
  font-size: 24px;
}
.login-logo img {
  height: 75px;
}
.login-name {
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-weight: 700;
    color: #042041;
    margin: 8px 0px 20px 35px;
}
.login-content {
  margin:20px 0;
}
.login-form {
  background: #ffffff;
  padding: 30px 30px 20px;
  border-radius: 2px;
}
.login-form h4 {
  color: #455a64;
  text-align: center;
  margin-bottom: 50px;
}
.login-form .checkbox {
  color: #455a64;
}
.login-form .checkbox label {
  text-transform: none;
}
.login-form .btn {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px;
  border: 0px;
}
.login-form label {
  color: #455a64;
  text-transform: uppercase;
  font-weight:600;
  font-size:12px;
}
.login-form label a {
  color: #4680ff;
  font-weight:400;
}
.login-box{margin:0px auto; width:360px;}
/*    Input Style
------------------------*/
.form-group {
  margin-bottom: 20px;
}
.form-control {
  height: 42px!important;
  border-radius: 0;
  box-shadow: none;
	padding-left:40px!important;
  border-color: #e7e7e7;
  font-family: 'Poppins', sans-serif;
}
.form-control:hover {
  box-shadow: none;
  border-color: #e7e7e7;
}
.form-control.active,
.form-control:focus {
  box-shadow: none;
  border-color: #878787;
}
.input-default {
  border-radius: 4px;
}
.input-flat {
  border-radius: 0;
}
.input-rounded {
  border-radius: 100px;
}
.input-focus {
  border-color: #4680ff;
}
.input-focus:focus {
  border-color: #4680ff;
}
.btn-primary{background-color:#125692!important; font-weight:bold;}
/* enable absolute positioning */
.inner-addon { 
    position: relative; 
	margin-bottom: 10px;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
	font-size:20px;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.round-pic{background:#86bae9;-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height:210px;
  border: none;
  -webkit-border-radius: 0 0 239px 239px;
  border-radius: 0 0 239px 239px;
  font: normal 16px/1 "Times New Roman", Times, serif;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;}


.login-validation-error {
    font-size: 10px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-weight: 700;
    color: red;
    margin: 8px 0px 20px 35px;
}