/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11 Dec, 2018, 3:06:54 PM
    Author     : vyadav
*/

.form-input{
  border-radius: 5px !important;
  border: 1px solid #FB890E !important;
}

.form-button{
  background-color: #FB890E ;
  color: white ;
  padding: 2px 12px ;
  font-size:13px;
  letter-spacing: 1px;
}

.form-button2{
  border: 1px solid #FB890E ;  
  background-color: #FB890E ;
  color: white ;
  padding: 2px 15px ;
  font-size:13px !important;
  letter-spacing: 0.5px;
}

.form-button3{
  border: 1px solid #C9302C ;  
  background-color:#C9302C ;
  color: white ;
  padding: 2px 15px ;
  font-size:13px ;
  letter-spacing: 0.5px;
}

tr,th,thead{
    border:none !important;
}

