    .image-block{
        float:left;
        margin :20px;
        width :40%;
        text-align : center;
    }
    .auth-form{
        float:left;
        margin : 20px;
        width :38%
    }
    .auth-title input[type=text]{
          width: 100%;
          height: 36px;
          margin: 13px 0 0 -5px;
          padding-left: 10px;
          border-radius: 0 5px 5px 0;
          border: solid 1px #cbc9c9;
          box-shadow: 1px 2px 5px rgba(0,0,0,.09);
          background: #fff;
    }
    .vl {
          border-left: 1px solid black;
          margin-top : 5px;
          height: 120px;
          float : left;
     }
    .integrator-btn-auth {
          width: 100px;
          padding: 10px 0;
          border-radius: 5px;
          border: none;
          background: #1c87c9;
          font-size: 14px;
          font-weight: 600;
          color: #fff;
          margin-top : 14px;
     }
    .alertfailed {
          background-color: #d9534f;
          padding: 10px;
          color: white;
          margin-top: 120px;
          text-align: center;
          width: 45%;
          margin-left: auto;
          margin-right: auto;
     }
    .alertsuccess {
          background-color: #5cb85c;
          padding: 10px;
          color: white;
          margin-top: 120px;
          text-align: center;
          width: 45%;
          margin-left: auto;
          margin-right: auto;
     }
    #messages{
         width:400px;
     }
    .closebtn {
        color: white;
        font-weight: bold;
        float: right;
        font-size: 20px;
        cursor: pointer;
        transition: 0.3s;
    }
    .closebtn:hover {
       color: black;
    }
    .btn-enable {
        background-color: #5cb85c;
        color: white;
        text-align:center;
        border-radius: 4px;
    }
    .btn-disable{
        background-color: #d9534f;
        color: white;
        text-align:center;
        border-radius: 4px;
    }
    .enable{
        font-weight:bold;
        color: green;
        text-align:center;
        text-transform: uppercase;
    }
    .disable{
        font-weight:bold;
        color: red;
        text-align:center;
        text-transform: uppercase;
    }
    table, th, td, thead {
        margin-left: auto;margin-right:
        auto;border-collapse: collapse;
        text-align:center;
        height: 20px;
        border: 0.1rem dashed #d6d6d6;
     }
    tbody tr:hover {
        background-color: #dcf7f5;
     }
    table th {
        text-align: CENTER;
    }
    .btn-gray{
       background-color:#dfe1e1;
       margin:5px;
       border-radius: 4px;
       width: 90px;
       Cursor:text !important;
       Text-Decoration: None !important;
    }
    .execluded_module{
           font-weight:bold;
           color: #4d4b82;
           text-transform: uppercase;
     }
    #userTable {width:650px;}
    .row-data{
           font-size:15px;
     }
    .integrator-btn-reset{
           width: 150px;
           padding: 10px 0;
           border-radius: 5px;
           border: none;
           background: #d9534f;
           font-size: 14px;
           font-weight: bold;
           color: #fff;
           margin-top : 14px;
    }
    .table-show {
           margin-top:10px;
           padding:10px;
           clear:both;
    }


