


.art-edit-form form input, .art-edit-form form textarea{
   text-align:center;
   background-color: #f7f7f7;
   border:none;
   padding:10px;
   font-size:20px;
   font-weight:550;
   color:#5e3b42;
   width:60%;
}

.art-edit-form form textarea{
   width:100%;
}

.art-edit-form form input[type="submit"]{
   background-color:#775797;
   color:white;
   padding:10px;
   padding-left:80px;
   padding-right:80px;
}

.edit-art-image-container{
   position:relative;
   width:75%;
   margin:auto;
   margin-top:30px;
   margin-bottom:30px;
}

.no-image{
   border:solid #707070;
   border-width:0.5px;
   width:100%;
   margin:auto;
   height:300px;
   display:flex;
   justify-content: center;
   align-items: center;
}

.art-edit-form{
   display:flex;
   justify-content: center;
}

.update_artwork{
   cursor:pointer;
}

.art-edit-form form{
   text-align:center;
   width:100%;
}

.art-edit-form label {
   margin:20px;
}


@media screen and (max-width:650px){
   .art-edit-form form input{
      width:100%;
   }

   .edit-art-image-container{
      margin-top:50px;
      margin-bottom:50px;
      width:100%;
   }
}