
h1 {
    text-align: center;
    padding-top: 15vh;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.container-fluid {
width: 100vw;
height: 100vh;
background: yellowgreen;
    
}

.form1 {
    margin-top: 5vh;
    width: 60vw;
    height: 53vh;
    background-color: white;
    
    border-radius: 2%;
}
.myfield{
    

}
.form2, .form3{
    display: none;
}
.newClient{
    margin-left: 40vw;
    margin-top: -15px;
}
#addUp{
    margin-top: 20px !important;
}
.resetbtnHid{
    display: none;
}
#searchClient{
    
}
.card{
    margin-top: 20px;
    border: 2px solid blueviolet;
    margin-left: 15px;
}
.card-body{
    border-top: 1px solid grey;
}