*{
    margin:0;
    padding:0;
    
}

body{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
}

.form{

    width: 80%;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(197, 197, 197);
    border-radius: 5px;
    margin: 30px auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 5px 10px rgb(255, 255, 255);
}

.form-header{
    background-image: linear-gradient(45deg, #ffffff, #ffffff);
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-header p{
    color: rgb(0, 37, 220);
    font-size: 25px;
    font-weight: 500;
    margin: 0px !important;
    
}

.form-body{
    width: 100%;
    margin: auto;
}

input{
width: 100%;
height: 50px;
border: none;
border-bottom: 2px solid #ffffff;
background-color: aliceblue;
padding: -5px;
font-size: 15px;

}
.fields{
    margin: 20px;
    color: rgb(0, 0, 0);

}
.calc-value{
    height: 50px;
    width: 150px;
    background-image: linear-gradient(45deg, #0041ba, #0041ba);
    color:white;
}
