body{margin-top:20px;}

body.login {
  position: initial;
  padding-top: 0;
}

body.login #content {
  max-width: 760px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

body.login .lock-container {
  margin: auto;
  width: 300px;
  margin-top: 100px;
}

@media (min-width: 480px) {
  body.login .lock-container {
    bottom: 0;
	 /*
    height: 550px;
    position: absolute;
	*/
    left: 0;
    top: 0;
    right: 0;
  }
}

body.login .lock-container h1 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    text-shadow: 0 0 3px #008329;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
}

body.login .lock-container .panel {
  max-width: 300px !important;
  background-color: rgba(255, 255, 255, 0.8); 
  position: relative;
  	  z-index:999;

}

body.login .lock-container .panel img {
  margin: 5px 0 5px;
}

body.login .lock-container .panel input {
  margin-bottom: 10px;
}

body.login .lock-container .panel .btn {
  margin-top: 10px;
}


body.login .lock-container .panel .forgot-password {
  margin: 10px 0 0;
  font-weight: 500;
  color: #008329;
  display: block;
}

body.login #content {
    max-width: 760px;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#content {
    min-width: 320px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: inherit;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

body.login .lock-container .panel input {
    margin-bottom: 10px;
}
body.login .lock-container .panel select {
    margin-bottom: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #efefef;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.footer-container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

.footer-container .text-muted {
  margin: 20px 0;
}

.img-logo{
    width: 100px;
    height: 100px;
}

.login-header {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -40px;
    padding: 20px 0;
}

.login-card .login-header-primary{
    background: linear-gradient(60deg, #008329, #008329);
}
.button__badge {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;
  padding: 1px 3px;
  font-size: 10px;
  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0;
  right: 0;
}
.button__dot{
color:#FF0000;
}