div.wrapper{
    padding-top: 25px;
    width: 500px;
}

input.text{
    border-radius: 10px;
}

input.submit{
    display: block;
    height: 60px;
    line-height: 58px;
    background-color: var(--blue);
    text-align: center;
    margin: 10px auto;
    width: 100%;
    font-size: 22px;
    border-radius: 10px;
}

@media only screen and (max-width: 550px) {
    div.wrapper {
        width: 90%;
    }
}