.form-group {
    margin-bottom: 20px;
    position: relative;
}
.has-error .form-control-feedback {
    color: #a94442 !important;
}

.login{
  font-size: 21px;
}

.smk-alert-content {
  position: fixed;
  width: 98%;

  z-index: 2060;
}

.smk-alert-content-top-right {
  top: 20px;
  right: 20px;
}

.alert .close {
  color: #fff;
  opacity: 1;
}

.login-page {
  /* The image used */
  /* background: #716f6f  !important; */
  background-image: url("../../../image/bg.png");
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-box-body, .register-box-body
{
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

th {
  text-align: center;
  background-color: #ebebeb;
}

.btn-green
{
  background-color: #0C784C;
  border-color: #0a613d;
  color : #ffffff;
}

.btn-green:hover {
    color : #f7f7f7;
    background-color: #0a613d;
    border-color: #074a2e;
}

.btn-green
{
  background-color: #0C784C;
  border-color: #0a613d;
  color : #ffffff;
}

.btn-green:hover {
    color : #f7f7f7;
    background-color: #0a613d;
    border-color: #074a2e;
}

.btn-green:hover {
    color : #f7f7f7;
    background-color: #0a613d;
    border-color: #074a2e;
}


.btn-login
{
  background-color: #791ec3;
  border-color: #0044cc;
  color : #ffffff;
}

.btn-login:hover {
    color : #f7f7f7;
    background-color: #0044cc;
    border-color: #0044cc;
}
