.field {
    border-color: var(--sub-color);
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    background-color: #ffffff;
    width: 300px;
    height: 20px;
    margin: 10px 0px;
}

.field2 {
    border-color: var(--sub-color);
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    background-color: #ffffff;
    width: 200px;
    height: 20px;
    margin: 10px 0px;
}


.center-absolute {
    display: flex;
    justify-content: center;
}
.center-pos {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.container-dashboard {
    border-color: var(--sub-color);
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
}

.main-container-dashboard {
    display: flex;
    justify-content: center;
    flex-direction: column;

}