   body {
    font-family: Arial, sans-serif;
    background-image: url(assets/images/projectbg_0.jpg);
background-size: cover; 
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
   
  }

.login-container {
    background-color: #fff;
    border-radius: 8px;
    padding: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
     box-shadow:7px 0px 10px rgba(0,0,0,.6),-7px 0px 10px rgba(0,0,0,.6); 
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-bottom: 8px;
}

input {
    padding: 8px;
    margin-bottom: 16px;
}

button {
    padding: 10px;
    background-color: blue;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: blue;
}


input{
    height: 18px;
    width: 250px;}

}