.mod_trjct_loginuser {
    position: relative;
    font-size: 14px;
    width: 100%;
}

.mod_trjct_loginuser > .page-content-alerts {
    display: flex;
    flex-direction: column;
}

.mod_trjct_loginuser a {
    color: #1a438c;
    font-size: inherit;
}

.mod_trjct_loginuser .xcontent {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.mod_trjct_loginuser .xcontent > .item-choices {
    /*background-color: #fdfdfd;*/
    background-color: rgba(252, 252, 252, 0.9);
    /*border: 1px solid #d9d9d9;*/
    box-shadow: rgba(0, 0, 0, 0.24) 0 2px 4px;
    overflow: hidden;
    flex-basis: 100%;
    max-width: 500px;
    margin-top: 10vh;
}

.mod_trjct_loginuser .xcontent > .item-choices > .body {
    padding: 2em;
    display: flex;
    flex-direction: column;
}

.mod_trjct_loginuser .xcontent > .item-choices > .body > .text {
    margin: 0 1em;
}

.mod_trjct_loginuser .xcontent > .item-choices > .body.anim-swipe-left {
    animation: swipe-left 0.5s ease-in forwards;
}

.mod_trjct_loginuser .xcontent > .item-choices > .body > .header {
    margin-left: 1em;
}

.mod_trjct_loginuser .xcontent > .item-choices > .body > .header > h2 {
    /*font-weight: 600;*/
    font-size: 1.4rem;
    padding: 0;
    margin: 0 0 1em 0;
}

.mod_trjct_loginuser .xcontent > .item-choices > .body > .header > div {
    margin: 2em 0 0 0;
}

.mod_trjct_loginuser .xcontent > .item-choices > .body > .container > a {
    margin: 2em 1em 0 1em;
    display: inline-block;
}

.mod_trjct_loginuser .xcontent > .item-choices > .body > .container.auth-alternatives > .modtrjct-button {
    margin: 0 1em;
}

.mod_trjct_loginuser .xcontent > .item-choices > .body > .container.auth-alternatives > h5 {
    text-align: center;
    position: relative;
    margin: 3em 1.25em;
}

.mod_trjct_loginuser .xcontent > .item-choices > .body > .container.auth-alternatives > h5 > span {
    padding: 12px 10px;
    background: #f9f9f9;
    text-transform: uppercase;
    position: relative;
    border-radius: 100%;
    border: 2px solid rgb(232, 19, 159);
    height: 42px;
    width: 42px;
    display: inline-block;
}

.mod_trjct_loginuser .xcontent > .item-choices > .body > .container.auth-alternatives > h5:before {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    top: calc(50% - 1px);
    border: 1px solid rgb(232, 19, 159);
}

/**
Content buttons
**/
.mod_trjct_loginuser .xcontent > .item-choices.choice {
    max-width: 500px;
}

.mod_trjct_loginuser .xcontent > .item-choices.choice > .body > .container {
    margin: 0 1em;
}

.mod_trjct_loginuser .xcontent > .item-choices.choice > .body > .container > div {
    margin: 1em 0;
}

.mod_trjct_loginuser .xcontent > .item-choices.choice > .body > .container > div:first-child > button {
    background-color: #233e80;
    color: #fff;
}

@media (max-width: 1400px) {
    .mod_trjct_loginuser {
        padding: 15px 15px 0 15px;
    }
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    .mod_trjct_loginuser .xcontent > .item-choices > .body .modtrjct-form > .row.buttons > button {
        max-width: inherit;
    }

    .mod_trjct_loginuser .xcontent > .item-choices > .body .modtrjct-form > .row.buttons > button {
        max-width: inherit;
    }
}

@media (max-width: 576px) {
    .mod_trjct_loginuser {
        padding: 15px 0;
    }

    .mod_trjct_loginuser .xcontent > .item-choices {
        border: 0;
    }

    .mod_trjct_loginuser .xcontent > .item-choices > .body {
        padding: 1em;
        margin: 1em 0;
    }
}