@import "../../../css/cas.css";
@import "./bootstrap-grid.min.css";
.cas-footer {
    visibility: hidden;
}

.mdc-card {
    border-radius: 0px;
    background-color: #fff;
    box-shadow: none;
}
div#content {
    box-shadow: none;
}
.flex-grow-1 {
    flex-grow: unset!important;
}
.wm-main-login-section {
    width: 98%;
    max-width: 920px;
    left: auto;
    right: auto;
    display: block;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    color: black;

}

.login-section {
    border-right: none;
    padding: unset;
    flex: unset;
}
body {
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:small;
    font-weight:normal;
}
.head {
    border-width:1px;
    border-style:solid;
    border-color:#cccccc;
    border-right:none;
    background-repeat:no-repeat;
    background-position:right center;
    width:515px;
    height:93px;
}
.logo {
    border-width:1px;
    border-style:solid;
    border-color:#cccccc;
    border-left:none;
    background-repeat:no-repeat;
    background-position:right center;
}
.mfa-info {
    margin: auto!important;
    width: 80%!important;
    margin: auto!important;
}
.logo-img{
    height: 93px;
}
.content-td{
    text-align: left;
    vertical-align: top;
}
.title-table{
    height: 26px;
    background-color: rgb(244, 244, 244);
    border: 0;
    width: 99%;
}

.mdc-typography {
    font-family: "Inter", "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-label {
    width: 250px;
    float: left;
}
.red {
    color: red;
}
.margin-right {
    margin-right: 20px!important;
}
.wm-mfa-btn-container {
    width: 100%;
    float:right;
    text-align:right;
    margin-left: 40px;
    margin-top:40px;
    padding:1px;
}
.wm-btn-container {
    width: 100%;
    float:right;
    text-align:right;
    margin-left: 40px;
    margin-top:40px;
    padding:1px;
}
.title {
    margin-top:20px;
    background-color:rgb(244, 244, 244);
    height:26px;
    vertical-align:middle;
    width:98%;
    font-weight:bold;
    padding-left:8px;
    text-align: left;
    vertical-align: top;
}
.box {
    padding-left:12px;
    padding-top:20px;
    width:550px
}
.content {
    border-style:solid;
    border-width:1px;
    border-color:#CCCCCC;
    border-left:none;
    border-bottom:none;
    border-top:none;
    height:400px;
}

.required{
    background-color:#FFFFFF;
    border:1px solid #000000;
    width:185px;
}
.row{
    padding-bottom:20px;
    margin-top:8px;
    width:550px;
}
.impressum{
    border-style:solid;
    border-width:1px;
    border-left:none;
    border-right:none;
    border-color:#CCCCCC;
    width:99%;
    padding-top:8px;
    padding-bottom:8px;
    font-size:xx-small;
}

/* inter-regular - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/inter-v12-latin-regular.woff2') format('woff2');
}
/* inter-700 - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../fonts/inter-v12-latin-700.woff2') format('woff2');
}


body {
    font-family: "Inter", "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: rgb(231, 231, 231);
}

.head {
    opacity:0;
    width: 0;
}

.logo {
    border: none;
    background-position: center;
    text-align: center;
}



.content {
    border:none!important;
}

.content > table, .content > table .title {
    background: unset!important;
    border: none!important;
}

/** title **/
body table table {
    width: 80%!important;
    margin: auto!important;
}

@media (min-width: 1200px) {
    .title {
        font-size: 40px;
        line-height: 48px;
    }
}
.title {
    max-width: 80%!important;
    margin: auto;
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
    overflow-wrap: anywhere;
    padding-bottom: 10px
}

/** form styling **/

form {
    max-width: 80%!important;
    margin: auto!important;
}

#login {
    width:100%!important;
    margin-left: 0!important;
}

#login .row {
    width: 100%!important;
}

input[type=text], input[type=text].email, input[type=email], input[type=password] {
    margin-top: 0.5rem;
    display: block;
    width: 100% !important;
    outline: none;
    border: 2px solid #eaedef!important;
    background-color: #eaedef!important;
    height: 48px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.5em;
    box-sizing: border-box;
}

input[type=text]:enabled:hover, input[type=text]:enabled:focus, input[type=text].email:enabled:hover, input[type=text].email:enabled:focus, input[type=email]:enabled:hover, input[type=email]:enabled:focus, input[type=password]:enabled:hover, input[type=password]:enabled:focus {
    border-color: #00a0de!important;
}

[for="username"], [for="password"], [for="token"]{
    color: #8f8d9a;
    font-size: 18px;
    padding: 5px;
    width: 100%;
}


/** button **/

.wm-btn{
    --background-color: #00a0de;
    --font-color: #fff;
    display: inline-block;
    cursor: pointer;
    border: 2px solid transparent;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    user-select: none;
    padding: 10px 22px 10px;
    font-size: 14px;
    border-color: var(--background-color);
    background-color: var(--background-color);
    color: var(--font-color);
    margin: auto;
}
.wm-btn:not([disabled]):hover{
    filter: brightness(0.9);
}

input[type=button]:not([disabled]):hover, input[type=submit]:not([disabled]):hover, input[type=reset]:not([disabled]):hover {
    filter: brightness(0.9);
}

#login > div:last-of-type > div:last-of-type {
    text-align: right!important;
    width: 100%!important;
}

/** Impressum **/
.impressum {
    border-top: 1px solid #eaedef!important;
    border-bottom: unset!important;
}

/** status **/
#status {
    display: block;
    background-color: #af292d1f;
    border: 1px solid #af292e;
    color: #af292e;
    font-size: 15px;
    margin: 10px;
    width: 94%;
}

