body{
    background-color: #4680ff;  
 }
 .card{
    display:flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 100wh;
    margin:50px;
    padding:30px; 
 }
 
 .page-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
 
 }
 .input-group-text{
   font-size: 18px;
   width:300px;
 }
 .card-body{
    font-size: 18px;
 }
 .btn{
    font-size:20px;
    /* width:150px;
    height:45px; */
 }
 
 @media only screen and (max-device-width:414px){
    .card{
        display:flex;
        justify-content: center;
        align-items: center;
        /* height: 70vh;
        width: 100wh;
        */
     
    }
    .input-group-text{
        font-size: 18px;
        width:300px;
      }
      
 }

 .feedbackIcon{
   margin: 10px;
   font-size: 40px;
   color: black;
 }