        body{
          margin-top: 5%;
        }
        .row{
          padding: 0;

        }
        .container-fluid {
          padding: 0;
          margin: 0;
        }
        .btn {
          -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        color: #fff;
        border-radius: 5px;
        padding: 10px;
        font-size:;
        border: 0;
        position: relative;
        display: inline-block;
        width: 100%;
        min-height: 80px;
        text-transform: uppercase;
        font-weight: 600;
        }
        .btn_submit{
        padding: 10px;
        min-height: 50px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        background-color: #5bad21 !important;
        border-radius: 5px;
        }
        .btn_submit:hover{
        font-weight: 600;
        color: green !important;
        background-color: #fff !important;
        border-radius: 5px;        
        border: 2px solid green !important;
        }


      .btn.focus, .btn:focus, .btn:hover {
          color: #fff;
          text-decoration: none;
      }
      .btn-gradient-primary {
      background: linear-gradient(to right, #da8cff, #9a55ff);
      }
      .btn-gradient-primary:hover {   
        background: transparent !important;
        border: 1px solid #c177ff !important;
        color: #c177ff;
        font-weight: 600;
      }
       .btn-gradient-primary1 {
      background: linear-gradient(to right, #8c9eff, #390882);
      }
      .btn-gradient-primary1:hover {   
        background: transparent !important;
        border: 1px solid #390882 !important;
        color: #390882;
        font-weight: 600;
      }
      .btn-gradient-info {
      background: linear-gradient(to right, #90caf9, #047edf 99%);
      }
      .btn-gradient-info:hover {   
        background: transparent;
        border: 4px solid #4ca5ec;
        color: #4ca5ec;
        font-weight: 600;
      }
      .btn-gradient-success{
      background: linear-gradient(to right, #84d9d2, #07cdae);
      }
      .btn-gradient-success:hover {   
        background: transparent;
        border: 4px solid #84d9d2;
        color: #84d9d2;
        font-weight: 600;
      }
      .btn-gradient-danger {
        background: linear-gradient(to right, #ffbf96, #fe7096);
      }
      .btn-gradient-danger:hover {   
        background: transparent;
        border: 4px solid #fe9296;
        color: #fe9296;
        font-weight: 600;
      }
      .btn-gradient-dark {
        background: linear-gradient(89deg, #bab610, #917727)
        
      }
      .btn-gradient-dark:hover {   
        background: transparent;
        border: 4px solid #a6971b;
        color: #a6971b;
        font-weight: 600;
      }
      .logo{
        border-bottom: 3px solid darkred;
        background: #414e5f;
      }

     
      .img{
        margin: 0 auto;
      }
      .container-fluid {
          display: flex;
          justify-content: center;
          align-items: center;
        }
        .clock2{
          display: block;
        }
        @media (max-width: 720px) {
          .container-fluid {
          display: flex;
          justify-content: center;
          align-items: center;

        }
        .text_style_p{
          font-size: large !important;
        }
        .clock2{
          display: none;
        }

        }
        .btn_div{
          padding: 25px;
        }
        #neonShadow{
          
          border:none;
          transition:0.3s;
          background-color:rgba(156, 161, 160,0.3);
          animation: glow 1s infinite ;
          transition:0.5s;
        }

        @keyframes glow{
          0%{
          box-shadow: 5px 5px 20px lightyellow,-5px -5px 20px lightyellow;}
          
          50%{
          box-shadow: 5px 5px 20px violet,-5px -5px 20px violet;
          }
          100%{
          box-shadow: 5px 5px 20px lightyellow,-5px -5px 20px lightyellow;
          }
        }
#neonShadow2{
          
          border:none;
          transition:0.3s;
          background-color:rgba(156, 161, 160,0.3);
          animation: glow2 1s infinite ;
          transition:0.5s;
        }

        @keyframes glow2{
          0%{
          box-shadow: 5px 5px 20px lightyellow,-5px -5px 20px lightyellow;}
          
          50%{
          box-shadow: 5px 5px 20px #82a1ee,-5px -5px 20px #82a1ee;
          }
          100%{
          box-shadow: 5px 5px 20px lightyellow,-5px -5px 20px lightyellow;
          }
        }

.marq{
      background: linear-gradient(89deg, #5e7188, #3e4b5b);
    font-size: 25px;
    color: #fff;
    padding: 15px;
    margin-top: 20px;
    border-top: 1px solid #414e5f;
    min-height: 66px;
}
