body, .form-control {
    font-family: 'Lato', sans-serif;
}
h1{
    text-align: end;
    margin-bottom: 40px;
}
label {
    color: #333;
}

.btn-success {
    color: #ffffff !important;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

header{
    text-transform: uppercase;
    font-weight: bolder;
}

.pull-right {
    float: right!Important
}

#signature{
    width: auto !important; 
    height: 200px !important;
    border: 1px solid #ccc;
}

#signature-pad{
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 200px !important;
}

.required:after {
    content:" *";
    color:red;
}

/* .capt{        
    width: 300px;
    height:100px;

}

#mainCaptcha{
    position: relative;
    left : 60px;
    top: 5px;
    
} */
/* 
#refresh{
    position:relative;
    left:-188px;
    width:40px;
    height:30px;
    bottom:45px;
    background-image: url(rpt.jpg);
} */

#txtInput{
    position: relative;
    /* left:40px; */
    /* bottom: 40px; */
}