* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.bgimage {
  width: 100%;
  height: 100vh;
  background-image: url(assets/images/Background.jpg);
  background-size: cover;
  background-position-x: 101%;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.logo {
  position: absolute;
  top: 17%;
  left: 21%;
  width: 50%;
}
.title {
  width: 79%;
  position: absolute;
  top: 70%;
  left: 6%;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: white;
  letter-spacing: 1px;
  line-height: 1.4;
}
.dot {
  height: 30%;
  width: 30%;
  background-color: #9b0000;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -15%;
  left: 34%;
}
.icon {
  width: 95%;
  position: absolute;
  left: 2%;
}
.box2 {
  background-color: rgb(209, 52, 54, 0.8);
  width: 25%;
  height: 65%;
  position: absolute;
  top: 18%;
  left: 26%;
  border-radius: 30px;
}
.box1 {
  background-color: white;
  width: 25%;
  height: 65%;
  position: absolute;
  top: 18%;
  left: 48%;
  border-radius: 30px;
}
.input1 {
  position: absolute;
  top: 39%;
  left: 9%;
  width: 82%;
  background-color: #d1d0ce;
  padding: 0.15rem 0.5rem;
  min-height: 50px;
  border-radius: 4px;
  outline: none;
  border: none;
  line-height: 1.15;
}
input.bgcover {
  border-bottom: 2px solid#9b0000;
  border-radius: 4px 4px 2px 2px;
}
input:hover {
  outline: 1px solid lightgrey;
}
.input2 {
  position: absolute;
  top: 55%;
  left: 9%;
  width: 82%;
  background-color: #d1d0ce;
  padding: 0.15rem 0.5rem;
  min-height: 50px;
  border-radius: 4px;
  outline: none;
  border: none;
  line-height: 1.15;
}
input:focus {
  border-bottom: 2px solid #9b0000;
  border-radius: 4px 4px 2px 2px;
}
input:hover {
  outline: 1px solid lightgrey;
}
.login {
  position: absolute;
  top: 74%;
  left: 30%;
}
.login button {
  width: fit-content;
  min-width: 150px;
  height: 50px;
  padding: 8px;
  border-radius: 10px;
  border: 2.5px solid #5d0101;
  box-shadow: 0px 0px 20px -20px;
  cursor: pointer;
  background-color: #5d0101;
  transition: all 0.2s ease-in-out 0ms;
  user-select: none;
  font-style: bold;
  font-size: large;
  font-weight: bold;
  color: white;
}
.login button:hover {
  background-color: #750000;
  box-shadow: 0px 0px 20px -18px;
}
.login button:active {
  transform: scale(0.95);
}
.user {
  font-size: 25px;
  position: absolute;
  top: 15%;
  left: 10%;
  color: rgb(0, 0, 0);
  font-style: italic;
}
.user1 {
  font-size: 13px;
  position: absolute;
  top: 26%;
  left: 14%;
  color: rgb(0, 0, 0);
}

.forgotpass {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
