.eye,
.fa-eye-slash {
  float: right;
  margin-right: 10px;
  margin-top: -22px;
  position: relative;
  z-index: 2;
  color: #717171;
  cursor: pointer;
}

/* NEW LOGIN PAGE STYLING*/

#mainbody {
  background-color: #dadee0;
  overflow: hidden;
}
#maincontainer {
  align-items: center;
  justify-content: center;
  display: flex;
  min-height: 100%;
}
#imgcontainer {
  padding: 0px;
}
#companylogo {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 78px !important;
}
#validate-form {
  padding: 30px;
  margin-top: 25%;
}
#btnloginsubmit {
  border-radius: 50px;
  height: 35px;
  width: 100%;
  padding-top: 10px;
  font-size: 13px;
}
#devider {
  margin-top: 60px;
  border-top: 1px solid #d3d2cc;
}

/* .panel {
  margin: 50px;
  border-radius: 10px;
  border-color: 10px solid black;
} */

img {
  /*border-radius: 10px 0px 0px 10px;*/
  height: 500px;
  width: 100%;
}

.rightcontainer {
  background-color: rgb(255, 255, 255) !important;
  border-radius: 0px 10px 10px 0px;
  height: 500px;
  /* padding-top: 5%; */
}

.spacing {
  margin-top: 1px !important;
}

@media (max-width: 1024px) {
  #mainbody {
    background-color: #959a9c;
    overflow: auto;
  }
  .rightcontainer {
    background-color: rgb(255, 255, 255) !important;
    border-radius: 10px 10px 10px 10px;
    height: 500px;
    /* padding-top: 5%; */
  }
  #validate-form {
    padding: 20px;
    margin-top: 2%;
    border-radius: 2px;
  }
  #companylogo {
    width: auto !important;
    max-width: 50% !important;
    height: auto !important;
    max-height: 39px !important;
  }
  #devider {
    margin-top: 20px;
    border-top: 1px solid #d3d2cc;
  }
  footer h6 {
    text-align: center !important;
  }
 
  footer li {
    width: 100%  !important;
  }
}

@media (max-width: 480px) {
  #mainbody {
    background-color: #dadee0;
    overflow: auto;
  }
  .rightcontainer {
    background-color: rgb(255, 255, 255) !important;
    border-radius: 10px 10px 10px 10px;
    height: 500px;
    /* padding-top: 5%; */
  }
  #validate-form {
    padding: 20px;
    margin-top: 2%;
  }
  #companylogo {
    width: auto !important;
    max-width: 50% !important;
    height: auto !important;
    max-height: 39px !important;
  }
  #devider {
    margin-top: 20px;
    border-top: 1px solid #d3d2cc;
  }
  footer h6 {
    text-align: center !important;
  }
 
  footer li {
    width: 100%  !important;
  }
}
