body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
}

* {
    box-sizing: border-box;
}




hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}


/* Set a style for the submit button */

.registerbtn {
    background-color: white;
    color: blue;
    padding: 16px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.registerbtn:hover {
    opacity: 1;
}


/* Add a blue text color to links */


/* a {
    color: dodgerblue;
} */


/* Set a grey background color and center the text of the "sign in" section */

.signin {
    background-color: #f1f1f1;
    text-align: center;
}


/* //css starts  here */

div.row.digital-herorow {
    margin-top: 50px;
}

h1.camp-heading {
    color: #0076A8;
    font-size: 48px;
    font-weight: 800;
}

p.camp-para {
    letter-spacing: .43px;
    font-size: 18px;
    line-height: 36px;
    color: black;
    padding-top: 33px;
}

/* div.webinar-form {
    background-color: #B7E9FF;
    padding: 25px;
} */

h2.camprequest_heading {
    color: #5BA6C4;
    font-weight: 800;
}

div.webinar-form{
    background-color: #B7E9FF;
    /* background-color: blue; */
padding: 25px;
}