body{
    background-image: url("des2.gif");
    background-repeat: no-repeat;
    background-size: 2000px 1000px;
    
}
.as{
    margin-top: 50px;
    margin-left: 550px;
    padding: 10px;
    border-style: dashed;
    border-color: red;
    border-radius: 2px 20px;
    color: white;
    width: 500px;
    height: 200px;
    font-size: 20px;
    text-align: center;
}
.container{
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 20px aqua;
    width: 1000px;
    text-align: center;
    /*margin-top: 10px; */
    margin-left: 350px;
}
input[type="text"], input[type="password"], input[type="email"]{
    width: 90%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
}
button{
    width: 95%;
    padding: 12px;
    background-color: violet;
    color: black;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}