.input_color{
    color: black !important;;
    /* background: #000; */
    /* height: 100px; */
    padding: 9px;
    border-radius: 6px;
    border-width: 1px;
    width: auto;
    border-color: rgba(87, 156, 191, 0.5);
}

.formgroup{
    width: 500px;
    /* border: solid 1px black; */
}

.btn_list{
    background-color: rgb(26, 39, 114);
    color: white;
    width: 100%;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.btn_list:hover{
    background-color: rgb(89, 100, 162);
}

/**
* Bootstrap Modal
*/
.modal {
    z-index: 1101 !important;
}

/**
* Vue Sweet Alert
*/
.swal-overlay{
    z-index: 1102 !important;
}

/**
* Vue Loading
*/
.vld-overlay.is-full-page {
    z-index: 1103 !important;
}

