body {
    background-color: rgba(0, 0, 0, .8);
}
.panel {
    /* background-color: hsl(0, 0%, 100%); */
    background-color: black;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    padding: 20px;
    display: table;
    margin: auto;
    /* margin-bottom: 40px; */
    margin-bottom: 20px;
    color: rgba(0,0,0,.7);
}

a.icon {
    display: inline-flex;
    margin: 20px auto;
    margin-top: 100px;
    color: white;
    font-size: 2.5em;
    text-decoration: none;
    font-weight: 500;
}
a.icon img {
    height: 100px;
    display: block;
    margin: auto;
}

.input-wrap {
    margin-bottom: 15px;
    margin-top:15px;
}

.submit-wrap {
    text-align: right;
    font-size: 13px;
}
.submit-wrap input {
    color: black !important;
    background-color: white !important;
}

.links a {
    display: table;
    font-size: 13px;
    color: white;
}
.links a:first-child:not(:last-child) {
    margin-bottom: 5px;
}

.lang-switch {
    justify-content: flex-end;
}

.lang-switch-bottom-right {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.input-wrap label {
    display: block;
    font-weight: 600;
}
.input-wrap label + input {
    margin-top: 0.4em !important;
}

input {
    border: unset !important;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255,255,255,.5) !important;
    color: rgba(255,255,255,1) !important;
}
input:focus {
    box-shadow: unset !important;
    border-bottom: 1px solid rgba(255,255,255,1) !important;
}
input::placeholder {
    color: rgba(255,255,255,.75) !important;
}
.links a {
    color : rgba(255, 255, 255, .75);
    text-decoration: none;
}
.links a:hover {
    color : rgba(255, 255, 255, 1);
}
#inweb {
    width: 340px !important;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-left: 1em;
    padding-right: 1em;
}
#inweb .firm-logo {
    max-width: 80px;
    max-height: 32px;
}
#inweb .app {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .95;
}
#inweb .app .info {
    font-size: .9em;
    margin-left: 5px;
    line-height: 1.2;
}
#inweb .app .logo {
    max-height: 32px;
}
#inweb .app .info .version {
    font-size: .9em;
}
a.icon img {
    width: 5em;
    height: auto;
}
a.icon span {
    margin-left: 0.15em;
}