* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}


/* ADVERTISEMENT ENTRY  */

.form-title {
    text-align: center;
    background: green;
    font-weight: bold;
}

.form-title h1 {
    padding: 10px;
    font-weight: bold;
    color: #fff;
}


/* .banner {
    background-image: url('./banner.png');
    height: 500px;
    background-size: cover;
} */


/* 
.banner {
    background-image: url('./banner.png');
    height: 280px;
    background-repeat: no-repeat;
    width: 100%;
    background-position-x: center;
}

*/


/* .sponsor-details-form input {
    background: gold;
    border-color: gold;
    color: #000;
} */

.sponsor-details-form input {
    background: gold;
    border-color: gold;
    color: #000;
    border-radius: 0;
    padding: 15px 20px;
    margin-bottom: 2px;
}

.sponsor-details-form input:focus {
    background: gold;
    border-color: gold;
    color: #000;
    box-shadow: none !important
}

.table {
    background: #DC3545;
    color: #fff;
}

.vendor-input.form-control {
    border-top: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 10px;
    width: 75%;
}

.vendor-input.form-control:focus {
    box-shadow: none !important;
}


/* signature  */

.padding-reset {
    padding-top: 60px;
}

.signature-pad--actions {
    position: relative;
}

.signature-pad--actions button {
    position: absolute;
    top: -25px;
    right: -0px;
}

@media only screen and (max-width: 600px) and (min-width: 320px) {
    canvas {
        width: 100%;
    }
    .d-flex.justify-content-around.align-items-center.signeter {
        display: block !important;
    }
    .padding-reset {
        padding-top: 0px !important;
        padding-bottom: 40px !important;
    }
}

canvas#signature-pad {
    border: 1px solid #f7003e;
    border-radius: 15px;
    margin: 15px 0;
    background: #eee;
    cursor: crosshair;
}