﻿
.body-container {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    /*background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);*/
}
.container {
    width: 25%;
    display: flex;
    align-items: center;
    height: 95%;
}
#picomTitle {
    font-size: 2.25rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    /*text-shadow: 0 0 1vw #FFF;*/
    text-align: center;
}
#picomTitle .txt-peach {
    /*text-shadow: 0 0 1vw #F40A35;*/
    font-weight: bold;
}
#footer {
    display: block;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    opacity: 0.3;
    text-align: center;
}
.field-group {
    width: 100%;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    line-height: 3em;
}
#loginButton {
    width: 100%;
    height: 4em;
    /*background-color: coral;*/
    letter-spacing: 0.2em;
    margin-top: 3em;
    text-transform: uppercase;
    font-size: small;
    border-left: none;
    padding: 0;
    font-weight: bold;
}
#loginButton:hover {
    cursor:pointer;
}
#loginButton:active {
    filter:brightness(150%);
}
input {
    color:white;
    padding-right:1em;
}
#darkoTheme #loginButton.color-1:hover {
    color:white;
}
.darko-card-A.darko-emphasis.color-1 {
    transition-duration: 0.3s;
    transition-timing-function: ease;
    background: linear-gradient(90deg, rgb(97, 24, 48) 0%, rgba(206, 86, 74, 0.9) 100%);
    filter: brightness(100%);
}
#darkoTheme .color-1 {
    color:navajowhite;
}