@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');
  /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('webfont.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('webfont.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('webfont.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

}

.login-icon {
  position: absolute;
  top: 17px;
  right: 10px;
  font-size: 24px;
}

.login-icon-2 {
  position: absolute;
  top: 17px;
  right: 11px;
  font-size: 21px;
}

.log-btn[disabled] {
  background-color: #8591cd;
  color: #fff;
  cursor: not-allowed;
}

.sitecolor {
  color: #fff;
  margin: 6px 0px;
  text-align: center;
  line-height: 1px;
}

.pd80 {
  padding: 80px 0px ! important;
}

.text-center {
  text-align: center;
}

.padd20 {
  padding: 20px 5px;
}

.head-part {
  width: 300px;
  position: relative;
  margin: 20px auto;
}

h1 {
  color: #ccc;
  text-align: center;
  font-family: 'sans-serif';
  font-size: 50px;

}

.login-form {
  width: 330px;
  padding: 40px 20px;
  background-color: rgba(238, 238, 238, 0.6);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2),
    0px 6px 20px 0px rgba(0, 0, 0, 0.5);
  margin: auto;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  height: 50px;
  border: none;
  padding: 5px 7px 5px 15px;
  background: #fff;
  color: #666;
  border: 2px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.form-control:focus,
.form-control:focus+.fa {
  border-color: #556ee6;
  color: #171718;

}

.form-group .fa {
  position: absolute;
  right: 20px;
  top: 39px;
  color: #999;
}

.form-control option {
  padding: 5px ! important;
  line-height: 20px;
}

.rd {
  color: #FF0000;
  font-size: 11pt;
}

.log-status.wrong-entry {
  -moz-animation: wrong-log 0.3s;
  -webkit-animation: wrong-log 0.3s;
  animation: wrong-log 0.3s;
}

.log-status.wrong-entry .form-control,
.wrong-entry .form-control+.fa {
  border-color: #ed1c24;
  color: #ed1c24;
}

.log-btn {
  background: #556ee6;
  display: inline-block;
  width: 100%;
  border: none;
  font-size: 16px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.log-btn:hover {
  background: #9fadf1;
  display: inline-block;
  width: 100%;
  border: none;
  font-size: 16px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.alert {
  display: none;
  font-size: 16px ! important;
  color: #f00;
  padding: 0px;
  float: left;
}

.link {
  text-decoration: none;
  color: #c6c6c6;
  float: right;
  font-size: 12px;
  margin-bottom: 15px;
}

.link:hover {
  text-decoration: none;
  color: #8c918f;

}

@-moz-keyframes wrong-log {

  0%,
  100% {
    left: 0px;
  }

  20%,
  60% {
    left: 15px;
  }

  40%,
  80% {
    left: -15px;
  }
}

@-webkit-keyframes wrong-log {

  0%,
  100% {
    left: 0px;
  }

  20%,
  60% {
    left: 15px;
  }

  40%,
  80% {
    left: -15px;
  }
}

@keyframes wrong-log {

  0%,
  100% {
    left: 0px;
  }

  20%,
  60% {
    left: 10px;
  }

  40%,
  80% {
    left: -10px;
  }
}

#numberic {
  color: red;
  /* padding:20px; */
  font-size: 16px;
  margin: 0px 0px;
  font-weight: 500;
}