* {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.container{
    width: 100vw;
    height: 100vh;
    background-color: #161724;
    /* background-image: url('images/blue-eagl.jpg'); */
    /* background-image: linear-gradient(-225deg, #CBBACC 0%, #2580B3 100%); */
}
#home-container{
    width: 100vw;
    height: 100vh;
}
#login-container{
    height: 72vh;
    width: 60vw;
    background-color: black;
    position: absolute;
    left: 20vw;
    top: 14vh;
    box-shadow: rgb(39, 57, 79) 0px 20px 30px -10px;
}
#login-title{
    color: crimson;
    width: 30%;
    height: 5%;
    left: 35%;
    top: 10%;
    font-size: 30px;
    position: absolute;
    text-align: center;
}
#eagl-logo {
    position: absolute;
    height: 72vh;
    width: 30vw;
    top: 14vh;
    left: 24vw;
}

.filter {
    position: relative;
    top: 0vh;
    height: 3vh;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border: 3px solid #eeeeee;
    border-radius: 3px;
    color: #eeeeee;
}
.filter:focus{
    outline: none;
}
.filter-job-no{
    left: 0vw;
    width: 7vw;
    text-align: center;
}
.filter-customer{
    left: 2vw;
    width: 12vw;
    text-align: center;
    outline: #eeeeee;
}
.filter-job-desc{
    left: 4vw;
    width: 10vw;
    text-align: center;
}
.filter-key{
    left: 6vw;
    width: 20vw;
    text-align: center;
}
.filter-iv {
    left: 9vw;
    width: 22vh;
    text-align: center;
}
.filter-date {
    left: 14vw;
    width: 20vh;
    text-align: center;
}
#input-div{
    width: 100vw;
    height: 4vh;
    top: 4vh;
    position: absolute;
    display: inline-block;
}
#table-headers{
    display: inline-block;
    height: 4vh;
    width: 100vw;
    top: 0vh;
    color: #eeeeee;
    position: absolute;
    font-weight: bold;
}
#table-rows{
    width: 100vw;
    height: 55vh;
    top:8vh;
    position: absolute;
    color: #eeeeee;
    overflow-x: hidden;
    overflow-y: scroll;
    border-bottom: 4px solid black;
    
}
.row{
    height: 6vh;
    width: 100vw;
    border: 1px solid black;
    text-align: center;
    display: inline-flex;
    word-wrap: normal;
    color: #eeeeee;
}
.row:hover{
    background-color: #38618c;
    color: #eeeeee;
}
.id-row{
    width: 1vw;
}
.user-id{
    width: 6vw;
}
.job-no{
    width: 6vw;
}
.job-no-input {
    width: 7vw;
    top: 1vh;
    height: 4vh;
    background-color: darkgray;
    position: relative;
    text-align: center;
  }
.customer-name{
    width: 15vw;
    left: 1vw;
}
.customer-name-input{
    width: 12vw;
    left: 1vw;
    height: 4vh;
    top: 1vh;
    background-color: darkgray;
    position: relative;
    text-align: center;
}
.desc{
    width: 14vw;
}
.desc-input {
    width: 11vw;
    height: 4vh;
    top: 1vh;
    background-color: darkgray;
    position: relative;
    left: 3vw;
    text-align: center;
    margin-right: 4vw;
}
  
.key{
    width: 20vw;
    margin-right: 1vw;
}
.iv{
    margin-right: 0vw;
    width: 16vw;
}
.date{
    width: 17vw;
}
.cell{
    vertical-align: middle;
    height: 3vh;
    display: inline-block;
    overflow: wrap;
    text-align: center;
    word-wrap: break-word;
    font-size: 14px;
    position: relative;
    top: 1vh;
}
.row-cell{
    vertical-align: middle;
    height: 5vh;
    display: inline-block;
    overflow: wrap;
    text-align: center;
    word-wrap: break-word;
    font-size: 14px;
    position: relative;
    top: 1vh;
}
.row-input{
    vertical-align: middle;
    height: 5vh;
    display: inline-block;
    overflow: wrap;
    text-align: center;
    word-wrap: break-word;
    font-size: 14px;
    position: relative;
}
.row-btn{
    width: 7vw;
    height: 4vh;
    border-radius: 3px;
    margin-left: 2vw;
    color: black;
    font-weight: bolder ;
}
.delete-row-btn{
    height: 4vh;
    width: 5vw;
    position: relative;
    top: 1vh;
    left: 1vw;
}
.delete-row-btn:hover{
    color: crimson;
}
.edit-row-btn{
    height: 4vh;
    width: 5vw;
    position: relative;
    top: 1vh;
    left: 1vw;
}
.save-row-btn{
    height: 4vh;
    width: 5vw;
    position: relative;
    top: 1vh;
    left: 1vw;
}
.save-row-btn:hover{
    color: limegreen;
}
/* svg:hover{
    color: crimson;
} */

#add-key-btn{
    width: 10vw;
    height: 10vw;
    top: 3vh;
    position: absolute;
    left: 10vw;
    color: black;
    border: none;
    outline: none;
    color: white;
}
#add-key-btn:hover{
    color: limegreen;
}
#add-key-div {
    height: 30vh;
    width: 30vw;
    background-color: #38618c;
    position: absolute;
    top: 63vh;
    left: 35vw;
    background-color: transparent;
  }
#add-key-form {
    position: relative;
    height: 99%;
    width: 99%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 1px solid black;
  }
.new-key-input{
    outline: none;
    border: none;
    left: 15%;
    margin-top: 3vh;
    width: 70%;
    height: 4vh;
    position: relative;
    background-color: #38618c;
    text-align: center;
    color: #eeeeee;
}
.new-key-input::placeholder{
    color: #eeeeee;
}
#new-key-save-btn{
    position: relative;
    height: 4vh;
    width: 35%;
    left: 15%;
    background-color: #38618c;
    color: #eeeeee;
    margin-top: 4vh;
    bottom: 1vh;
}
#new-key-cancel-btn {
    position: relative;
    height: 4vh;
    width: 35%;
    left: 50%;
    background-color: #38618c;
    color: #eeeeee;
    margin-top: 3vh;
    bottom: 8vh;
}
#new-key-save-svg {
    position: relative;
    height: 100%;
    width: 100%;
  }
#new-key-save-svg:hover{
    background-color: limegreen;
    color: black;
}
#new-key-cancel-svg {
    position: relative;
    height: 100%;
    width: 100%;
  }
#new-key-cancel-svg:hover{
    background-color: crimson;
    color: black;
}
.login-container {
  width: 40vw;
  height: 70vh;
  left: 30vw;
  position: absolute;
  top: 20vh;
  box-shadow: rgba(113, 122, 132, 0.2) 0px 8px 24px;
}
#login-form {
    position: absolute;
    width: 20vw;
    height: 50vh;
    color: #eeeeee;
    top: 25vh;
    left: 57vw;

  }
#username{
    position: absolute;
    top: 32%;
    width: 80%;
    height: 10%;
    left: 10%;
    background: transparent;
    outline: none;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px solid crimson;
    color: #eeeeee;
}
#username-label{
    top: 30%;
    position: relative;
    left: 10%;
    font-weight: bolder;
    font-size: large;
    color: #38618c;
}
#username::placeholder{
    font-weight: bolder;
    font-size: larger;
}
#password-label{
    top: 52%;
    position: relative;
    left: -23%;
    font-weight: bolder;
    font-size: large;
    color: #38618c;
}
#password{
    position: relative;
    top: 50%;
    width: 80%;
    height: 11%;
    left: 10%;
    background: transparent;
    outline: none;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px solid crimson;
    color: #eeeeee;
}
#password::placeholder{
    font-weight: bolder;
    font-size: larger;
}
#login-submit-btn{
    top: 60%;
    position: relative;
    right: 0;
    height: 10%;
    width: 80%;
    left: 10%;
    border: none;
    background-color: #38618c;
    font-weight: bolder;
    font-size: medium;
    color: crimson;
    border-radius: 5px;
}
#signout-btn{
    left: 43%;
    background-color: #38618c;
    bottom: 0vh;
    position: absolute;
    width: 14%;
    height: 7%;
}
#signout-svg {
    width: 90%;
    height: 80%;
    position: relative;
    color: #eeeeee;
    left: 5%;
    top: 10%;
  }
#signout-svg:hover{
    color: crimson
}

#form-error{
    position: relative;
    top: 69%;
    width:12%;
    left: 61%;
    height: 5%;
    background-color: black;
    color: crimson;
    text-align: center;
}
