html, body{
  height: 100%;
}
body{
    background-color: #86b7fe;
  /*background: url(/bgimg.jpg);*/
  background-size: cover;  
}
.form-login{
  background: rgba(236, 240, 241, .35);
  border-radius: 12px;
  padding: 20px;
  max-width: 450px;
  margin: auto;
  width: 100%;
  text-align: center;
}
.btn-primary{
  background: #008c00;
  border: 0;
}
.btn-primary:hover{
  background: #fabf00f9;
}
#emppicid{
    display:flex;
    align-content: space-between;
    justify-content:space-between;
}
footer{
    flex-direction: column;
    margin-top: 2rem; 
  /* margin-left: 0.5rem;
  font-style: italic;  */
  font-size: 1.3rem;
  margin-bottom: 1rem;
  /* color: #ffd900;
  font-weight: bold; */
  border: 3px solid blue;
  background-image: radial-gradient( farthest-corner at 200px 85px,rgb(255, 0, 0) 46%, transparent 0%, rgba(0, 124, 16, 0.996) 40%);

  }
  