.card{
    width: 100%;
    background-color: whitesmoke;
    background-position: center;
    margin-bottom: 40px;
}
.input-group{
    background: #fff;
    display: flex;
    width: fit-content;
}
input{
    border-style:none;
    border: 0;
    outline: none;
    height: 50px;
    font-size: 16px;
}
button{
    background: #45c0be;
    border: none;
    outline: none;
    height: 50px;
    cursor: pointer;
}
span{
    color:  #45c0be;
}
