header{
    border-bottom:1px solid #447683;
}
.white-form{
    background-color: white;
    color:#5fa0b1;
    padding-bottom: 25px;
}
.white-form h2{
    color:#5fa0b1;
    font-size: 30px;
    font-weight: 900;
}

p{
    margin-bottom: 0;
}

.blue-form{
    background-color: #5fa0b1;
    color: white;
    padding-bottom: 25px;
}

.blue-form h2{
   padding-top: 40px;
    margin-bottom: 40px;
    margin-top: 0;
}

h2{
    margin-top: 50px;
    color: #fff;
}
.message-form{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #303030;
    margin-bottom: 15px;
}
.form-content{
    width: 500px;
    margin: 0 auto;
}

input[type="text"], textarea, input[type="email"]{
    width: 100%;
    height: 34px;
    border: 1px solid #53606b;
    margin-bottom: 11px;
    padding: 10px;
    font-size:18px;
}


.blue-form input[type="text"],.blue-form input[type="email"], .blue-form textarea{
    border: 1px solid white;
    color: white;
    background-color: #5fa0b1;
}


textarea{
    height:auto;
    margin-top:15px;
}

.label-span{
    font-size: 18px;
    color: #5fa0b1;
}
.label-span span{
    font-size: 12px;
    color: #898989;
}
.photo{
    display: inline-block;
}
.photo_input{
    display: inline-block;
    font-size: 8px;

}

.photo .jfilestyle span span{
    background-color: #53606b;
    color: white;
    border: none;
    border: none;
    border-radius: 0;
    padding: 4px 7px;
    font-size: 8px;
}

.garanti .wpcf7-list-item-label{
    font-size: 15px;
    font-weight: 700;
    color:#447683;
    vertical-align: baseline;
}

input[type="text"]:focus, textarea:focus{
    border: 1px solid #53606b;
    outline:none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(83,96,107,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(83,96,107,1);
    box-shadow: 0px 0px 5px 0px rgba(83,96,107,1);
}

.white-form input{
    color:#5fa0b1;

}

.white-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #5fa0b1;
}
.white-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #5fa0b1;
    opacity:  1;
}
.white-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #5fa0b1;
    opacity:  1;
}
.white-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #5fa0b1;
}

.blue-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.blue-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
.blue-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
.blue-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff;
}

.info{
    font-weight: 400;
    font-size: 12px;
}

.blue-form  .email_input{
    margin-bottom: 5px;
}

.marques{
    margin-top: 0;
}
.submit{
    text-align: center;
}
.btn-submit{
    width:auto;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background-color: #53606b;
    border-radius: 0;

}

.btn-submit, .btn-submit:active, .btn-submit:focus, .btn-submit:hover  {
    background-color: #53606b!important;
    color: white;
    text-transform: uppercase;
    font-size:17px;
    margin-top: 20px;

}

.btn-submit i {
    font-size: 14px;
    margin-right: 10px;
}

.btn-submit br{
    display: none;
}


.page-id-197 .white-form{
    margin-top: 25px;
}