.sm-input {
    width:100%;
    border:unset !important;
}

.sm-button{
    background:blue;
    color:white ;
    border-radius:4px;
}

.sm-button.success {
    background: teal;
}