#app {
    min-height: 100vh;
}

#logo-login{
    height: 150px;
}

.bg-cl {
    background-color: #fff !important;
}

.bg-pe {
    background-color: #ed969e !important;
}

.bg-co {
    background-color: #ffdf7e !important;
}

.fixed-table-body{
    min-height: 300px;
}

.file-upload-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file-upload-button {
    border: 2px solid #3490dc;
    color: white;
    background-color: #3490dc;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.file-upload-input {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.pd-bt-5{
    padding-bottom: 5px;
}

.pd-bt-10{
    padding-bottom: 10px;
}

.centered {
    margin-left: auto !important;
    margin-right: auto !important;
}

.min-h-90{
    min-height: 90px;
}
