    * {
      color: white;
    }
    
    body {
        color: white;
        padding: 0px; background: #0E964D;
    }
    
     .card {
      background: #159A88;
     }
     
     .input-group input {
       text-align: right;
     }
     
     .form-group label {
       float: left !important;
     }
     
     
     .result {
      background-color: #005072 !important;
      border: none;
      color: white;
     }

	.bottom-footerpanel {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 2px !important; 
    font-size: 10px;
}
