/*! Place your custom styles here */
.m1-form input.field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 15px;
    padding: 0 20px 0 62px;
    background:#f7f8f9;
    text-align: left;
    font-size: 18px;
    font-family: "Gotham Pro";
    font-weight: 400;
    color: #222;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
}

.m1-form input[name="name"] {
    background:#f7f8f9 url(../img/name.png) no-repeat 20px center;
}
.m1-form input[name="phone"] {
    background:#f7f8f9 url(../img/phone.png) no-repeat 20px center;
}
.button-m:hover{
    
}
.button-m:active{
    top:-1px;
}
.m1-form {
    width: 370px;
    margin: 0 auto;
}