html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 34px;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-right: 34px;
}

body {
    background: url(../../images/background.jpg);

    background-repeat: no-repeat;
    background-size: cover;
}

.form-signin{
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 0px;
    box-shadow: 1px 1px 20px 0px #d6def1;
}    

.forgt-pswrd{
  text-align: left;
}

.form-signin button{
  background: #1e7240;
  border: none;
}

.inpt i{
  position: absolute;
  bottom: 0px;
  right: 0px;
  /* background: red; */
  padding: 21px 11px;
  color: #ff6042;
}

.lgn i{
  font-size: 12px;
}

.forgt a{
  text-decoration: none;
  color: #000;
}

.forgt-pswrd{
  font-size: 14px;
}

.forgt{
    text-align: right;
}

.form-signin button{
  font-size: 17px;
}

      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

.ErrorMsg{
    position: absolute;
    top: 30px;
    left: 30%;
    width: 39%;
}

