* {
    font-family: Roboto, sans-serif;
    margin: 0 !important;
}

a {
    text-decoration: none !important;
}

.navigation__menu {
    width: 100%;
    height: 96px;
    background-image: linear-gradient(0deg, #0A2B5A 0%, #154281 55%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 64px;
}

.navigation__menu_item {
    color: #FFF;
    font-weight: 900;
    font-size: 14px;
    opacity: 0.67;
    cursor: pointer;
    padding: 0 16px;
    text-transform: uppercase;
}

.navigation__menu_item:hover {
    opacity: 1;
    transition: 0.35s;
}

.navigation__languages {
    position: absolute;
    right: 40px;
}

.navigation__body {
    background: url(../assets/tc-11-160.jpg) no-repeat;
    background-size: cover;
    padding-top: 96px;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 680px;
    top: 0;
}


.box__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    height: 100%;
}

.box {
    width: 100px;
    background-color: #FFF;
    min-width: 384px;
    border-bottom-left-radius: 56px;
    box-shadow: 0 10px 35px -8px rgba(21, 66, 129, 0.54);
    padding: 32px;
}

.input-box__remember label span {
    font-size: 12px;
    font-weight: normal;
}

.input #RememberLogin {
    width: 16px;
    height: 16px;
    padding: 4px;
    border-radius: 4px;
    border: solid 1px #c9c9c9;
    color: #FFF;
}


.links {
    width: 100%;
    flex-flow: row wrap;
    color: #154281;
    font-size: 14px;
    text-transform: uppercase;
}

.links > a, .links__link {
    color: #154281 !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 2.29;
    text-transform: uppercase;
}

.vert-center {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.vert-offset {
    padding: 35px 0;
}

.vert-offset_bottom {
    padding: 0 0 35px 0;
}

.tip {
    color: #485465;
    opacity: 0.54;
    font-size: 12px;
    text-align: center;
}

.text-block {
    text-align: center;
}

.text-block__header {
    font-size: 14px;
    font-weight: bold;
}

.custom-link {
    color: #FFF;
}

.custom-link:hover {
    color: #FFF;
    opacity: 1;
    transition: 0.35s;
}

/* Welcome page */
.welcome-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.upper-menu {
    display: flex;
}

.upper-menu__mobile {
    display: none;
}

.upper-menu__content {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background-color: rgba(0,0,0,0.7);
}

.tr-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;
}

    .tr-btn div {
        color: #154281;
        padding-bottom: 10px;
    }

@media screen and (max-width: 680px) {
    .upper-menu div {
        display: none;
    }

    .box {
        min-width: 400px;
    }

    .side-menu {
        right: 10px;
    }

    .upper-menu__mobile {
        display: block;
        width: 100%;
        float: left;
        padding-left: 30px;
    }

    .upper-menu__mobile img {
        height: 30px;
        cursor: pointer;
        color: #FFF;
    }

    .upper-menu__content {
        position: absolute;
        width: 100%;
        top: 96px;
        //color: #154281;
        color: #FFF;
        font-size: 16px;
    }

    .upper-menu__content_item {
        padding: 5px 0 5px 30px;
        cursor: pointer;
    }

    .upper-menu__content_item:hover {
        margin: 5px 0 5px 30px;
        padding: 5px 0 5px 30px;
        background-color: rgba(21,66,129,0.3);
        cursor: pointer;
        border-left: 3px solid #154281;
        transition: 0.2s;
    }
}

@media screen and (min-width: 681px) {
   .upper-menu__content {
       visibility: hidden;
   }

    .navigation__menu {
        border-bottom-left-radius: 64px;
    }
}

@media screen and (max-width: 400px) {
    .box {
        min-width: 300px;
    }
}