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

body, .container-fluid{
  max-height: 100vh;
  max-width: 100vw;
}

.welcome-container {
  height: fit-content;
  border: none;
  box-shadow: 0 0 10px;
  padding: 50px;
  margin-bottom: 50px;
  max-width: 600px;
}

.responsive {
  width: 80vh;
  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;
}

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;
}


@media only screen and (max-width: 1606px) {


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

@media only screen and (max-width: 1522px) {

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


@media only screen and (max-width: 1265px) {

  .responsive {
    width: 95%;
    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: 992px) {

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

  .welcome-container{
    margin-bottom: 50px;
  }

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

@media only screen and (min-width: 992px) {
  body {
    overflow: hidden;
  }
}


@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;
  }
}
