@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins';
}

body {
  background: #1E41A1;
}

.main-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  width: 100%;
  background-color: #1E41A1;
  padding: 0;
}

.bgcontainer {
  min-height: 85vh;
  background-color: #1E41A1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  backdrop-filter: blur(5px);
  background-blend-mode: multiply;
}

.headercss {
  align-items: center;
  background-color: #1E41A1;
  padding-left: 50px;
  padding-top: 10px;
}

.headerlabel {
  color: white;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
}

.content-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ellipse {
  position: absolute;
  width: 250px;
  height: 250px;
  background: #8BA1E2;
  filter: blur(125px);
  border-radius: 50%;
  z-index: -1;
}

/* for first ellipse */
.ellipse1 {
  top: -30px; 
  left: -190px;
}

/* for second ellipse */
.ellipse2 {
  top: 250px; 
  right: -160px; 
}

.login-form {
  position: absolute;
  width: 550px;
  height: auto;
  max-height: 660px;
  padding: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  left: calc(50% - 550px / 2);
  background: #00000033;
  border: 1px solid #EFEFF9;
  backdrop-filter: blur(10px);
  border-radius: 25px;
  box-shadow: 0px 4px 34.2px -6px rgba(0, 0, 0, 0.25);
}

.login-form-label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.login-form-label label,
.login-form-label span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #EFEFF9;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}

.login-form-label img {
  width: 120px;
  height: 60px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.forgot-container {
  display: flex;
  justify-content: flex-end; 
}

a {
  text-decoration: none;
  color: #EFEFF9;
  padding: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

a:hover {
  cursor: pointer;
}

.error-list,
.success-list {
  height: auto;
  margin-bottom: 15px;
  list-style: none;
  padding: 0;
  padding-left: 10px;
  color: #EFEFF9;
}

.input-container label {
  color: white;
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 500;
  color: #EFEFF9;
  font-style: 'Roboto';
  margin-left: 5px;
}

.input-box {
  background: transparent;
  width: 100%;
  height: 45px;
  border: 2px solid #EFEFF9;
  border-radius: 30px;
  padding: 5px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: white !important;
}

.input-box input {
  background: transparent !important;
  width: 100%;
  height: 100%;
  padding: 5px;
  padding-left: 15px;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.input-box input::placeholder {
  color: white; 
  font-size: 16px; 
  font-weight: 400; 
  font-style: 'Roboto';
}

.input-box img {
  width: 30px;
  height: 20px;
  padding-right: 10px;
  cursor: pointer;
}

.input-box .user-icon {
  width: 30px;
  height: 20px;
}

.bottom {
  margin-bottom: 15px;
}

.form-links {
  text-align: center;
}

.login-form button {
  width: 100%;
  height: 45px;
  background-color: #EFEFF9;
  color: #2244AA;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto';
  line-height: 23.4px;
  margin-top: 25px;
}

.login-form button:hover {
  background-color: #0A0B50;
  color: white;
}

.credits-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: white;
  margin-top: 20px;
}

.credits-label img {
  height: 15px;
  width: 15px;
}

@media screen and (max-width: 1366px) {
  .login-form {
    position: absolute;
    width: 500px;
    height: auto;
    max-height: 640px;
    padding: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    left: calc(50% - 500px / 2);
    background: #00000033;
    border: 1px solid #EFEFF9;
    backdrop-filter: blur(10px);
    border-radius: 25px;
    box-shadow: 0px 4px 34.2px -6px rgba(0, 0, 0, 0.25);
  }

  .login-form-label {
    margin-top: 5px;
  }

  .login-form-label label,
  .login-form-label span {
    font-size: clamp(28px, 2vw, 35px);
    line-height: 40px;
    margin-bottom: 8px;
  }

  .login-form-label img {
    width: 110px;
    height: 55px;
    margin-bottom: 7px;
    margin-top: 7px;
  }

  .input-container label {
    color: white;
    font-size: 14px;
    font-weight: 500;
    color: #EFEFF9;
    font-style: 'Roboto';
    margin-left: 5px;
  }

  .input-box {
    background: transparent;
    width: 100%;
    height: 38px;
    border: 2px solid #EFEFF9;
    border-radius: 30px;
    padding: 5px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: white !important;
  }

  .input-box input {
    background: transparent !important;
    width: 100%;
    height: 100%;
    padding: 5px;
    padding-left: 15px;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-weight: 400;
    color: white;
  }

  .input-box input::placeholder {
    color: white; 
    font-size: 16px; 
    font-weight: 400; 
    font-style: 'Roboto';
  }

  .input-box img {
    width: 30px;
    height: 20px;
    padding-right: 10px;
    cursor: pointer;
  }

  .input-box .user-icon {
    width: 30px;
    height: 20px;
  }

  a {
    text-decoration: none;
    color: #EFEFF9;
    padding: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .login-form button {
    width: 100%;
    height: 35px;
    background-color: #EFEFF9;
    color: #2244AA;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto';
    line-height: 23.4px;
    margin-top: 20px;
  }
}
