.pTop {
    padding-top: 20px;
}
.title{
    width: 100%;
    padding: 20px;
    font-size: 16px;
    text-align: center;
}

.label {
    text-transform:uppercase !important;
    font-size: 13px;
}
.Ans {
    font-size: 13px;
}
.email{
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.app-title{
    font-size: 28px;
    position: absolute;
    left: 210px;
    top: 20px;
    font-weight: bold;
    color: #b34141;
}
.maintenance_logo {
    width: 10%;
}
@media screen and (max-width: 1024px) {
    .table-responsive {
        overflow-y: scroll;
        height: 940px;
     }
 
    .app-title {
        font-size: 20px;
        position: absolute;
        left: 168px;
        top: 16px;
        font-weight: bold;
    }
 }

@media screen and (max-width: 767px) {
    .table-responsive {
       overflow-y: scroll;
       height: 920px;
    }
    .app-title {
        font-size: 22px;
        position: absolute;
        left: 28px;
        top: 10px;
        font-weight: bold;
    }
    .rbi_logo {
        width: 35%;
    }
    .title {
        width: 100%;
        padding: 21px;
        font-size: 16px;
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
 }

