   
  h1{
      text-align: center;
      color: white;
  }

  label{
    text-align: center;
    font-size: 24px;
    color: #082e56;    
  }
   
  
  #btnVedio,#btnImage,#btnControler,#btnLogin,#a,#btnCapt,#btnVerify {
      box-sizing: border-box;
      background-color: transparent;
      margin:auto;    
      padding : 10px;
      border: 4px solid  #e7e7e7;;
      border-radius: 30px;
      color: white;
      text-align: center;
      cursor: pointer;
      font-size: 1rem;
      font-weight: 240;
      text-decoration: none; 
      text-transform: uppercase;
      font-size:25px;   
      background: #007bff;      
      
    }
  
    #btnVedio:hover,#btnVerify:hover, #btnCapt:hover, #btnVedio:focus, #btnImage:hover,  #btnImage:focus, #btnControler:hover, #btnControler:focus, #btnLogin:hover, #btnLogin:focus   {
      color: rgb(118, 122, 117);
      outline: 0; 
      box-shadow: 0 0 10px 10px #3e5c45;     
    }

    #a {     
      font-size: small;      
    }

    #a:hover, #a:focus {
      color: rgb(184, 37, 184);
      outline: 0;
      font-size: small;
      box-shadow: 0 0 10px 10px #9127a7;      
    }


    .zome img {	
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);	
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
    }
      
    .zome img:hover {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
    
    
  
    
  