﻿.ptp{
    background-color:#fff;
}

.ptp .row {
    padding:10px 0px;    
}

.ptp .row .row {
    border-bottom: 1px solid #c4c2c26b;
}

.ptp .row label{
    display:block;
    margin:20px 0;
}

.ptp .container .row:not(:nth-child(1)) label{
    display:none ! important;
}

.ptp-form .row p{
    padding:20px 0px 0px;
    font-weight:bold;
}

.ptp-form .row input[type=text] {
    padding:5px 10px;
    width:90%;
}

.ptp-form .row textarea {
    padding:5px 10px;
    width:95%;
}

.caption-block h1{
    color:#fff ! important;
}

.caption-block h3{
    color:#fff ! important;
    font-size:18px;
}

@media (min-width:300px) and (max-width:950px){
    .ptp .container .row:not(:nth-child(1)) label{
    display:block ! important;
}

    .ptp .container .row .row div:first-child label{
    display:none! important;
}

    #TxtName{
        width:75%;
    }

}