body {
  background:url(../img/login-background.jpg) repeat;

	width: 100%;
 
  font-family: 'PT Sans Caption', sans-serif;
  margin: 0;
}
html {
  overflow-x: auto;
  position: relative;
  min-height: 100%;
  
}

* {
  outline: none !important;
}
a:hover {
  outline: 0;
  text-decoration: none;
}
a:active {
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
.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;
  padding: 20px;
  border: 0 solid #e7e7e7;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
-moz-box-shadow:    0px 0px 25px 0px rgba(0, 0, 0, 0.35);
box-shadow:         0px 0px 25px 0px rgba(0, 0, 0, 0.35);
}
.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:32px; font-family: 'Oswald', sans-serif; text-align:center; font-weight:700; color:#042041; margin:80px 0px 20px 0px; }
.login-content {
  margin:20px 0;
}
.login-form {
  background: #ffffff;
  padding: 30px 10px 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;
  border-radius: 0;
  box-shadow: none;
  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:#7250d6!important; font-weight:bold;}

.field-validation-error {
    color: #d9534f;
}

.input-validation-error {
    border: 1px solid #d9534f!important;
}
