    * {
    margin: 0;
    padding: 0;
    font-family: system-ui;
    outline: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
    body {
      margin: 0;
      font-family: "Segoe UI", Arial, sans-serif;
      color: #fff;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
          width: 100%;

    }

    .login-container {
    background-color: #292929;
    border-radius: 8px;
    padding: 40px 30px;
    width: 25%;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    height: 40%;
    }

    .login-container img {
      width: 90px;
      margin-bottom: 20px;
    }

    h2 {
    font-size: 22px;
    margin: 22px 15px 30px;
    font-weight: 500;
    justify-self: flex-start;
    }

    input[type="email"] {
 
    width: 95%;
    padding: 10px;
    border-radius: 4px;
    background-color: transparent;
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0px;

    }
    
    .contra{
 
    width: 95%;
    padding: 10px;
    border-radius: 4px;
    background-color: transparent;
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0px;

    }

    button {
    background-color: #0078d4;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 10px 0;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    transition: 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    }

    button:hover {
      background-color: #005ea6;
    }

    .link {
      display: block;
      color: #3aa0ff;
      font-size: 13px;
      margin-top: 15px;
      text-decoration: none;
    }

    .footer {
      position: absolute;
      bottom: 10px;
      width: 100%;
      text-align: center;
      font-size: 12px;
      color: #aaa;
    }

    .footer a {
      color: white;
      text-decoration: none;
      margin: 0 8px;
    }
    .fotlogo{
    justify-self: flex-start;
    margin-left: 15px;
    }
    .div-olvidar{
      display: flex;
    }
    .olvidar{
          color: #479ef5;
    text-decoration: none;
    margin: 0 8px;
    }


@media screen and (max-width: 768px) {
    body {
      margin: 0;
      font-family: system-ui;
      color: #fff;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;

    }

    .login-container {
    background-color: #292929;
    border-radius: 8px;
    padding: 40px 30px;
    width: 80%;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    height: 45%;
    }

    .login-container img {
      width: 90px;
      margin-bottom: 20px;
    }

    h2 {
    font-size: 22px;
    margin: 22px 15px 30px;
    font-weight: 500;
    justify-self: flex-start;
    }

    input[type="email"],
    input[type="password"] {
    width: 95%;
    padding: 10px;
    border-radius: 4px;
    background-color: transparent;
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0px;

    }

    button {
    background-color: #0078d4;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 10px 0;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    transition: 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    }

    button:hover {
      background-color: #005ea6;
    }

    .link {
      display: block;
      color: #3aa0ff;
      font-size: 13px;
      margin-top: 15px;
      text-decoration: none;
    }

    .footer {
      position: absolute;
      bottom: 10px;
      width: 100%;
      text-align: center;
      font-size: 12px;
      color: #aaa;
    }

    .footer a {
      color: white;
      text-decoration: none;
      margin: 0 8px;
    }
    .fotlogo{
    justify-self: flex-start;
    margin-left: 15px;
    }

        .div-olvidar{
      display: flex;
    }

    .olvidar{
          color: #479ef5;
    text-decoration: none;
    margin: 0 8px;
    }


}