body {
    font-family: Open Sans Condensed;
}

.login-landing-page {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}

.login-translate,
.reset-password-translate {
    margin-top: 0px;
    margin-bottom: 14px;
    text-align: center;
    color: #0a2749;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}

.text-content {
    height: 66%;
}

.welcome-info {
    position: absolute;
    top: 12%;
    left: 15%;
}

.welcome-info .logo-title-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
}

.welcome-info .logo-title-wrapper .welcome-title {
    display: flex;
    flex-direction: column;
}

.welcome-info img {
    max-height: 90px;
}

.welcome-info .logo-title-wrapper .welcome-title h3 {
    color: #3b3e47;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
}

.welcome-info .logo-title-wrapper .welcome-title h4 {
    color: #3b3e47;
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}

.welcome-info .description {
    color: #3b3e47;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    max-width: 460px;
    margin-top: 40px;
}

.action-content {
    display: flex;
    gap: 16px;
    height: 34%;
    position: relative;
}

.action-container:first-child {
    background: url('https://s3.maxbrain.com/edu-public/swisslogistics-sso-image.jpeg');
}

.action-container:first-child .action-item {
    right: 44px;
}

.action-container:last-child {
    background: url('https://s3.maxbrain.com/edu-public/swisslogistics-login-image.jpeg');
}

.action-container:last-child .action-item {
    left: 44px;
}

.action-container {
    width: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.action-container::after {
    content: '';
    background: rgba(59, 62, 71, 0.5);
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.action-item {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.1);
    width: 430px;
    position: absolute;
    top: -105px;
    z-index: 1;
}

.action-item h2 {
    color: #3b3e47;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    height: 52px;
    margin: 0 0 10px 0;
}

.bg-image-login {
    background-image: url('https://s3.maxbrain.com/edu-public/swisslogistics-login-image.jpeg');
}

.bg-image-login:after {
    mix-blend-mode: multiply;
}

.bg-image-login .info {
    padding-top: 0;
    padding-bottom: 75%;
}

.bg-image-login .info p {
    font-size: 18px;
    line-height: 26px;
}

.login-page-form-container .login-form,
.new-password-page-form-container .login-form {
    border-top: none;
    padding: 48px 32px 56px 32px;
}

input[disabled] {
    color: #a0a0a0;
}

.swisslogistics {
    position: relative;
    height: 100%;
}

.no-account-label {
    margin-top: 40px;
}

#forgot-password {
    color: #00696b !important;
}

.button {
    background: #00696b;
    font-family: Open Sans Condensed;
}

#btn-login,
#btn-reset-pwd {
    background: #00696b;
}

.login-footer a {
    color: #00696b;
}

.bg-image-login .info .divider {
    background: #00696b;
    width: 200px;
    height: 2px;
    margin-top: 20px;
}

.localization-tool-container-login {
    z-index: 99;
}

@media screen and (max-width: 1200px) {
    .action-item {
        width: 330px;
        left: 50% !important;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 950px) {
    .action-item {
        width: 280px;
    }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
    .welcome-info {
        max-width: 300px;
        top: 10%;
    }

    .welcome-info .logo-title-wrapper {
        flex-direction: column;
        align-items: start;
    }

    .welcome-info .logo-title-wrapper .welcome-title h3 {
        font-size: 36px;
    }

    .welcome-info .logo-title-wrapper .welcome-title h4 {
        font-size: 24px;
    }

    .welcome-info .description {
        font-size: 20px;
        line-height: 24px;
        margin-top: 20px;
    }

    .text-content {
        height: 50%;
    }

    .action-content {
        height: 50%;
        flex-direction: column;
        gap: 0;
    }

    .action-container {
        width: 100%;
        height: 50%;
    }

    .action-item {
        padding: 16px;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .action-item h2 {
        font-size: 20px;
    }

    .action-item label {
        font-size: 14px;
        margin: -10px 0 16px 0;
    }
}

@media screen and (min-width: 540px) {
    .input-label {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1022px) {
    .new-password-page-container,
    .login-page-container {
        min-height: 100vh;
    }
}

@media (orientation: landscape) {
    .welcome-info {
        top: 10%;
    }

    .welcome-info img {
        max-height: 80px;
    }

    .welcome-info .logo-title-wrapper .welcome-title h3 {
        font-size: 30px;
    }

    .welcome-info .logo-title-wrapper .welcome-title h4 {
        font-size: 22px;
    }

    .welcome-info .description {
        font-size: 20px;
        margin-top: 20px;
    }

    .action-item {
        padding: 16px;
        top: -40px;
    }

    .action-item h2 {
        font-size: 20px;
    }
}
