/* CSS RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* GLOBAL RESET */
li {
  list-style: none;
}
.container {
  margin: 0 auto;
  padding: 0.1rem 1rem;
  max-width: 1560px;
}
.d-container {
  margin: 0 auto;
  padding: 0.1rem 1rem;
  max-width: 1560px;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  background-color: #ffffff;
  color: #000000;
  font-family: "DM Sans";
}
img {
  width: 100%;
  height: auto;
}
/* FIRST LANDING PAGE  */
.first-landing-container {
  background-color: #f5f5f2;
  margin: 2rem;
  height: 840px;
  width: 2680px;
}
/* header styles */
.header-container {
  display: flex;
  margin-top: 1rem;
  gap: 1rem;
}
.header-container h2 {
  color: #030026;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  font-family: "Roboto";
}
.header-container img {
  width: 36px;
  margin-left: 3rem;
}
.left-hero-btn {
  background-color: #053582;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 12px;
  padding: 15px 25px;
  margin-top: 2.5rem;
  width: 26%;
  margin-left: 12rem;
  /* align-items: center; */
  /* justify-content: center; */
}
/* header styles */
/* hero styles */
.hero-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.left-hero-content {
  margin-left: 10rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.left-hero-content img {
  width: 157px;
  margin-left: 9rem;
}
.left-hero-content h2 {
  font-weight: 500;
  line-height: 52px;
  font-size: 40px;
  font-family: "DM Sans";
  margin-top: 1rem;
}
.left-hero-content h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 1rem;
  color: #404040;
}

.form-container,
.portal-container {
  margin-left: 3rem;
  width: 500px;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 20px;
}
.form-title,
.portal-title {
  color: #393939;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-top: 1rem;
}
.form-desc,
.portal-desc {
  color: #404040;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 0.5rem;
}
.form-input {
  margin-top: 2rem;
  display: flex;
  gap: 0.5rem;
}
.input-image {
  width: 48%;
}
.input-container {
  box-sizing: border-box;
}

.input-container ::placeholder {
  color: #b5b5be;
}
.input-containers ::placeholder {
  color: #b5b5be;
}
input {
  margin-top: 1rem;
  width: 93%;
  padding: 20px 90px;
  border-radius: 10px;
  border: none;
  border: 1px solid #e2e2ea;
}
.input-containers input {
  width: 90%;
  padding: 20px 30px;
  border-radius: 10px;
  border: none;
  margin-top: 1rem;
  border: 1px solid #e2e2ea;
}
.form-text {
  margin-top: 1.3rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.form-text span {
  color: #053582;
}
.account-part {
  margin-top: 2rem;
  display: flex;
  margin-left: 3rem;
  gap: 6rem;
}
.account-detail span {
  color: #053582;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.account-detail a {
  font-size: 14px;
  font-weight: 500;
  color: #404040;
  line-height: 17px;
}
.account-btn {
  padding: 15px 20px;
  border: none;
  background-color: #053582;
  color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
/* hero styles */
/*  FIRST LANDING PAGE  */
/* SECOND LANDING PAGE */
.second-landing-container {
  background-color: #f5f5f2;
  margin-top: 5rem;
  margin: 2rem;
  width: 2680px;
  height: 750px;
}
/* header styles */
.header-container {
  display: flex;
  margin-top: 1rem;
  gap: 1rem;
}
.header-container h2 {
  color: #030026;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  font-family: "Roboto";
}
.header-container img {
  width: 36px;
  margin-left: 3rem;
}
/* header styles */
/* hero styles */
.left-hero-btn {
  background-color: #053582;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 12px;
  padding: 15px 25px;
  margin-top: 2.5rem;
  width: 126px;
  margin-left: 10rem;
  font-size: 14px;
}
.hero-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.left-hero-content {
  margin-left: 10rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.left-hero-content img {
  width: 157px;
  margin-left: 9rem;
}
.left-hero-content h2 {
  font-weight: 500;
  line-height: 52px;
  font-size: 40px;
  font-family: "DM Sans";
  margin-top: 1rem;
}
.left-hero-content h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 1rem;
  color: #404040;
}
.forgot-password {
  color: #053582;
  margin-top: 2rem;
  margin-left: 20rem;
}
.portal-details {
  display: flex;
  margin-top: 2rem;
  gap: 4rem;
}
.portal-details p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.portal-details span {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #053582;
}
.login-btn {
  background-color: #053582;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  padding: 7px 15px;
  margin-left: 4rem;
}
/* SECOND LANDING PAGE */

/*  Dashboard */
.third-landing-container {
  background-color: #fff;
  border-radius: 10px;
  border: none;
  border: 2px solid #f5f5f2;
  margin: 2rem;
  margin-top: 4rem;
}
.dashboard-container {
  display: flex;
}
.left-dashboard-container {
  flex: 1.5;
  margin-top: 1.1rem;
  background-color: #fff;
}
.dashboard-image {
  display: flex;
  flex-direction: column;
}
.logo {
  width: 36px;
  margin-left: 1rem;
}
.line {
  margin-top: 1rem;
  width: 40%;
}

.header-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 1rem;
}
.header-details-1 {
  color: #053582;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  background-color: #e8f0fe;
  border: none;
  border-radius: 20px;
  padding: 10px 15px;
}
.header-details-1 {
  display: flex;
  gap: 1rem;
}
.header-details-1-img {
  width: 19px;
  margin-left: 0.2rem;
}
.header-details {
  display: flex;
}
.header-details h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #252525;
  margin-left: 1rem;
}
.header-details-s h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #252525;
  margin-left: 1rem;
}
.dashboard-header-img {
  width: 18px;
  margin-left: 1rem;
}
.header-details-s {
  display: flex;
}
.dashboard-header-img-s {
  width: 26px;
  margin-left: 1rem;
}

.right-dashboard-container {
  flex: 6;
}

.top-header-container {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 1.1rem;
}
.first-header-content {
  display: flex;
  gap: 1.1rem;
}
.first-header-content h2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #252525;
}
.first-header-content span {
  margin-left: 3rem;
}
.header-img {
  width: 50%;
}
.bottom-dashboard-container {
  margin-top: 1.1rem;
  background-color: #e5eff9;
  height: 900px;
  display: flex;
  margin-left: 1rem;
}
.left-dashboard-content {
  margin: 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.left-dashboard-content h2 {
  margin-top: 1rem;
  font-weight: 700;
  color: #000000;
  font-size: 24px;
  line-height: 29px;
  margin-left: 2rem;
}
.dashboard-img {
  width: 326px;
  height: 157px;
}
.middle-dashboard-container {
  display: flex;
}
.dashboard-img-2 {
  width: 254px;
  height: 359px;
  margin-top: 6rem;
}
.dashboard-img-3 {
  width: 326px;
  height: 361px;
  margin-top: 2rem;
}
.dashboard-img-4 {
  width: 692px;
  height: 361px;
  margin-top: 6rem;
}
.dashboard-img-5 {
  width: 569px;
  height: 360px;
  margin-left: 2rem;
  margin-top: 1.8rem;
}
