body {
    font-family: Tahoma, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #000005;
    font-family: "Raleway", sans-serif;
}

.login-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #e7e7e7;
}

.login-container {
    margin: 0 auto;
    padding: 2rem;
    width: 90%;
    max-width: 410px;
    background: white;
    z-index: 2;
    box-shadow: 0 2px 26px -15px #101c45;
    text-align: center;
    border-radius: 5px;
}

.login,
.login fieldset {
    border: none;
}

.login input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 14px 12px;
    font-size: 16px;
    border-radius: 5px;
}

.login input[type=text],
.login input[type=password] {
    border: 1px solid #a0a0b0;
    transition: .2s;
}

.login input[type=text]:hover,
.login input[type=password]:hover {
    outline: none;
    transition: all .2s ease-in-out;
}

.subContent {
    text-align: center;
}

.setup a.bigurl,
.login input[type=submit] {
    border: none;
    background: #0480dc;
    color: white;
    font-weight: bold;
    transition: 0.2s;
    margin: 0;
    line-height: 1;
    font-size: 14px !important;
    color: white !important;
    cursor: pointer
}

.setup a.bigurl:hover,
.login input[type=submit]:hover {
    background: #101c45;
    color: white !important;
}

.setup a.bigurl {
    padding: 1rem;
    margin: 1rem auto 0;
}

.links {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #c0c0c0;
    margin-bottom: 10px;
}

.links a {
    display: table-cell;
    padding-top: 10px;
}

.login h2,
.login p,
.login a {
    margin-bottom: 5px;
}

.login h2 {
    margin: 0;
    color: #000;
    font-size: 28px;
    line-height: 1.2;
}

.login p {
    margin: 10px 0;
    color: #000;
    font-size: 16px;
}

.login a {
    text-decoration: none;
    font-size: 14px;
}

.login a:hover {
    text-decoration: underline;
}

.ui-state-highlight {
    display: block;
    background: transparent;
    border: none;
    padding: 0 .85rem;
}

.ui-state-highlight span {
    display: block;
    background: red;
    color: white;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.loglink {
    display: block;
    text-align: center;

}

.loglink a {
    display: inline-block;
    width: auto;
    font-weight: 600;
    color: #0480dc;
    padding: 0;
    text-decoration: underline;
    margin: 0;
}

svg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #000;
    background-image: linear-gradient(to bottom, #000, #0e4166);
    z-index: 1
}

.setup {
    margin: 0 auto;
    padding: 3rem;
    width: 90%;
    max-width: 1000px;
}

.setup .login input[type=text],
.setup .login input[type=password] {
    margin: 0;
}

.setup input[type="submit"] {
    width: 120px;
    margin: 0;
}

.setup .login h2 {
    margin-bottom: 1rem;
}

.setup .item .login input[type=text],
.setup .item .login input[type=password] {
    margin: 10px auto 1rem
}

.flex .item {
    width: 100%;
    text-align: center;
}

.flex .item,
.flex .item h3,
.flex .item p,
.flex .item a {
    color: black;
    text-align: center;
    font-size: 14px;
}

.flex .item h3 {
    margin-top: 0;
    font-size: 16px;
}

.flex .item a {
    color: #0480dc;
    padding: 0;
    text-decoration: underline;
    margin: 0;
}

.flex .item a.btn-cta{
    display: inline-block;
    background: #0480dc;
    padding: 10px;
    border-radius: 3px;
    text-decoration: none;
    color: white;
}

.item.right {
    margin-top: 1.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e9e9e9;
}

#qrcode__2fa {
    margin: 10px 0;
}

#qrcode__2fa img {
    max-width: 170px;
    margin: 0 auto;
}

.setup #qrcode__2fa img {
    margin: 0
}

.item .login input[type="submit"] {
    max-width: none;
}

#display-error {
    display: inline-block;
    background: #db4242;
    padding: 13px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
}

div>i {
    font-size: 11px;
    font-weight: 600;
    color: red;
}






.login-wrap h1 {
    margin: 0;
    font-size: 18px;
    padding: 0;
    text-align: center;
}



.flex .item .login-warnings p {
    color: white;
    background: red;
    padding: 10px 1rem;
    border-radius: 3px;
    text-align: center;
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
}


.login,
.login fieldset {
    flex-direction: column;

    padding: 0;
    margin: 0;
}

#countdown-wrap {
    text-align: center;
    font-weight: 400;
}

#countdown-wrap #countdown {
    color: red;
    font-weight: 600;
}


#devices-container {padding: 10px 5px; margin: 0; list-style: none; list-style: none; display: flex; flex-direction: column; align-items: center;}
#devices-container li {padding: 10px;}
#devices-container li:nth-child(even) {background: #eee;}
.devices-item {padding: 5px 0; list-style: none; display: flex; align-items: center; justify-content: space-between; width: 100%;}
.devices-item .devices-title {line-height: 30px;}
.devices-item a.devices-delete {width: 32px; height: 30px; text-align: center; background:white; border: 1px solid #cbcbcb; border-radius: 3px; display: flex; align-items: center; justify-content: center; text-decoration: none; cursor: pointer;}
.devices-item a.devices-delete:hover {background: black; border-color: black;}
.devices-item .devices-default {color: #c5c5c5; font-style: italic; font-weight: 700;}
#devices-wrap + .subContent {background:#efefef; padding: 1rem;}

span.errorMsg {color:#000;font-weight: 600;font-size:14px}

.login h2 {margin: 0; color: #000; font-size: 18px; line-height: 1.2; text-align: left; margin: 0 0 1rem;}
.field-wrap {margin: 0 0 1rem; width: 100%;}
.field-set {display: flex; gap: 10px; justify-content: space-between; align-items: start;}
.field-input {text-align: left;}
.login input[type=text], .login input[type=password] {width: 100%; display: block; box-sizing: border-box; margin: 10px 0; padding: 8px 10px; font-size: 16px; border-radius: 5px;}
label.field-label {font-weight: 600; font-size: 12px; margin: 0;}
.login-wrap {padding: 1rem; flex-direction: column; justify-content: start;}
.nav_manage {height: auto; display: flex; justify-content: center; gap: 10px; align-items: center; box-shadow: none; padding: 1rem; width: 100%; min-width: 100%; margin: 0; border-radius: 0;}
.nav_manage a {background: #ffffff; padding: 10px; width: 130px; height: 30px; color: black; text-decoration: none; align-items: center; display: flex; text-align: center; justify-content: center; margin: 0; font-weight: 600; line-height: 30px; border-radius: 3px;}
.nav_manage a:hover {background: #0480dc; color: white !important;}
#devices-container {padding: 0}
input#submitBtn:disabled {opacity: .5; pointer-events: none;}
div.updated {background:#4CAF50; color: white !important; font-weight: 600; padding: 1rem; border-radius: 3px; margin-bottom: 1rem;}
div.warning {color:red; margin:10px 0; text-align:left; font-size:12px;}
.login-warnings {text-align:center;}

.deviceDeleted {background: green; color: white; font-weight: 600; width: 100%; border-radius: 3px; padding: 10px; margin-bottom: 5px; color:white !important;}
.deviceDeleted.false {background: red;}