body{
    background-color: #4680ff;  
 }
 .card{
    display:flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    width: 100wh;
    margin:50px;
    padding:30px; 
 }
 
 .page-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
 
 }
 .input-group-text{
   font-size: 18px;
   width:400px;
 }
 .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;
      }
      
 }
 .btnHome{
   height: 40px;
  width: 90px;
  font-size: 15px;
  border-radius: 10px;
  border: none;
    }