/* login-page*/
#login-page {
  width: 100%;
  height: 100vh;
  background-image: url("../icons/login-background_HD.webp");
 /* background-image: url("../icons/login-background.png");*/
  background-size: cover;
}

#overlay {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.226);
}

#overlay .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 546px;
  height: 480px;
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(3, 0, 55, 0.24);
  border-radius: 8px;
  overflow: hidden;
}

.loginhead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px;
  width: 100%;
  height: 96px;
  background: #f8f9fe;
}

.loginhead p {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #030037;
  margin: 0px 24px;
}

.loginform {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px 40px 24px;
  /* background-color: red; */
  position: static;
  width: 546px;
  height: 384px;
}

.welcome {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  left: 40px;
  top: 40px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 24px 0px 0px;
}

.welcome h5 {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: #030037;
  margin: 3px 0px;
}

.welcome p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;

  display: flex;
  align-items: center;
  letter-spacing: 0.0025em;

  /* Secondary ISS Dark Blue/50% */

  color: #686687;

  /* Inside auto layout */

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin: 4px 0px;
}

/* ----------------------------------- */
.inputfield {
  position: static;
  width: 466px;
  height: 112px;
  left: 40px;
  top: 117px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  margin: 22px 0px;
}

.input1 {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  width: 466px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 8px 0px;
}

.input1 img {
  color: #b8babc;
}

.input1 input {
  width: 406px;
  height: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.0025em;
  color: #939596;
  margin: 0px 7px;
  border: none;
  outline: none;
  color: #030037;
}

.input2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  width: 466px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 8px 0px;
  position: relative;
}

.input2 input {
  width: 406px;
  height: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.0025em;
  color: #939596;
  margin: 0px 7px;
  border: none;
  outline: none;
  color: #030037;
}

.input2 #view {
  color: #030037;
}

/* ----------------------------------- */
.loginbtn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 466px;
  height: 107px;

  /* background-color: red; */
}

.btn1 button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  position: static;
  width: 466px;
  height: 54px;
  background: #062849;
  border-radius: 8px;
  margin: 4px 0px;
}

.btn1 button p {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  color: #ffffff;
}

.btn2 button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  position: static;
  width: 466px;
  height: 49px;
  left: 0px;
  top: 58px;
  border-radius: 8px;
  margin: 4px 0px;
  background: transparent;
}

.btn2 button p {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #686687;
  margin: 0;
}

#bottom-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  /* background-color: red; */
}

#bottom-link #btmlink1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  margin: 4px 0px;
}

#bottom-link #btmlink1 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.0025em;
  color: #ffffff;
  margin: 0px 10px;
}

#bottom-link #btmlink2 p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
}

#login .input1 input {
  z-index: 2;
  background-color: transparent;
  transition: all 0.5s ease;
}

#login .input1 span.placeholder,
#login .input2 span.placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.0025em;
  color: #939596;
}

#login .input1 span,
#login .input2 span {
  position: absolute;
  left: 40px;
  background-color: white;
  z-index: 1;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  pointer-events: none;
}

#login .input1 input:valid + span.placeholder,
#login .input1 input:focus + span.placeholder {
  transform: scale(0.8) translateY(-50%);
  background: #fff;
  top: 0px;
  font-size: 12px;
  height: 20px;
}

#login .input2 input:valid + span.placeholder,
#login .input2 input:focus + span.placeholder {
  transform: scale(0.8) translateY(-50%);
  background: #fff;
  top: 0px;
  font-size: 12px;
  height: 20px;
}

body {
  margin: 0;
}
/*end login-page*/
