body {
    margin-bottom: 60px;
    background-image: url('/images/blueGradient.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}
.form-row-centered {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
    .form-row-centered .form-control,
    .form-row-centered .form-select {
        width: 100%;
        margin-left: 7px
    }
.main-question {
    display: block;
    max-width: 1000px;
    white-space: normal;
    /*   margin-left: 4px;*/
    padding-left: 2em; 
    text-indent: -1.7em; 
}
.sub-question {
    margin-left: 2.8rem;
    text-indent: -1rem;
    display: block;
}
.btn-bcbsm { 
    background-color: #006fa1;
    color: #fff;
    font-weight: bold;
    border-radius: 1px;
    width: 220px;
    height: 45px;
}
 .btn-bcbsm:hover {  
     background-color: #009CDE;
     color: #fff;
 }
.material-id-text {
    color: black !important;
    text-align: right;
    font-weight: 650 !important;
    font-size: 14px !important;
}
.surveycode-err {
    color: rgb(255, 0, 0);
    font-weight: 450;
    text-align: center;
}
.disabled-block { 
    display: none;
}

