html, body {
    min-height:100vh;
}
.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-page-40 {
  width: 100%;
  height: 100%;
  display: flex;
  min-height: inherit;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container1 {
  width: 100%;
  height: 100%;
  display: flex;
  min-height: inherit;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #0e1121;
}
.home-image {
  width: 250px;
  margin-top: var(--dl-space-space-threeunits);
  object-fit: cover;
}
.home-form-login {
  width: 400px;
  display: flex;
  margin-top: var(--dl-space-space-fourunits);
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-text {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-style: normal;
  font-family: "Source Sans 3";
  font-weight: 700;
  margin-left: var(--dl-space-space-halfunit);
}
.home-textinput {
  width: 100%;
  height: 56px;
  font-size: 14px;
  margin-top: var(--dl-space-space-halfunit);
  font-family: "Source Sans 3";
  background-color: var(--dl-color-gray-900);
}
.home-text1 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-style: normal;
  margin-top: var(--dl-space-space-oneandhalfunits);
  font-family: "Source Sans 3";
  font-weight: 700;
  margin-left: var(--dl-space-space-halfunit);
}
.home-textinput1 {
  width: 100%;
  height: 56px;
  font-size: 14px;
  margin-top: var(--dl-space-space-halfunit);
  font-family: "Source Sans 3";
  background-color: var(--dl-color-gray-900);
}
.home-text2 {
  color: var(--dl-color-danger-700);
  font-size: 14px;
  font-style: normal;
  margin-top: var(--dl-space-space-oneandhalfunits);
  font-family: "Source Sans 3";
  font-weight: 400;
  margin-left: 0px;
}
.home-button {
  color: var(--dl-color-gray-white);
  width: 400px;
  height: 56px;
  font-size: 14px;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  cursor:pointer;
  font-family: "Source Sans 3";
  font-weight: 700;
  background-image: linear-gradient(90deg, rgb(74, 180, 139) 0%, rgb(45, 82, 159) 100%);
}
.home-button1 {
  color: var(--dl-color-primary-500);
  width: 200px;
  height: 56px;
  font-size: 14px;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  cursor:pointer;
  font-family: "Source Sans 3";
  font-weight: 700;
  border-width: 0px;
  background-color: #0e1121;
}
.home-button2 {
  color: var(--dl-color-gray-white);
  width: 200px;
  height: 56px;
  font-size: 14px;
  font-style: normal;
  margin-top: var(--dl-space-space-threeunits);
  cursor:pointer;
  font-family: "Source Sans 3";
  font-weight: 700;
  background-color: var(--dl-color-primary-300);
}
.home-footer {
  width: 100%;
  height: 80px;
  display: flex;
  margin-top: auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-container2 {
  width: 75%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-image1 {
  width: 100px;
  align-self: flex-start;
  margin-top: 0px;
  object-fit: cover;
}
@media(max-width: 1600px) {
  .home-page-40 {
    width: 100%;
    height: 100%;
    min-height: inherit;
  }
  .home-container1 {
    width: 100%;
    min-height: inherit;
    margin-right: 0px;
  }
  .home-form-login {
    margin-top: var(--dl-space-space-fourunits);
  }
  .home-text {
    font-size: 14px;
  }
  .home-text1 {
    font-size: 14px;
  }
  .home-text2 {
    font-size: 14px;
  }
  .home-button {
    width: 400px;
    height: 56px;
    cursor:pointer;
  }
  .home-button1 {
    width: 200px;
    height: 56px;
    cursor:pointer;
    border-width: 0px;
  }
  .home-button2 {
    cursor: pointer;
    width: 200px;
    height: 56px;
  }
  .home-footer {
    width: 100%;
    height: 80px;
    margin-top: auto;
  }
  .home-container2 {
    width: 75%;
  }
  .home-image1 {
    align-self: flex-start;
    margin-top: 0px;
  }
}
@media(max-width: 1200px) {
  .home-page-40 {
    width: 100%;
    height: 100%;
    min-height: inherit;
  }
  .home-container1 {
    width: 100%;
    height: 100%;
    min-height: inherit;
  }
  .home-form-login {
    width: 320px;
    margin-top: var(--dl-space-space-fourunits);
  }
  .home-text {
    font-size: 14px;
  }
  .home-text1 {
    font-size: 14px;
  }
  .home-text2 {
    font-size: 14px;
  }
  .home-button {
    color: var(--dl-color-gray-white);
    width: 320px;
    height: 56px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    background-image: linear-gradient(90deg, rgb(74, 180, 139) 0%, rgb(45, 82, 159) 100%);
  }
  .home-button1 {
    color: var(--dl-color-primary-500);
    cursor: pointer;
    width: 200px;
    height: 56px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    border-width: 0px;
  }
  .home-button2 {
    color: var(--dl-color-gray-white);
    cursor: pointer;
    width: 200px;
    height: 56px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
  }
  .home-footer {
    width: 100%;
    height: 80px;
    margin-top: auto;
  }
  .home-container2 {
    width: 80%;
    height: auto;
  }
  .home-image1 {
    align-self: flex-start;
    margin-top: 0px;
  }
}
@media(max-width: 991px) {
  .home-page-40 {
    width: 100%;
    height: 100%;
    align-self: center;
    align-items: center;
    min-height: inherit;
  }
  .home-container1 {
    width: 100%;
    align-self: center;
    align-items: center;
    min-height: inherit;
  }
  .home-image {
    width: 200px;
  }
  .home-form-login {
    width: 320px;
    margin-top: var(--dl-space-space-twounits);
  }
  .home-text {
    font-size: 14px;
  }
  .home-text1 {
    font-size: 14px;
  }
  .home-text2 {
    font-size: 14px;
  }
  .home-button {
    width: 320px;
    height: 56px;
  }
  .home-button1 {
    cursor: pointer;
    width: 200px;
    height: 56px;
  }
  .home-button2 {
    cursor: pointer;
    width: 200px;
    height: 56px;
  }
  .home-footer {
    width: 100%;
    height: 80px;
    margin-top: auto;
  }
  .home-container2 {
    width: 80%;
    height: auto;
  }
  .home-image1 {
    width: 100x;
    align-self: flex-start;
    margin-top: 0px;
  }
}
@media(max-width: 767px) {
  .home-page-40 {
    width: 100%;
    height: 100%;
    min-height: inherit;
  }
  .home-container1 {
    height: 100%;
    min-height: inherit;
    width: 100%;
  }
  .home-image {
    width: 200px;
  }
  .home-form-login {
    width: 320px;
    margin-top: var(--dl-space-space-twounits);
    align-items: flex-start;
  }
  .home-text {
    font-size: 14px;
  }
  .home-text1 {
    font-size: 14px;
    margin-top: var(--dl-space-space-oneandhalfunits);
  }
  .home-text2 {
    color: var(--dl-color-danger-700);
    font-size: 14px;
    font-style: normal;
    margin-top: var(--dl-space-space-oneandhalfunits);
    font-family: Source Sans 3;
    font-weight: 400;
  }
  .home-footer {
    width: 100%;
    margin-top: auto;
    background-color: #0e1121;
  }
  .home-container2 {
    width: 80%;
    height: auto;
  }
  .home-image1 {
    width: 100px;
    align-self: flex-start;
    margin-top: 0px;
  }
}
@media(max-width: 479px) {
  .home-page-40 {
    width: 100%;
    height: 100%;
    min-height: inherit;
  }
  .home-container1 {
    width: 100%;
    height: 100%;
    min-height: inherit;
  }
  .home-image {
    width: 200px;
    margin-top: var(--dl-space-space-twounits);
  }
  .home-form-login {
    width: 320px;
    margin-top: var(--dl-space-space-twounits);
    align-items: flex-start;
  }
  .home-text {
    font-size: 14px;
    margin-left: var(--dl-space-space-halfunit);
  }
  .home-textinput {
    width: 100%;
    height: 56px;
    font-size: 14px;
    margin-top: var(--dl-space-space-halfunit);
    font-family: Source Sans 3;
    background-color: var(--dl-color-gray-900);
  }
  .home-text1 {
    font-size: 14px;
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: var(--dl-space-space-halfunit);
  }
  .home-textinput1 {
    width: 100%;
    height: 56px;
    font-size: 14px;
    margin-top: var(--dl-space-space-halfunit);
    font-family: Source Sans 3;
    background-color: var(--dl-color-gray-900);
  }
  .home-text2 {
    color: var(--dl-color-danger-700);
    font-size: 14px;
    font-style: normal;
    margin-top: var(--dl-space-space-oneandhalfunits);
    font-family: Source Sans 3;
    font-weight: 400;
    margin-left: 0px;
  }
  .home-button {
    color: var(--dl-color-gray-white);
    width: 320px;
    height: 56px;
    font-size: 14px;
    font-style: normal;
    margin-top: var(--dl-space-space-twounits);
    font-weight: 700;
    background-image: linear-gradient(90deg, rgb(74, 180, 139) 0%, rgb(45, 82, 159) 100%);
  }
  .home-button1 {
    color: var(--dl-color-primary-500);
    cursor: pointer;
    width: 200px;
    height: 56px;
    font-size: 14px;
    font-style: normal;
    margin-top: var(--dl-space-space-twounits);
    font-weight: 700;
  }
  .home-button2 {
    color: var(--dl-color-gray-white);
    width: 200px;
    height: 56px;
    font-size: 14px;
    font-style: normal;
    margin-top: var(--dl-space-space-threeunits);
    cursor: pointer;
    font-weight: 700;
  }
  .home-footer {
    width: 100%;
    background-color: #0e1121;
    margin-top: auto;
  }
  .home-container2 {
    width: 75%;
    height: auto;
    justify-content: center;
  }
  .home-image1 {
    width: 100px;
    align-self: flex-start;
    margin-top: 0px;
  }
}
