
*{
    margin: 0;
    padding: 0;

}
.themeColor{
color: #2c209b;
}

.themeBackground {
    background-color: #2c209b !important;
    border: #2c209b !important;
    color: white;
}

.buttonSize{
    padding: 8px;
    font-size: 13px;
    width: 100px;
}
.login-aside{
    height: 100vh;
}

.image-aside img{
    object-fit: cover;
    object-position: center;
    height: 100vh;
    width: 100%;
}


input::file-selector-button {
    display: none;
}

