

@media(max-width:767px) {
    .ov-req {
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }
    .ag-page-header-date {
        text-align: right;
    }
    .media {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .kra-table-responsive>.table>tbody>tr>td,
    .kra-table-responsive>.table>tbody>tr>th,
    .kra-table-responsive>.table>tfoot>tr>td,
    .kra-table-responsive>.table>tfoot>tr>th,
    .kra-table-responsive>.table>thead>tr>td,
    .kra-table-responsive>.table>thead>tr>th {
        white-space: initial;
    }
    .EpName {
        margin-bottom: 12px;
    }
    .approvedbtn,
    .pending,
    .rejected {
        padding: 3px 12px 5px;
    }
    .Loginpage {
        background-position: top;
    }
    .formSection {
        position: static;
        width: 100%;
        padding: 15px;
    }
    .loginfrm {
       background-color: #3cb1e5;
    color: #ffffff;

    }
    .approvedBtn {
        margin-bottom: 7px !important;
    }
    .Loginpage{
        background-image: none;
    }
/*
    #ForgotPSW a{
        color: #fff;
    }
*/
      .formSection1 {
                padding-top: 0%;
                          padding-bottom: 40px;
            }
            
            .prLoginForm{
                padding-top:2%;
            } 
                
                 .formSection1 h1{
                    font-size: 35px;
            }
                .BgColor {
    background-color: transparent !important;
}
                .formSection1{
                    text-align: center;
                }
                .prLoginForm{
                    margin: 0 auto;
                }
                
    .prforgotEmail{
        margin: 0 auto;
    }
    .prPadding{
    padding: 0;
}
            }


 
@media(min-width:768px) {
    .ag-page-header-date {
        text-align: right;
    }
    .ov-req {
        border-right: 1px solid rgba(0, 0, 0, .2);
    }
    .media {
        display: table;
        margin: 0 auto;
    }
    .EpName {
        float: none;
    }
    .formSection {
        position: absolute;
        width: 31%;
        bottom: 39%;
        right: 6%;
    }
    .approvedBtn {
        margin-bottom: 7px !important;
    }
    .approvedbtn,
    .pending,
    .rejected {
        padding: 3px 9px 5px;
    }
    .enterAnyEmail{
            font-size: 13px;
    }
     .abc{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: table;
    }
    .formSection1{
        text-align: center;
        padding-top: 0 !important;
    }
    .prLoginForm{
            margin: 0 auto;
    }
}

@media(min-width:992px) {
    .EpName {
        float: none;
    }
    .enterAnyEmail{
            font-size: 15px;
    }
    .abc{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: table;
    }
}

@media(min-width:1200px) {
    .EpName {
        float: left;
    }
    .formSection {
        position: absolute;
        width: 20%;
        bottom: 38%;
        right: 18%;
    }
    .approvedBtn {
        margin-bottom: 0px !important;
    }
    .approvedbtn,
    .pending,
    .rejected {
        padding: 3px 0 5px;
    }
}