.bg-login{
    background-color: #007cdf;
    width: 100%;
    height: 100vh;
}
.bg{
    background-color: #007cdf;
    width: 100%;
    height: 100%;
}
.form-container{
    position: absolute;
    top: 30vh;
    left: 75vh;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #000;
    height: 50vh;
}
.label-text{
    font-size: 14px;
    color:#007cdf;
    font-family: 'Roboto', sans-serif;
}
.label-text-dashboard{
    font-size: 14px;
    color:#c4c4c4;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle !important; 
}
.message-container{
    position: absolute;
    left: 15vh;
    justify-content: center;
}
.table-list{
    background-color: white;
}
.copy-button{
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}


