.ct-1{
    position: relative;
    background-image: url(/res/request.jpg) !important;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 300px;
}
.ct-1 > div{
    position: relative;
    width: 100%;
    min-height: 300px;
    height: 100%;
    padding: 40px 0px 20px;
}
.ct-1 > div > *{
    width: 90% !important;
    margin: 20px auto !important;
}
.c-ct2{
    width: 90%;
    margin: 30px auto;
    padding: 30px 20px;
    box-shadow: 0 0 26px 0 rgba(0,0,0,.15);
}
form input, form label, form textarea,form select{
    font-size: 1em !important;
    font-family: 'Roboto', sans-serif !important;
    color: #555 !important;
}
form label{
    margin-top: 12px !important;
}
form input,form select{
    height: 44px !important;
}
form textarea{
    resize: vertical !important;
    min-height: 150px !important;
}
form button{
    margin-top: 10px !important;
    font-family: 'Cabin', sans-serif !important;
    font-weight: bold !important;
    padding: 10px 30px !important;
    border-radius: 30px !important;
}
form button > i{
    position: relative;
    top: 1px;
}
form h2{
    color: #555;
}
.h1-title{
    font-size: 2.2em;
}
@media screen and (max-width: 700px){
    form h2{
        font-size: 1.4em !important;
    }
    .c-ct2 .h1-title{
        font-size: 1.6em !important;
    }
}
@media screen and (max-width: 500px){
    .c-ct2{
        padding: 20px auto !important;
        width: 94% !important;
    } 
    .p-txt{
        line-height: 18px !important;
    }
    form label{
        font-size: .9em !important;
    }
    form input,form select{
        height: 40px !important;
        font-size: .9em !important;
    }
    form h2{
        font-size: 1.2em !important;
    }
}