﻿body {
    background-color: #fbfbfb;
    background: url('/nuovagrafica/sfondo.png') no-repeat center center fixed;
    background-size: cover;
    color:#ffffff;
}

.card {
    /* background-color: #385397;*/
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #ffffff !important;
}

.btn-primary {
    color: #fff;
    background-color: #8B9ED7;
    border-color: #8B9ED7;
    box-shadow: none;
}

.form-control {
    background-color: #8B9ED7;
    border-color: #8B9ED7;
    color:#ffffff;
}
.select {
    background-color: #8B9ED7;
    border-color: #8B9ED7;
    color: #ffffff;
}
.form-control::placeholder {
    color: #ffffff;
}
.text-muted{
    color:#ffffff !important;
}
.breadcrumb {
    color: #ffffff !important;
}