﻿.DS-loginMain {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
}

.DS-messageBox {
    display: flex;
    width: 486px;
    padding: 0px 16px 0px 16px;
    gap: 10px;
    border-radius: 8px;
    flex-direction: column;
}

    .DS-messageBox.danger {
        background: #FFCC93;
    }
    .DS-messageBox.info {
        background: #B9DDFD;
    }

.DS-messageBox-title {
    color: var(--Dark-to-bright-Grey-700, #181A18);
    font-size: 16px;
    font-family: Roboto;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.04px;
    word-wrap: break-word;
    font-weight: bold;
    padding-top: 20px;
    display: flex;
    gap: 10px;
}

.DS-messageBox-body {
    color: var(--Dark-to-bright-Grey-700, #181A18);
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    padding-bottom: 20px;
    padding-left: 34px;
    padding-right: 34px;
}

.DS-loginBox {
    width: 486px;
    height: 510px;
    padding: 40px;
    background: #F8F9F9;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    padding-top: 20px;
}

.DS-loginHeader {
    color: var(--Dark-to-bright-Grey-700, #181A18);
    font-size: 32px;
    font-family: Roboto;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.10px;
    word-wrap: break-word;
    align-items: center;
    text-align: center;
    padding-bottom: 32px;
}

.DS-test-env-banner-login {
    top: -12px;
    left: -85px;
    position: relative;
    rotate: -45deg;
    width: 200px;
    text-align: center;
    background-color: orangered;
    color: white;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin: 0;
    z-index: 999;
    pointer-events: none;
}
    .DS-test-env-banner-login > p {
        font-size: 24px;
    }

#loginForm {
    font-size: 18px;
}

.DS-primaryLoginBtn {
    height: 44px;
    color: #F8F9F9;
    border-radius: 22px;
    background: #181A18;
    width: 100%;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04px;
    gap: 4px;
}

    .DS-primaryLoginBtn:hover {
        background-color: #383C37;
        border-color: #00758f;
    }

/*.DS-secondaryLoginBtn {
    height: 44px;
    border-radius: 22px;
    color: #181A18;
    background: #F8F9F9;
    border-color: #C0C4BE;
    margin-top: 15px;
    width: 100%;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04px;
    gap: 4px;
}
    .DS-secondaryLoginBtn:hover {
        background-color: #ECEDE8;
        border-color: #C0C4BE;
    }*/


.DS-loginHelpText {
    color: black;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    text-decoration: underline;
    line-height: 24px;
    word-wrap: break-word;
    text-align: center;
    margin: 40px;
}

.DS-loginSveaLogo {
    width: 20%;
    display: grid;
    justify-self: center;
}

.DS-loginPolicyText {
    color: #545853;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    text-align: center;
    padding-top: 20px;
}

.DS-loginHelpOffcanvasTitle {
    color: var(--Dark-to-bright-Grey-700, #181A18);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 32px;
    font-family: Roboto;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.1px;
    padding: 0;
    margin: 0;
}

.DS-offcanvas-title {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    padding: 20px 24px 16px;
}
.DS-offcanvas-title .icon-button {
    background: none;
    border: 0;
    padding: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 36px;
    width: 36px;
}

.DS-offcanvas-title .icon-button i {
    font-size: 20px;
    line-height: 1;
    display: inline-block;
}

.offcanvas {
    transition: transform 0.5s;
    background: #F8F9F9;
}

.offcanvas-body {
    padding: 16px 24px;
}

.offcanvas-body .header {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.1px;
}

.DS-offcanvas-kontakt {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.DS-offcanvas-kontakt-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.DS-offcanvas-kontakt-item img {
    width: 16px;
    height: 16px;
}

.DS-offcanvas-kontakt-item p {
    margin: 0;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    color: var(--Dark-to-bright-Grey-700, #181A18);
}

.DS-offcanvas-infobox {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 24px;
    padding: 16px;
    border-radius: 8px;
    background: var(--Skog-100, #E1F1D7);
}

.headertext {
    font-weight: 700;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    color: var(--Dark-to-bright-Grey-700, #181A18);
    margin: 0;
}

.infotext {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    color: var(--Dark-to-bright-Grey-700, #181A18);
    margin: 0;
}

.icon-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

