#contact .btn_link{
    width: calc(80% - 30px);
    margin: 30px auto;
}

#contact .input{
    outline:none;
    background:#fff;
    border:0px;
    height:50px;
    width:80%;
    margin:15px auto;
    display:block;
    padding-left:10px;
    text-align: center;}  

 #contact .input_error{
    outline:none;
   
    border:0px;border: 1px solid;
    height:50px;
    width:80%;
    margin:15px auto;
    display:block;
    padding-left:10px;
    text-align: center;

    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;

}



#contact .input_block{
    outline:none;
    background:#fff;
    border:0px;
    height:150px;
    width:80%;
    margin:15px auto;
    display:block;
    padding-left:10px;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 15px;}

