﻿
body {
    font-family: 'Roboto', sans-serif;
    background-color: #fafafa;
}

.custom-jumbotron {
    background-color: #172540;
    color:#ffffff;
}

.site-main {
    width: 20rem;
}

button i {
    /*margin-right: 5px;*/
}


.h3, h3
{
    font-size: 1.25rem;
    text-align:center;
}

a {
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
}


.technican_link i {
    font-size: 26px;
    color: #464646
}

.technican_link span {
    font-size: 24px;
    color: #464646
}

.fa-user-lock{
    font-size:24px;
}

.btn-info {
    color: #fff;
    background-color: #172540 !important;
    border-color: #172540 !important;
    width:100%;
}
