.login-background{
    background: url(/img/login/02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 600px;
    height: 700px;
}
.text-bg-none {
    border: none;
    background: none;
}
.text-bg-none:focus {
    outline-style:none;
    box-shadow:none;
}
.user-id-wrap {
    position: relative;
    top: 200px;
    left: 140px;
}
.user-id {
    width: 300px;
    height: 40px;
    padding: 10px;
}
.user-id-error {
    color: #ffffff;
    position: absolute;
    top: 50px;
    left: 0px;
}
.password-wrap {
    position: relative;
    top: 240px;
    left: 140px;
}
.password {
    width: 300px;
    height: 40px;
    padding: 10px;
}
.password-error {
    color: #ffffff;
    position: absolute;
    top: 50px;
    left: 0px;
}
.remember-wrap {
    position: relative;
    top: 280px;
    left: 140px;
}
.remember-text {
    color: #ffffff;
}
.login-button{
    border: 0px;
    width:300px;
    height:90px;
    background: url(/img/login/03.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 300px;
    left: 160px;
}
.login-button:hover{
    background: url(/img/login/04.png);
    background-size: contain;
    background-repeat: no-repeat;
    width:300px;
    height:90px;
}
.login-button:focus{
    outline-style:none;
    box-shadow:none;
}
.request-password {
    position: relative;
    top: 320px;
    left: 155px;
}
.invalid-feedback strong{
    color: white !important;
}
.company-logo {
    position: relative;
    top: 330px;
    left: 166px;
    background: url(/img/login/TF-rogo2023.png);
    background-size: contain;
    background-repeat: no-repeat;
    width:260px;
    height:60px;
}
.spec {
    position: relative;
    top: 320px;
    left: 0px;
    width:800px;
}
.login-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
footer {
    padding:2px 10px;
    background-color: #f0f0f0 !important;
    margin-top: auto;
}
.spec-item-title {
    width:100px;
}
.spec-item-table tr {
    line-height: 0;
    min-height: 0;
    height: 0;
}
.env {
    position: absolute;
    top: 10px;
    left: 50px;
}
