#login-form {
    background-color: rgba(0,0,0,0.5);
    height: 500px;
    max-width: 400px;
    margin: 0px auto;
    padding: 10px;
    display: ;
}

h1[data="frame005"] {
    color: #ffffff;
    font-size: 1.7rem;
    margin-left: 35px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

.input-container-login {
    border-radius: 5px;
    margin: 0px auto;
    margin-top: 30px;
    top: -15px;
    position: relative;
    width: 80%;
    background-color: transparet;
  }

  .inputLogin {
      color: #fff; 
    width: 100%;
    font-size: 16px;
    padding: 10px 5px;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    background: transparent;
    transition: border-color 0.3s;
  }

  .inputLogin:focus {
    border-color: #007bff;
  }

   .labelLogin {
    position: absolute;
    top: 10px;
    left: 5px;
    font-size: 16px;
    color: #fff;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
  }

  .inputLogin:focus ~ .labelLogin,
  .inputLogin:not(:placeholder-shown) ~ label {
    top: -12px;
    font-size: 13px;
    color: #fff;
  }


.btn-container-login {
    width: 80%;
    height: 20%;
    margin: 0px auto;
    align-items: center;
    display: flex;
}

.btn-login {
    width: 100%;
    margin: 0px auto;
    padding: 10px 10px;
    font-size: 1rem;
    font-weight: bold;
    color: #007bff;
    background-color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

 .btn-login:hover {
    background-color: #e8f5ff;
  }





















/* homeCheck */

button {
    display: ;
    padding: 10px 10px;
    font-size: 1rem;
    font-weight: bold;
    color: #007bff;
    background-color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

 button:hover {
    background-color: #e8f5ff;
  }

  








.container1 {
    top: 80px;
    position: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 60%;
    margin: 0px auto;
    padding: 0px;
    background-color: transparent;
}



h1[data="frame003"] {
    color: #ffffff;
    font-size: 3rem;
    
  }


p[data="frame004"] {
    color: #ffffff;
    font-size: 1.2rem;
  }




.input-container {
    right: 5px;
    margin-top: 30px;
    top: -15px;
    position: relative;
    width: 100%;
  }

  input {
    width: 100%;
    font-size: 16px;
    padding: 10px 5px;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    background: transparent;
    transition: border-color 0.3s;
  }

  input:focus {
    border-color: #28a745;
  }

  label {
    position: absolute;
    top: 10px;
    left: 5px;
    font-size: 16px;
    color: #000;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
  }

  input:focus ~ label,
  input:not(:placeholder-shown) ~ label {
    top: -5px;
    font-size: 13px;
    color: #fff;
  }

.container12 {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }










  










  









.btn-continue {
    height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007bff;
  border-radius: 5px;
    margin: 0px auto;
  border: none;
  color: white;
  padding: 10px 15px;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
  }

.btn-continue:hover {
    background-color: #0056b3;
  }

  .material-symbols-outlined {
    font-size: 2rem;
    margin-left: 5px;
  }












