div.frame{
    height: 400px;
    width: auto;
    background-color: #444056;
}
div.center{
    position: block;
    height: 300px;
    width: 450px;
    background-color: #fff;
    transform: translate(60px, 60px);
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    
}
div.title{
border-bottom: 1px solid #999;
text-align: center;
margin: 10px;
}
div.dropzone{
    width: 100px;
    height: 100px;
    border: 2px dashed #999;
    border-radius: 3px;
    text-align: center;
    margin: 40px;
    background-color:#e7eef5;
}
.ion-archive{
   
    font-size: 60px;
}
h1{
    line-height: 1;
}
div.selectFile{
   height: 50px;
   margin: 0px;
   position: relative;
   width: 200px;
}
input[type=file]{
    opacity: 0;
}
label, input{
    cursor: pointer;
    display: block;
    height:     50px;
    position: absolute;
    border-radius: 5px;
    width: 100%;
}
.upload-input{
    position: relative;
    top: -66px;
    left: 0;
    width: 100%;

}
.file:hover{
    background: blueviolet;
    box-shadow: ;
    color: #000000;
    font-size: 1em;
}
.btn{
    display: block;
    width: 110px;
    height: 40px;
    background:#444056;
    color: #fff;
    border-radius: 3px;
    border: 0;
    transition: all 0.3s ease-in-out;
    font-size: 14px; 
}