* {
    margin: 0;
    padding: 0;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

body {
    background-image: url("img/sanjob.png");
    background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
  height: 100vh; 
    display: flex;
    padding-top: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #EDE4D7;
    font-weight: 300;
    width: 100%;
    height: 100%;
}

.container {
    border-radius: 50px;
    width: 400px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.input-login {
    border: solid #939191 1px; 
    background-color: #f7dec1;
    padding: 8px;
    border-radius: 20px; 
    margin-top: 10px;
    width: 300px;
}