.default-form input {
    background-color: white;
    height: 40px;
    border-radius: 5px;
    border: none;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 8px 16px;
}

.large-button{
    min-width: 250px;
}