.StratinovInroeaderSpinner {
    background: url("../images/loader.gif") no-repeat;
    width: 64px;
    height: 64px;
    margin: auto;
}

.StratinovInroeaderContainer .justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.StratinovInroeaderMenu,
.StratinovInroeaderItem
{
    border-radius: 10px;
    padding: 1em;
    box-shadow: 0px 0px 10px -5px black;
    background: white;
}

.StratinovInroeaderMenu {
    margin-bottom: 2em;
}

.StratinovInroeaderMenu select,
.StratinovInroeaderMenu input[type=text] {
    width: auto;
    border: none;
}

#content .StratinovInroeaderContainer .StratinovInroeaderFlux .StratinovInroeaderItem {
    display: inline-block;
    margin-bottom: 2em;
    text-decoration: none;
    width: 350px;
    margin: 10px;
}

.StratinovInroeaderItem img {
    display: block;
    margin: auto;
}

.StratinovInroeaderItem h3 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.8em;
}

.StratinovInroeaderItem p {
    font-size: 1em;
}

.StratinovInroeaderFormLogin p {
    margin-bottom: 1em;
}

.StratinovInroeaderFormLogin input {
    width: 400px;
}
