.login {
    height: 400px;
    width: 600px;
    border: 2px solid grey;
    border-radius: 20px;
    background-color: antiquewhite;
    color: white;
    background-image: url(abstract-realistic-technology-particle-background_52683-33064.avif);

}

form {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    flex-direction: column;
    backdrop-filter: brigthness(40%);
    display: flex;
    gap: 5px;
}

label {
    color: rgba(255, 255, 255, );
    border-radius: 3px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
    padding-left: 10px;

}

input {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    height: 40px;
    line-height: 60px;
    border: none;



}

button {
    background-color: rgb(0, 191, 255);
    color: white;
    border-radius: 20px;
    line-height: 40px;
    margin-top: 20px;
    border: none;
    font-size: 20px;
    letter-spacing: 2px;
}

h1 {
    font-size: normal;
    letter-spacing: 2px;
    text-align: center;
}