﻿body {
    color: #052f3b;
}

.box {
    width: 90%;
    margin: 30px auto;
    -webkit-box-shadow: 1px 2px 20px 12px rgba(204,204,204,1);
    -moz-box-shadow: 1px 2px 20px 12px rgba(204,204,204,1);
    box-shadow: 1px 2px 20px 12px rgba(204,204,204,1);
    background: #FFF;
    padding: 40px;
    border-radius: 40px;
}

input {
    background: #f1f2f6 !important;
    color: #052f3b;
}

.btn-primary {
    background: #ea7b05 !important;
    color: #FFF;
    border-radius: 20px;
    border:0;
    padding:5px 30px;
}

.box_interno {
    width: 100%;
    margin: 30px auto;
    -webkit-box-shadow: 1px 2px 20px 12px rgba(204,204,204,1);
    -moz-box-shadow: 1px 2px 20px 12px rgba(204,204,204,1);
    box-shadow: 1px 2px 20px 12px rgba(204,204,204,1);
    background: #FFF;
    padding: 40px;
    border-radius: 20px;
}

.bkgrigio{
    background:#EEE!important;
}

.colore-principale {
    color: #ea7b05;
}

.bold{
    font-weight:700!important;
}