body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-y: hidden;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  /* background: #dde5f4; */
  height: 100vh;
  /* background-color: black; */
  /* background: var(--Black, #141414); */
  /* background: var(--Black, #141414); */
  background: var(--Fondo-cyan-2, #EDF6F6);
  font-family: 'Roboto', sans-serif;
}
p{
  font-family: 'Roboto', sans-serif;

}
a{
  font-family: 'Roboto', sans-serif;

}
span{
  font-family: 'Roboto', sans-serif;

}


.logo-ctn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.--i-logo{
  width: 440px;
  height: 210px;
  /* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */
}

.-log-container{
  display: flex;
  width: 834px;
  flex-direction: column;
  border-radius: 160px 160px 0px 0px;
  background: var(--White, #FCFCFC);
  height: 100%; 
  align-items: center;
  padding-top: 40px;
}
.-log-form{
  display: flex;
  flex-direction: column;
  width: 70%;
  height: 50%;
  /* border: 1px solid black; */
  gap: 16px;
}

.--log-data{
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  .--title{
    color: var(--Text-primary, #2C2D33);
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}


.--s-input{
  display: flex;
  flex-direction: column;
  width: 100%;
  input{
    width: calc(100% - 16px);
    padding: 16px 6px;
    border-radius: var(--borderRadius, 4px);
    border: 1px solid var(--Disable-line, #BEC0CA);
  }
  input:focus-visible{
    border: 1px solid var(--Primary-color, #10E5E1)!important;
    outline: none;
  }
  label{
    position: relative;
    top: 8px;
    left:8px;
    width: max-content;
    padding: 0px 6px;
    background: var(--White, #FCFCFC);
  }
  .--msg{
    position: relative;
    margin-top: -10px;
    p{
      color: var(--Red-Stop, #EB5757);
      font-feature-settings: 'clig' off, 'liga' off;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 166%;
      letter-spacing: 0.4px;
    }
  }
}

.--log-actions{
  a{
    color: var(--Purple-900, var(--Secondary-color, #6136AB));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    text-decoration-line: underline;
    cursor: pointer;
  }
}

/* The container */
.--chk-ctn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  p{
    color: var(--Black-Grey-500, var(--Text-secondary, #53545C));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
  }
}

/* Hide the browser's default checkbox */
.--chk-ctn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.--chk-ctn:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.--chk-ctn input:checked ~ .checkmark {
  background-color: #00B4B0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.--chk-ctn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/* .--chk-ctn .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} */

.--chk-ctn .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.--logIn-btn{
  border: none;
  display: flex;
  width: 100%;
  height: 56px;
  padding: 8px 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  border-radius: 4px;
  opacity: 0.8;
  background:  #00B4B0;
  /* background: var(--Primary-color, #10E5E1); */
  /* medium-linear */
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  p{
    color: var(--primary-contrast, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 173.333% */
    letter-spacing: 0.46px;
    text-transform: uppercase;
  }
}


#emailInput.success {
  /* border: 1px solid green; */
  /* background-color: rgba(0, 128, 0, 0.187); */
}

#emailInput.err {
  border: 1px solid var(--Red-Stop, #EB5757);
}

#passInput.err {
  border: 1px solid var(--Red-Stop, #EB5757);
}

#emailInput.warning {
  border: 1px solid var(--Red-Stop, #EB5757);
}
#emailInput.warning ~ label {
  color:  var(--Red-Stop, #EB5757);
}



@media screen and (max-width:515px) {
  .logo-ctn{
    width: 311px;
    height: 115px;
    flex-shrink: 0;
    img{
      height: 175px;
    }
  }
  .-log-container{
    width: 98%;
    border-radius: 70px 70px 0px 0px;
    padding: 0px 20px 20px 20px;
  }
  .-log-form{
    width: 90%;
    align-items: center;
  }
  .--log-data{
    gap: 0px;
  }



  .--logIn-btn{
    height: 40px;
  }
}





/* .screen-1 {
  background: #f1f7fe;
  padding: 2em;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0 0 2em #e6e9f9;
  gap: 2em;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  margin: 0px 10px;
}

.screen-1 .logo {
  margin-top: -3em;
}

.screen-1 .email {
  background: white;
  box-shadow: 0 0 2em #e6e9f9;
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  border-radius: 20px;
  color: #4d4d4d;
  margin-top: -3em;
  border: 1px solid black;
}

.screen-1 .email input {
  border: 1px solid rgba(0, 0, 0, 0.46);
  border-radius: 5px;
  padding: 10px;
  width: 90%;
  transition: all .5s ease;
}


.screen-1 .email input::-moz-placeholder {
  color: black;
  font-size: 0.9em;
}

.screen-1 .email input:-ms-input-placeholder {
  color: black;
  font-size: 0.9em;
}

.screen-1 .email input::placeholder {
  color: black;
  font-size: 0.9em;
}

.screen-1 .email ion-icon {
  color: #4d4d4d;
  margin-bottom: -0.2em;
}

.screen-1 .password {
  background: white;
  box-shadow: 0 0 2em #e6e9f9;
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  border-radius: 20px;
  color: #4d4d4d;
  border: 1px solid black;
}

.screen-1 .password input {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.46);
  border-radius: 5px;
  padding: 10px;
  width: 90%;
  transition: all .5s ease;
}

.screen-1 .password input::-moz-placeholder {
  color: black;
  font-size: 0.9em;
}

.screen-1 .password input:-ms-input-placeholder {
  color: black;
  font-size: 0.9em;
}

.screen-1 .password input::placeholder {
  color: black;
  font-size: 0.9em;
}

.screen-1 .password ion-icon {
  color: #4d4d4d;
  margin-bottom: -0.2em;
}

.screen-1 .password .show-hide {
  margin-right: -5em;
}

.screen-1 .login {
  padding: 1em;
  background: #3e4684;
  color: white;
  border: none;
  border-radius: 30px;
  font-weight: 600;
}

.screen-1 .footer {
  display: flex;
  justify-content: space-between;
  font-size: 0.7em;
  color: #5e5e5e;
  gap: 14em;
  padding-bottom: 10em;
}

.screen-1 .footer span {
  cursor: pointer;
}

button {
  cursor: pointer;
}

.login-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0px;
} */