#goform {
    padding-left: 13px;
    padding-right: 13px;
}

#goform label {
    user-select: none;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

#goform label svg {
    height: 16px;
    width: 16px;
    margin-right: 6px;
}

#goform {
    user-select: none
}

::placeholder {
    color: inherit;
    opacity: .6;
}

#goform input[type=text],
#goform input[type=email],
#goform input[type=tel],
#goform input[type=date],
#goform input[type=password],
#goform select,
#goform textarea {
    outline: 0;
    font: inherit;
    color-scheme: dark;
    width: 100%;
    padding: 11px;
    box-shadow: 0 0 0 2.5px var(--secondary);
    border: 0;
    color: inherit;
    background: transparent;
    border-radius: 12px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
}