.box-image-editor{
    background-color:rgb(1,59,143,0.8);
    width:100%;
    height:100vh;
    float: left;
    overflow:hidden;
    position:fixed;
    z-index:9999;
    top:0px;
    left:0px;
    display:none;
    transition:all 0.4s;
}

.image-editor{
    background-color:#fff;
    width:900px;
    height:70vh;
    position:absolute;
    top:15vh;
    left:50%;
    margin-left:-450px;
}

.cropit-preview{
    background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    width: 250px;
    height: 250px;
}

.cropit-preview-image-container{
    cursor: move;
}

.image-size-label{
    margin-top: 10px;
}

input, .export{
    display: block;
}

button{
    margin-top: 10px;
}