.magenta-layout-new
{
    .login-header-kundenportal
    {
        height: 40px;

        font-weight: 800;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 0px;
    }

    .login-header-kundenportal-customername
    {
        color: black !important;
    }

    .login-header-text
    {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
    }

    .magenta-menu
    {
        box-shadow: 0px 6px 12px 0px #0000000D;
    }

    .magenta-menu-logo
    {
        width: 68px;
        height: 68px;
    }

    .magenta-menu-title
    {
        font-weight: 800;
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0px;
        margin-top: 16px;
    }

    .magenta-panel-header
    {
        color: #000000;
        font-weight: 800;
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0px;
    }

    .magenta-panel
    {
        width: 185px;
        height: 160px;
        padding-top: 24px;
        padding-right: 16px;
        padding-bottom: 24px;
        padding-left: 16px;
        margin: 8px;
        border-radius: 16px;
        background: #FFFFFF;
        box-shadow: 0px 2px 9px 0px #00000026;
    }

    .icon-big
    {
        font-size: 42px;
    }

    .magenta-panel-title
    {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
        color: #000000;
    }

    .mb-logo-md2
    {
        height: 68px;
    }

    .row-header
    {
        box-shadow: 0px 6px 12px 0px #0000000D;
        height: 68px;
    }

    .margin-top-16
    {
        margin-top: 16px;
    }

    .margin-bottom-16
    {
        margin-bottom: 16px;
    }

    .magenta-question-box-title{
        font-weight: 800;
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0px;
    }

    .magenta-question-box
    {
    }


    .magenta-question
    {
        margin: 12px;
        height: 110px;
        padding-top: 10px;
        padding-right: 24px;
        padding-bottom: 10px;
        padding-left: 24px;
        border-radius: 16px;
        background: #FFFFFF;
        box-shadow: 0px 2px 9px 0px #00000026;
    }

    .magenta-svg-icon
    {
        margin-top: 23px;
        margin-bottom: 23px;
    }

    .magenta-question-title
    {
        font-weight: 800;
        font-size: 26px;
        line-height: 49px;
        letter-spacing: 0px;
        vertical-align: middle;
        color: #222222;
        height: 49px;
        margin-top: 23px;
        margin-bottom: 23px;
        margin-left: 23px;
    }

    .magenta-question-box-arrow
    {
        margin-top: 23px;
        margin-bottom: 23px;

    }
    .magenta-menu-btn
    {
        width: 96px;
        height: 48px;
        border-radius: 9px;
        border-width: 2px;
        margin-top: 10px;
    }

    .magenta-menu-form
    {
        text-align:right;
    }

}

/* Add this CSS to your stylesheet */
textarea {
    resize: none;
}


.btn-cancel, .btn-cancel.focus, .btn-cancel:focus {
    color: #000000;
    background-color: #F5F5F5;
    border-color: #e6e6e6
}

.btn-cancel:hover {
    color: #000000;
    background-color: #E8E8E8;
    border-color: #000000
}

.btn-cancel.disabled.focus, .btn-cancel.disabled:focus, .btn-cancel.disabled:hover, .btn-cancel[disabled].focus, .btn-cancel[disabled]:focus, .btn-cancel[disabled]:hover, fieldset[disabled] .btn-cancel.focus, fieldset[disabled] .btn-cancel:focus, fieldset[disabled] .btn-cancel:hover {
    background-color: #fff;
    border-color: #e6e6e6
}

/** One-Time-Password section **/
.otc {
    position: relative;
    width: 320px;
    margin: 0 auto;
}

.otc fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.otc fieldset div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.otc legend {
    margin: 0 auto 1em;
    color: #e20074;
    font-weight: bold;
    text-align: center;
}

.otc input[type="text"] {
    width: .86em;
    line-height: 1;
    margin: .1em;
    padding: 8px 0 4px;
    font-size: 2.65em;
    text-align: center;
    appearance: textfield;
    -webkit-appearance: textfield;
    border: #2c490f;
    color: black;
    border-radius: 6px;
    background: #e0e0e0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 2 groups of 3 items */
/*input[type="text"]:nth-child(n+4) {
    order: 2;
}
 */

.otc div::before {
    content: '';
    height: 2px;
    width: 12px;
    margin: 0 .25em;
    order: 1;
    background: white;
    border-radius: 2px;
    opacity: .4;
}

/* From: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034 */
.otc label {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
