.input-div {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px dotted black;
    background-color: white;
    position: relative;
}
  
.file {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
  
output {
    width: 100%;
    min-height: 150px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    border-radius: 5px;
}

output .image-container {
    width: 100%;
    text-align: center;
    max-width: 100%;
    padding: 30px 0;
    margin: 0 auto;
}
output .image-container img {
    max-width: 100%;
    /* margin: 0 auto; */
    margin-top: 0;
    max-height: 700px;
}
output .btn-clear{
    width: 100%;
}
/* 
output .image span {
    position: relative;
    cursor: pointer;
    font-size: 22px;
    color: white;
}
  
output .image span:hover {
    opacity: 0.8;
}
  
output .span--hidden {
    visibility: hidden;
}

.cropme-rotation-slider{
    margin-top: 30px;
} */

img.img-table{
    /* max-width: 100px; */
    max-height: 100px;
}

.img-thumbnail{
	background-color: #000;
}

.login-logo{
    margin: 0 auto 50px;
    max-width: 40%;
}

.cropper-face {
    background-image: url(../img/mascara_recorte.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cropper-bg{
    background-image: none;
    /* background-color: rgba(0, 0, 0, 0); */
    background-color: #000;
}

.canvas-toolbar{
    margin: 30px auto 0px;
    width: 100%;
    border: 1px solid #6c757d;
    padding: 10px;
    border-radius: 5px;
}

.input-group .form-range{
    padding: 18px 0;
}

#drawCanvas{
    background-color: #000;
}