*{
 padding: 0px; 
 margin: 0px;
}
body{
    font-family:Arial, Helvetica, sans-serif;
    background-image: url('img11.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.container{
    width: 300px;
    height: 300px;
    border-radius: 10px;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 3px 10px 10px rgba(218, 241, 252, 0.767);
    gap: 10px;
    background: rgba(255, 255, 255, 0.9);
}
.input{
    width: 200px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 5px solid #aec3ec;
}
.container h1{
    color: rgb(73, 123, 222);
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(146, 196, 246, 0.7);
}

 button{
    width: 100px;
    height: 20px;
    border-radius: 5px;
    border: none;
    background-color: #0652a3;
    color: white;
    font-weight: bold;
    cursor: pointer;
}