.umbraco-forms-field-wrapper input.text {
    border-radius: 32px;
    padding-left: 40px;
    border: 1px solid rgba(16, 17, 13, 0.3);
    font-size: 1.25rem;
    line-height: 1.375rem;
    font-family: Archivo, sans-serif;
    height: 60px;
    width: 100%;
    font-weight: 500;
    margin-right: 20px;
}


.umbraco-forms-field-wrapper select {
    color: rgba(16, 17, 13, 0.5);
    -webkit-appearance: none;
    appearance: none;
    border-radius: 32px;
    padding-left: 40px;
    border: 1px solid rgba(16, 17, 13, 0.3);
    font-size: 1.25rem;
    line-height: 1.375rem;
    font-family: Archivo, sans-serif;
    margin: 0 auto 16px;
    height: 65px;
    cursor: pointer;
/*    background: #fff; */
    position: relative;
    z-index: 3;
    font-weight: 500;
    display: block;
    width: 100%;
}


.umbraco-forms-field-wrapper textarea {
    border-radius: 8px;
    padding-left: 32px;
    padding-top: 26px;
    border: 1px solid rgba(16, 17, 13, 0.3);
    font-size: 1.25rem;
    line-height: 1.375rem;
    font-family: Archivo, sans-serif;
    margin: 38px auto 16px;
    height: 320px;
    width: 100%;
}


.umbraco-forms-navigation input.btn {
    background: #fc4c5d;
}