﻿body {
    margin: 0;
    font-size: 0.700rem;
    font-weight: 400 !important;
    line-height: 1.625rem;
    color: #312d65;
    text-align: left;
    background-color: #f5f4fb;
    font-family: 'Roboto', sans-serif;
}

.form-control {
    padding: .375rem .75rem;
    font-size: 0.700rem;
    height: 1.625rem;
}

select.form-control:not([size]):not([multiple]) {
    height: 1.625rem;
}

.input-lg {
    height: 35px !important;
    padding: 10px 16px;
    font-size: 0.700rem;
    /*    line-height: 1.3333333;
*/ border-radius: 0.3125rem;
}