body{
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif !important;
}
.header{
    padding: 30px;
    text-align: center;
}
.main-heading{
    font-size: 2.03125rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif !important;
}
.banner img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.content{
    padding-top: 50px;
    padding-bottom: 50px;
}
.sub-heading{
    font-size: 1.5rem;
    font-weight: 500;
}
.content-heading{
    text-align: center;
    margin-bottom: 70px;
}
.form-box{
    width: 75%;
    margin: auto;
    box-shadow: 0 0 5px #ebe8e8;
    padding: 30px 40px;
    border-radius: 20px;
}
.form-control{
    border: 1px solid #d0d0d0 !important;
}
label{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}
.form-group label{
    margin-bottom: 5px;
}
.error{
    font-size: 12px;
    color: #c31616;
}

