@font-face {
    font-family: PlusJakartaSans;
    src: url(../assets/fonts/PlusJakartaSans-VariableFont_wght.ttf);
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: PlusJakartaSans;
}

html {
    height: 100%;
}

body {
    margin:0;
    padding:0;
    overflow:hidden;
    background-color:#000;
}

.login-container-wrapper {
    top: 0;
    position: relative;
    overflow: hidden !important;
    clip-path: polygon(0 0,100% 0,73.5% 100%,0 100%);
    width:57%;
    background:transparent;
    height:100%;
}

.animate {
    animation: slideIn 1s forwards;
}

.login-container-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.btn-primary {
    background: #4146e0;
    border-color: #4146e0;
}

    .btn-primary:hover,
    .btn-primary:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .btn-primary:focus {
        background: #4146e0 !important;
        border-color: #4146e0 !important;
    }

    .btn-primary:hover {
        background: #4146e0b0 !important;
        border-color: #4146e0b0 !important;
    }

button:focus,
input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.responsive-flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-12 {
    margin-bottom: 12px !important;
}

.margin-bottom-24 {
    margin-bottom: 24px !important;
}

.margin-bottom-36 {
    margin-bottom: 36px !important;
}

.wetrack-login {
    align-items: center;
    width: 94%;
    height: 100%;
    background: #1c1e61;
    clip-path: polygon(0 0,100% 0,70% 100%,0 100%);
}

    .wetrack-login .wetrack-login-logo {
        max-width: 134px;
        margin:24px;
        margin-top:0px;
    }

.wetrack-login-body-links {
    display: flex;
    justify-content: space-between;
}

.wetrack-title {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 18px;
}

.wetrack-info {
    margin-bottom: 12px;
    font-size: 14px;
}

.wetrack-submit {
    margin: 24px 0;
    flex: 1;
    align-items: center;
    display: flex;
}

    .wetrack-submit *:last-child {
        margin: 0;
    }

.error-messages {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #e01e00;
    font-size: 14px;
}

.wetrack-note {
    color: #4146E0;
    font-size: 12px;
    margin-bottom: 12px;
}

.wetrack-link {
    font-size: 14px;
    cursor: pointer;
}

    .wetrack-link a {
        color: #4146e0 !important;
        text-decoration: none !important;
    }

.wetrack-invitation {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    box-shadow: 0 0px 6px 0 rgba(255, 255, 255, 0.6);
}

    .wetrack-invitation .wetrack-invitation-section {
        padding: 32px;
        margin: -1px;
        width: 320px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .wetrack-invitation .wetrack-invitation-section-right {
        background: #f2f5f7;
        border-radius: 0 6px 6px 0;
    }

.wetrack-invitation-section-right-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.wetrack-invitation-section-right-text {
    font-size: 14px;
    margin-bottom: 12px;
}

.wetrack-invitation-section-right-info {
    font-size: 12px;
    margin-bottom: 12px;
}

 .wetrack-invitation-section-right-initials {
    border-radius: 50%;
    background: rgba(97, 201, 230, 0.25);
    width: 48px;
    height: 48px;
    border: 2px solid white;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.24), -1px -1px 1px 0 rgba(0, 0, 0, 0.08);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #4146e0;
    text-transform: uppercase;
    margin-right: 12px;
    position: relative;
}

    .wetrack-invitation-section-right-initials .wetrack-invitation-section-right-initials-edit {
        box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.24), -1px -1px 1px 0 rgba(0, 0, 0, 0.08);
        background-color: #61c9e6;
        border-radius: 50%;
        color: white;
        position: absolute;
        bottom: -8px;
        right: -8px;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

        .wetrack-invitation-section-right-initials
        .wetrack-invitation-section-right-initials-edit
        .material-icons {
            font-size: 16px;
        }

.wetrack-invitation-section-right-initials-image {
    object-fit: contain;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    border: 2px solid white;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.24), -1px -1px 1px 0 rgba(0, 0, 0, 0.08);
    padding: 6px;
    margin-right: 12px;
}

.wetrack-invitation-section-right-initials-name {
    display: inline-flex;
    font-weight: 600;
}

@media (max-width: 576px) {
    .wetrack-invitation {
        display: block;
    }

        .wetrack-invitation .wetrack-invitation-section-left {
            border-radius: 15px 6px 0 0;
        }

        .wetrack-invitation .wetrack-invitation-section-right {
            border-radius: 0 0 6px 6px;
        }
}
.wetrack-invitation-section-logos {
    display:flex;
    justify-content:space-between;
    margin-bottom:12px;
    width:100%;
}

.wetrack-invitation-section-left-company-logo {
    max-height:50px;
}

.wetrack-invitation-section-left-wetrack-logo {
    max-height: 50px;
}

.wetrack-oauth-button {
    height: 42px;
    position: relative;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.24),-1px -1px 1px 0 rgba(0,0,0,.08) !important;
    padding-left: 70px;
    color: white !important;
    line-height: 28px;
}

    .wetrack-oauth-button .wetrack-oauth-button-icon {
        position: absolute;
        background: white;
        border-radius: 3px 0 0 3px;
        left: 0px;
        top: 0px;
        bottom: 0px;
        padding: 6px 10px;
        width:48px;
    }

        .wetrack-oauth-button .wetrack-oauth-button-icon img {
            height: 100%;
        }

.wetrack-oauth-button-azure-devops {
    background: #4146e0 !important;
    border-color: #4146e0 !important;
}

    .wetrack-oauth-button-azure-devops:hover {
        background: #4081c7cd !important;
        border-color: #4081c7cd !important;
    }
.wetrack-separator {
    margin: 24px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 24px;
    width:100%;
}

.wetrack-separator-text {
    position: absolute;
    line-height: 24px;
    z-index: 1;
    background: white;
    padding: 0 10px;
}

.wetrack-separator-line {
    height: 1px;
    background: #E0E0E0;
    position: absolute;
    left: 0;
    right: 0;
}


/*#### error page */
.error-title {
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 20px;
}

/* ### error page */

.app-wrapper {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
    position: relative
}

.application-wrapper {
    color: rgba(0,0,0,.87);
    background: transparent !important;
}

.application-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-filter: blur(0) !important;
    filter: blur(0) !important;
    background-image: url(../assets/images/momentus_back.png);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: cover
}

.momentus-tech-logo {
    top:50px;
    left:50px;
    position:absolute;
}


.login-wrapper {
    clip-path: polygon(0 0,100% 0,73% 100%,0 100%);
    width: 99%;
    height: 100vh;
    background: linear-gradient(90deg,#4146e0,#4146e0,#4146e0,#b166e3);
}

.wetrack-login-form-container {
    -webkit-box-align:center;
    align-items:center;
    display:flex;
    flex-wrap:wrap;
    background-image: url(../assets/images/me_login.png);
    background-repeat:no-repeat;
    background-position: 0 0;
    background-attachment:fixed;
    background-position-x:-120px;
    height:100%;
    justify-content:center;
}

.wetrack-login-body {
    display: flex;
    padding: 32px;
    width: 320px;
    flex-direction: column;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius:15px;
    align-items: center;
    text-align:center;
}

@media (max-width: 768px) {

    .mobile-display {
        display: contents !important;
        
    }
}

 

    .wetrack-footer-text-container {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #1C1E61;
        display: flex;
        position: absolute;
        bottom: 30px;
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }

    .wetrack-footer-text {
        margin-left: 50%;
    }

        .wetrack-footer-text a {
            color: #1C1E61;
            text-decoration: underline;
        }

    @media(max-width:768px) {
        .login-container-wrapper {
            width: 100%;
            clip-path: none;
        }

        .login-wrapper {
            width: 100%;
            clip-path: none;
        }

        .wetrack-login {
            width: 100%;
            clip-path: none;
        }

        .wetrack-footer-text-container {
            color: #fff;
            font-size: 12px;
            bottom: 8px;
            align-items: center;
        }

        .wetrack-footer-text {
            margin-left: 32px;
            margin-right: 32px;
        }

            .wetrack-footer-text a {
                color: #fff;
                text-decoration: underline;
            }

        .momentus-tech-logo {
            display: none;
        }
    }