.logo {
    color: white;
    background-color: #855015;
}

.titulo {
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    font-weight: 400;
}

hr.hr1 {
    border: 4px solid #855015;
    border-radius: 5px;
    width: 5%;
    margin: 0;
    height: 0.1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.input {
    /* background: #CACACA;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border: none; */
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: black;
    background: #cacaca;
    border: none;
    box-shadow: none;
    outline: 0;
    padding: 16px 30px 15px;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-radius: 0;
    transition: all .3s ease;
    box-sizing: border-box!important;
    width: 100%;
    display: block;
    height: 49px;
}

.submit {
    /* background: #CACACA;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border: none; */
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    background: #855015;
    border: none;
    box-shadow: none;
    outline: 0;
    padding: 16px 30px 15px;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-radius: 0;
    transition: all .3s ease;
    box-sizing: border-box!important;
    width: 50%;
    display: block;
    height: 49px;
}

::placeholder {
    color: black;
    opacity: 1;
    /* Firefox */
}

#sig-canvas {
    /* border: 2px dotted #CCCCCC; */
    border-radius: 15px;
    /* background: #cacaca; */
    width: 100%;
}