body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}

.mainBox {
  height: 420px;
  width: 400px;
  /* background-color: rgb(180, 245, 245); */
  margin-top: 100px;
  border-radius: 15px;
  text-align: center;
  align-items: center;
  border: none;
  box-shadow: 0 12px 55px #bec0c1f0, 0 8px 10px #e7ebeb;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.inpText {
  height: 50px;
  width: 350px;
  margin-left: 25px;
  border-radius: 25px;
  margin-top: 50px;
  border: 1px solid rgba(40, 79, 100, 0.795);
}
.inpPass {
  height: 50px;
  width: 350px;
  margin-left: 25px;
  border-radius: 25px;
  margin-top: 20px;
  border: 1px solid rgba(40, 79, 100, 0.795);
}
input[type="text"] {
  height: 40px;
  width: 275px;
  margin-top: 4px;
  border: none;
  outline: none;
}
input[type="password"] {
  height: 40px;
  width: 275px;
  margin-top: 4px;
  border: none;
  outline: none;
  margin-left: 9px;
}
h1 {
  color: rgb(7, 21, 68);
}
label {
  font-size: 15px;
}
.checkBox {
  position: relative;
  right: 90px;
  margin-top: 50px;
}
button {
  height: 50px;
  width: 350px;
  background-color: white;
  margin-left: 50px;
  border-radius: 25px;
  margin-top: 25px;
  color: white;
  font-size: 15px;
  border: none;
  background-color: #0956fd;
  cursor: pointer;
  &:hover {
    background-color: #0a41e9;
  }
}
.submit {
  margin-left: -48px;
  margin-top: -15px;
}
h5 {
  font-weight: 600;
  opacity: 0.8;
  padding-top: 1rem;
}
a {
  color: rgb(6, 9, 177);
  opacity: 1;
  text-decoration: none;
}
.link {
  margin-top: -18px;
}
input[type="password"]::-ms-reveal {
  display: none;
}
i {
  opacity: 0.5;
}
#eyeClose {
  margin-left: 5px;
}
