.dv-label{
    font-weight: 500;
    font-family: Roboto;
    font-size: 15px;
    color: black;
    line-height: 27px;
}
.btn{
    height: 48px !important;
    padding: 0 25px !important;
    box-shadow: 0px 0px 0px 0px;
    font-family: Roboto,sans-serif;
    font-size: 15px !important;
    margin-right: 12px;
}
.primary-btn{
    background-color: #3847fa !important;
    color: white !important;
}

/* Vuetify overrides */

.v-text-field>.v-input__control>.v-input__slot:before{
    border-style: none !important;
}
.v-text-field>.v-input__control>.v-input__slot{
    min-height: 42px;
}
.v-input__append-inner{
    margin-top:10px !important;
}