.cell {
    padding: 1em;
}

.dialog-box .alert {
    margin: 0 0 10px 0;
    padding: 10px 5px 0 5px;
}

.dialog-box .alert a {
    float: left;
    display: inline-table;
}

.dialog-box .alert strong {
    float: left;
    margin-left: 5px;
}

.dialog .dialog-card .dialog-box .dialog-body {
    max-height:initial;
}

.js_enabled #cookie-message {
    display: none;
}

#cookie-message {
    background-color: #cfcfcf;
    margin: 0 auto;
    padding: 0.5em 1em;
    bottom: 0;
    position: fixed;
    margin: auto;
    width: 100%;
    z-index: 1;
}

h2 {
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    text-align: left;
    text-transform: none;
    padding: 0 0 10px 0;
}

.input .input-label {
    font-size: 18px;
    font-weight: 900;
    min-height: 18px;
    color: #7A00E6
;
    margin-bottom: 0;
}

.input .input-body {
    font-size: 14px;
    color: #7A00E6
;
    border-bottom: 1px solid #1abdae !important;
    height: 45px;
}

.login-control--label-outter {
    padding-top: 25px;
    padding-bottom: 0;
}

.forgot-mdp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-control--label-outter .login-control--left {
    text-align: right;
}

.login-control--label {
    margin-top: 0;
}

.forgot-mdp a {
    font-weight: 700;
    color: black;
    font-size: 16px;
}

.flex50 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 50%;
    text-align: right;
    margin-top: 0;
}

.link-arrow {
    margin: 0px;
    font-size: 16px !important;
    position: relative;
    top: 3px;
    left: 5px;
}

.cookie {
    max-width: 1300px;
    margin: auto;
}