.contacts-container{
    width: 100%;
    margin: auto;
    color: #545454;
    background-color: white;
    padding-top: 18px;
    border: 1px solid #D3D3D3;
}
.contact-form-container{
    width: 495px;
}
.contact-form{
    position: relative;
    /* border: 1px solid green; */
    background-color: white;
    height: 495px;
    padding-top: 15px;
    position: relative;
    left: 20px;
    position: relative;
    border: 1px solid #D3D3D3;
}
.contact-form-col-1{
    width: 152px;
    /* border: 1px solid red; */
    display: inline-block;
}
.contact-form-label{
    padding-left: 28px;
    padding-top: 30px;
    font-size: 16px;
}
.contact-form-col-2{
    float: right;
    width: 321px;
    /* border: 1px solid grey; */
    position: relative;
    display: inline-block;
}
.contact-form-input{
    position: relative;
    top: 8px;
}
.contact-form-input > input{
    width: 277px;
    /* padding-top: 22px; */
    margin-top: 7px;
    height: 38px;
    background-color: #ffffff;
    border: 1px solid #D3D3D3;
    color: #0c0c0c;
    padding-left: 16px;
    font-size: 16px;
}

.contact-form-input > textarea{
    background-color: #ffffff;
    width: 281px;
    position: relative;
    top: 8px;
    height: 77px;
    border: 1px solid #d3d3d3;
    color: #000000;
    font-size: 16px;
    padding-left: 11px;
    font-family: Arial;
    padding-top: 6px;
}
.project-button-save{

}
.project-recapture{
    position: relative;
    width: 302px;
    /* border: 1px solid red; */
    top: 37px;
    /* right: 12px; */
    left: 172px;
}
.loader{
    width: 136px;
    height: 57px;
    background-image: url(/images/loader.gif);
    display: block;
    position: relative;
    background-size: 57%;
    background-repeat: no-repeat;
    float: right;
    position: relative;
    top: -74px;
    right: -101px;
    /* left: 148px; */
    display: none;
}

.loader1{
        width: 135px;
        height: 46px;
        background-image: url(/images/loader1.gif);
        display: block;
        position: relative;
        background-size: 100%;
        background-repeat: no-repeat;
        float: right;
        position: relative;
        top: 103px;
        /* right: 133px; */
        left: 193px;
        /* display: none; */
        background-position-y: -25px;
        display: none;
}