:root {
  --primary-color: #027cd4;
}

.welcome-container {
  height: fit-content;
  border: none;
  box-shadow: 0 0 10px;
  padding: 100px 47px;
}

.responsive {
  width: 100%;
  height: auto;
}
.container-fluid {
  padding: 115px;
}
.button3 {
  border-radius: 8px;
}

.email,
.password {
  padding: 0.1rem 1rem;
  border: 1px solid var(--primary-color);
  width: 100%;
  height: 40px;
  border-radius: 50px;
}

input {
  outline: none;
  border: none;
}

input::placeholder {
  margin-left: 15px;
}

input:focus {
  padding-left: 15px;
}

span {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.radio-button {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-right: 120px;
}

.button3 {
  padding: 0.1rem 1rem;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  width: 100%;
  border-radius: 50px;
  height: 40px;
  color: white;
}

.fa-eye-slash {
  z-index: 1000;
  padding-top: 12px;
  right: 20px;
  position: absolute;
  color: #027cd4;
}

.fa-eye {
  z-index: 1000;
  padding-top: 12px;
  right: 20px;
  position: absolute;
  color: #027cd4;
}

.unsee-icon {
  position: relative;
}

.welcome-msg {
  display: none;
}

@media only screen and (max-width: 1606px) {
  .welcome-container {
    height: fit-content;
    border: none;
    box-shadow: 0 0 10px;
    padding: 57px 58px;
    margin-left: 50px;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-right: 95px;
  }
}

@media only screen and (max-width: 1522px) {
  .welcome-container {
    height: fit-content;
    border: none;
    box-shadow: 0 0 10px;
    padding: 57px 58px;
    margin-left: 50px;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-right: 94px;
  }
}

@media only screen and (max-width: 1441px) {
  .welcome-container {
    height: fit-content;
    border: none;
    box-shadow: 0 0 10px;
    padding: 42px 34px;
    margin-left: 130px;
  }
}

@media only screen and (max-width: 1025px) {
  .welcome-container {
    height: fit-content;
    border: none;
    box-shadow: 0 0 10px;
    padding: 47px 26px;
    margin-left: 55px;
  }

  .responsive {
    width: 85%;
    height: auto;
  }

  .container-fluid {
    width: 126%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    position: absolute;
    top: 114px;
  }
}

@media only screen and (max-width: 769px) {
  .responsive {
    width: 101%;
    height: auto;
  }
}

@media only screen and (max-width: 426px) {
  .responsive {
    display: none;
  }

  .welcome-msg {
    display: block;
  }

  .container-fluid {
    top: 0px;
  }
}
