        .ortala {
            width:350px;
            margin: auto;
            margin-top: 75px;
            margin-bottom: 50px;
            text-align: Center;
            line-height: 32px;
        }

        .search {
          margin: auto;
          text-align: Center;
          line-height: 32px;
        }

        .input-group {
            padding-bottom: 5px;
        }

        .btn-group {
            float: right;
        }

        table{
          padding-top:10px;
          border-collapse: unset !important;
          width:100% !important;
        }
        td,th{
          border:solid 1px gray;
          padding:5px !important;
        }

        .frm{
          margin: 10px;
        }

        .err{
          width:100%;
          color: red;
          border:none;
        }
