@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    padding: 0;
    margin:0;
    font-family: "roboto";
}
header{
    background:#D6D58E;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
h3{
    text-align: center;
    padding: 30px;
    border: 0.5px solid rgb(186, 179, 179);
    width:100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #D6D58E;
    font-size: xx-large;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
}
form{
    padding: 10px;
    border: 1px solid black;
    height: 250px;
    width:350px;
    border-radius: 10px;
   
  
}
input{
 margin: 10px;
 border-radius:5px;
 padding: 10px;
 border: 0.5px solid rgb(141, 138, 138);
}
.wrapper{
  display: flex;
  justify-content: space-evenly;
  height:350px;
  border-radius: 20px;
}
.form{
    flex-shrink: 3;
    padding: 25px;
    height:350px;
}
button{
    float: left;
    padding: 8px;
    border-radius: 15px;
    border:none;
    border:0.5px solid  black;
    margin-top: 10px;
    margin-left: 90px;
}
input:focus{
    outline: none;
}
body{
    background-color: rgb(31, 173, 173);
}
input[type=text]:focus {
    border: 1.6px solid #555;
  }
  @media screen and (max-width:450px){
    .wrapper{
        flex-direction: column;
    }
    h3{
        width:320px;
        height: 200px;
        border-radius:10px;
        margin: 5px;
    }
    form{
        width: 300px;
        height:600px;
    }
    .respon_wrapper{
        display: flex;
        flex-direction: column;
        gap:5px;
        
    }
  }
header{
    position: sticky;
}
#next{
    border-radius: 5px;

}
button:hover{
     background-color: #9f9c9c;
     color:white;

}
button{
    width:100px;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
}
#btn{
  
    width: 100px;
    margin-left: 100px;
}
#sign{
    margin-left: 100px;
}