
#login {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

#login .card {
    width: 35em;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 3em;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .5);
    border-radius: .5em;
    padding: 1.5em;
    box-sizing: content-box;
}

#login .background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #17181c;
}


#login .login_logo {
    width: 4em;
}

#login .login_error {
    padding: .5em;
    background-color: rgb(194, 0, 0);
    color: rgb(255, 255, 255);
    border-radius: .3em;
    margin: 1em;
}

#login .loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

#login .loading .lds-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5em;
    height: 5em;
    transform: translate(-50%, -50%);
}

#login .inpt {
    margin-top: 1em;
    text-align: left;
    text-align: center;
    display: inline-block;
  width: 40%;
}

#login .inpt .label {
    width: 5em;
    font-size: 1.2em;
    font-weight: 400;
    display: inline-block;
    text-align: right;
    margin-right: 1em;
}

#login .inpt input {
    width: 8em;
    display: inline-block;
    font-size: 1.3em;
    background: no-repeat;
    border: none;
    color: rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(172, 172, 172, 0.49);
}

#login .btn {
    width: 80%;
    background-color: rgb(148, 161, 181);
    padding: .8em;
    text-align: center;
    border-radius: .2em;
    margin: 1em 5%;
}
