@charset "UTF-8";

/*
Theme Name: dianacruise
*/
#gform_fields_1 input, #gform_fields_1 textarea {
    max-width: 100%;
    margin-bottom: 0px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #3b3b3b;
    background-image: none;
    border-bottom: 1px solid #e5dddc;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
#gform_fields_1 textarea {min-height:50px !important;height:50px !important;}