

form button{
    padding:9px 30px;
    margin-top: 30px;
    border: 1px solid #3b9bef;
    border-radius: var(--border-radius);
    background-color: #3b9bef;
    cursor: pointer;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}