/*Shree Ganeshay namah...*/

body {
    margin-top: 3%;
    background-image: url(../images/request_form.jpg);
    text-align: center;
    background-repeat: no-repeat;
}
.container {
    width: 100%;
    text-align: center;
}
.container h1{
    font-size: 30px;
    font-weight: 600;
    color: white;
    
}
.container h2{
    font-size: 30px;
    font-weight: 600;
    color: white;
    margin-bottom: -10px;
   
}
.container h3{
    color: white;
    margin-bottom: -10px;
}
.container h4{
    color: white;
    margin-bottom: 2px;
}
.con_container{
    border: 2px Grey;

}
.con_container input[type="text"]{
    width: 30%;
    height: 30px;
}
.con_container input[type="email"]{
    width: 30%;
    height: 30px;
}
.con_container input[type="submit"]{
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    cursor: pointer;
    outline: none;
    border-radius: 10px;
    padding: 5px 15px;
    border: none;
    background: #2963e0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.con_container textarea{
    width: 30%;
}
@media (min-width:320px) and (max-width:575.98px){
    .con_container input[type="text"]{
        width: 70%;
    }
    .con_container input[type="email"]{
        width: 70%;
    }
    .con_container textarea{
        width: 70%;
    }
    .container h2{
        font-size: 22px;
        font-weight: 300;
        color: white;
       
    }
}

@media screen and (max-width:767px){
    .con_container input[type="text"]{
        width: 70%;
    }
    .con_container input[type="email"]{
        width: 70%;
    }
    .con_container textarea{
        width: 70%;
    }
    .container h2{
        font-size: 22px;
        font-weight: 300;
        color: white;
       
    }
}

