/*
Theme Name: perfect child
Tags:  custom-menu, editor-style, featured-images
Template: perfect
Version: 1.0.0
*/


@import '../perfect/style.css';



/*---------------------------------
      write your css from here
------------------------------------*/

.form-field input, select {
    border: 1px solid transparent;
    border-radius: 6px;
    color: #171313;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    margin-bottom: 25px;
    outline: medium none;
    padding-left: 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}