.bg
{
    
    background-image: url(img/bg-pattern.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}


.logo
{
    width: 20%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg h2
{
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    margin-top: 3%;
}

.bg h5{
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.bg .form
{
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    border-bottom: 1px solid #aaa;
}

.form-control
{
    width: 60% !important;
    border-radius: 1px !important;
}

label
{
    font-size: 24px;
}

.btn-primary
{
    color: #fff;
    background-color: #c01818 !important;
    border-color: #c01818 !important;
    border-radius: 1px !important;
    width: 60%;
}

.btn-primary1
{
    color: #fff;
    background-color: #c01818 !important;
    border-color: #c01818 !important;
    border-radius: 1px !important;
}