@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

body{
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    background-color: #f8f9fa;
}

legend{
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
}

a{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.form-control[readonly] {
    background-color: #fff
}

.textOnInput {
    position: relative;
}

.textOnInput label {
    position: absolute;
    top: -15px;
    left: 5px;
    padding: 2px;
    z-index: 1;
}

.textOnInput label:after {
    content: " ";
    background-color: #fff;
    width: 100%;
    height: 13px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

label {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: .5rem;
}

footer {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
}