.col-lg-4 {
    font-size: 16px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

#bottone {
    font-size: 13px;
    background: #256e74;
    color: white;
    font-weight: 500;
    border: 0;
}

.form-control {
    margin:10px 0;
    padding:10px;
    border:0;
    box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
    /*border-radius:10px;*/
    font-size: 13px;

}

.form-control:focus {
    border-color: #256e74;
    box-shadow: 0 0 0 .2rem rgba(37, 110, 116, 0.3);
}

.card{
    margin-top: 50px;
}

.card-body {
  padding: 2px 16px;
}

#pezzo {
    background-color: #fafafa;
    padding: 12px 8px;
    margin-bottom: 1rem;
}

.card-header {
    background: #256e74;
    color: white
}

label {
    font-weight: 500;
    color: #256e74;
}

.rounded {
    border-radius: 6px !important;
}

.card-header:first-child {
  border-radius: 2px;
}

#username {
    margin-top: 1rem;
    color: #38373a;
}