.input {
    
    background-color: #FFF;
    border: none;
    border-bottom: 1px Solid black;
    width: 100%;
    font-weight: 600;
    
  
}

.input:focus{
    outline: none;
    
}

.inputcap {
    
    background-color: #FFF;
    border: none;
    border-bottom: 1px Solid black;
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    
  
}


.inputcap:focus{
    outline: none;
    
}

.textcenter{
    text-align: center;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: gray;
    color: white;
    text-align: center;
 }


 .boldText{
    font-weight: bold;
 }

 .progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}


.req {
  
  color:red;
  font-weight:bold;
}