.loginPage {
  padding: 0;
  margin: 0;
  min-height:100vh;
  overflow: hidden;
  background: url('../images/bg_login.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.myicon-Eye_Closed:before {
  content: "\e908";
}

button[type=submit]{
  outline-style: double;
  outline-offset: 2px;
  outline-color: #fff;
  background-color: #FFF;
}
button[type=submit]:hover{
  outline-style: double;
  outline-offset: 4px;
  background-color: seashell !important;
}

.myicon-Eye_Opened:before {
  content: "\e909";
}

.myicon-Password:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f023";
}

.myicon-Search:before {
  content: "\e90c";
}

.myicon-User:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
}
.username , .firmname{
  font-size: 1.0em;
  color: cadetblue;
  margin: 0px 5px;
}
.username{
  font-size: 1.0em;
  color: cadetblue;

}
.firmname{
  font-size: 1.0em;
  color: cadetblue;
}


