
.sm-input {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #161b19;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 2rem;
    background-color: #dedede;
    border: none;
    box-shadow: 0 0.1rem 0.25rem rgb(0 0 0 / 8%);
}
.logfoot {
    border-radius:100% 100% 0 0;
    bottom: 0;
    background-color: #036c38;
    height: 22vh;
    
}