.center-transform
{
    position: relative;
    
    width: 100%;
    min-height: 40px;
    top:5%;
    padding: 8px 12px;
}

.center-transform-button
{
    position: relative;
    
    width: 100%;
    min-height: 40px;
   
    padding: 8px 12px;
}

@media (min-width: 1200px) {
    .center-transform
    {
      
        top:15%;
     
    }
}

@media (min-width: 992px) and (max-width: 1199.98px){
    .center-transform
    {
      
        top:10%;
     
    }
}

@media (min-width: 768px) and (max-width: 991.98px){
    .center-transform
    {
        
        top:5%;
       
    }
}

html,body
{
    height: 100%;
}

.fullheight
{
    height: 100%;
}