.section_secondary
{
    background-color: #F6F5FA;

}

.colum-centered{
    text-align: center;
    margin: 2em;
}

.hero.is-primary .title {
    margin-bottom: 2.5rem;
}

.hero.is-primary .subtitle strong {
    color: black;
}

.hero.is-primary .subtitle a {
    color:#3273dc;
}

#link{
    color:#3273dc;
}

.column {
    text-align: center;
}

.forgotten{
    margin-top:1em;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .title, .subtitle
    {
        text-align: center;
    }

    .centeredmobile
    {
        text-align: center;
    }
}










.hero.is-primary .title {
    margin-bottom: 2.5rem;
}

.hero .subtitle {
    color: white;
}

.hero.is-primary .subtitle {
    color: white;
}

.subtitle strong{
    color: #FFC611;
}

.hero.is-fullheight {
    /* height: 100%; */
    /* margin: auto; */
    min-height: 105vh;
}

.primary-background
{
    background-color:#59499E;
}

.button.is-link
{
    background-color:#59499E;
}

.button.is-link:hover
{
    background-color:#59499E;
}

.container-center {
    flex-grow : initial;
    margin:auto;
}

.nocenter{
    text-align:left;
}

.has-text-warning{
    color: #FFC611;
}

.has-text-error{
    color: darkred;
}

.container-center {
    padding: 2em;
}

@media (min-width: 1281px) {

    .container-center {
        padding: 0px;
    }

}