* {
    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('./Header.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
}

.header-text {
    text-align: center;
    padding-top: 90px;
}

.header-text h1 {
    font-size: 50px;
    color: #619DD1;
    font-weight: bold;
    padding-top: 20px;
}

.header-text p {
    font-size: 22px;
    font-weight: 500;
    padding: 10px 0;
}

.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;
}

.title h1 {
    color: #619dd1;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 10px;
}

.title p {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}

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

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

.footer {
    background-image: url(./Footer.png);
    height: 200px;
}

@media only screen and (max-width: 600px) and (min-width: 320px) {
    .banner {
        height: auto;
    }
}

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