.bg-header-scuti {
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
}

.bg-btn-scuti-primary {
    background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
    background-repeat: repeat-x;
    color: #ffffff;
}

.bg-btn-scuti-primary:hover {
    background-image: linear-gradient(to bottom, #286090 0, #204d74 100%);
    color: #ffffff;
}

#logo-scuti {
    max-width: 180px;
}