/* Add your CSS styles here */
body{
    background-image: url("https://img.freepik.com/free-vector/gradient-background-green-modern-designs_343694-2067.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.card {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
    /* text-align: center; */
    position: center;
    margin-top: 150px;
    height:400px;

}

.container {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 150px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    position: center;
}

h2 {
    text-align: center;
    padding-top: 15px;;

}

form {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right:20px;
}

label {
    margin-bottom: 8px;
}

input {
    padding: 10px;
    margin-bottom: 16px;
}

button {
    /* padding-top: 20px; */
    background-color: #4caf50;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    padding-bottom:5px;
    /* margin-left: 130px; */
    /* margin-right: 70px; */
    margin-top: 10px;
    height: 50px;
    width: 90px;
    align-self:center;
}

#message {
    margin-top: 10px;
    text-align: center;
}
