html,
body {
    background-color: #fff;
    color: #636b6f;
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}
.full-height {
    height: 100vh;
}
.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.position-ref {
    position: relative;
}
.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}
.content {
    text-align: center;
}
.title {
    font-size: 84px;
}
.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-transform: uppercase;
}
.m-b-md {
    margin-bottom: 30px;
}
.nav-link {
    color: #636b6f;
    margin: 0 1em;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-link.active {
    color: #015072 !important;
    border-bottom-style: solid !important;
    border-bottom: #015072;
}
.breadcrumb-item {
    display: flex;
}

/**
    HOME PAGE
**/
.home {
    text-align: center;
}
.home h1 {
    color: #015072 ;
    font-size: 1.7em;
    font-weight: 550;
}
.home .btn {
    background-color: #015072 ;
    color: white;
}

/**
    LOGIN
**/
.login label {
    color: #015072 ;
}
.login input {
    background-color: #f5f5f5;
}
.login h1 {
    color: #015072 ;
    font-size: 1.7em;
    font-weight: 550;
}
.login .btn {
    font-size: 1.1em;
}


/**
    REGISTER
**/
.register label {
    color: #015072 ;
}
.register input {
    margin-bottom: 1.5em;
    background-color: #f5f5f5;
}
.register h1 {
    color: #015072 ;
    font-size: 1.7em;
    font-weight: 550;
}
.register .btn {
    font-size: 1.1em;
}

/**
    STORYLINE
**/
#app_storyline {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#lingua-edit-service a {
    color: black;
}

#lingua-edit-service li {
    list-style-type: none;
}
