/*
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 : Aug 21, 2017, 11:21:51 AM
    Author     : PF_IT
*/

.input-group-rounded {
  margin-top: 20px;

}
.input-group-rounded .input-group-field {
  border-radius: 5000px 0 0 5000px;
  padding-left: 1rem;
  height: 80px;
  text-align: center;
  text-indent: 140px;
  font-size: 1.8rem;

  
}

.input-group-rounded .input-group-button .button {
  border-radius: 0 5000px 5000px 0;
  font-size: 1.5rem;
  height: 80px;
  width: 150px;
  background-color: #0078e1;


}