.vvvvvvv{
    background-image: url('https://srv833-files.hstgr.io/b44b32f0a8128044/files/public_html/images/calculator/bg1.jpg');
    /*background: yellow;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: green !important; */
    line-height: 1.5 rem !important;
    padding: 50px !important;
}
.calculator-box{
    background-color: white;
    border-radius: 4px;
    box-sizing: border-box;
    /* border: 1px solid black; */
    padding: 20px;
    /* height: 500px; */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; 
}
.calculator-head{
    margin-bottom: 20px !important;
    padding: 5px !important;
    border-radius: 3px !important;
}
