body{
    font-size:1.2em;
    color:#808080;
}

.text-red{
    color:#F7170D;
}

.text-grey{
    color:#808080;
}

.subtitle{
    color:#808080;
}

.col-form-label{
    font-weight: bold;
}

.form-check-label{
    font-weight: lighter;
}

input.form-control{
    border-radius:0;
    border:1px black solid;
}

.options{
    font-size:0.9em;
}

.btn-red{
    color:#FFFFFF;
    background-color:#F7170D;
    border-radius:0;
    font-size:1.3em;
}

.text-legal{
    font-size:0.6em;
}

.alert{
    border-radius:0;
    font-size:0.9em;
}

.none{
    display:none;
}