.kc-admin-card-image-form{
  margin:12px 14px 0;
  padding:12px;
  border:1px solid rgba(255,46,189,.35);
  border-radius:14px;
  background:rgba(0,0,0,.42);
}

.kc-admin-card-image-form label{
  display:block;
  color:#ff8ed9;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:8px;
}

.kc-admin-card-image-form input[type="file"]{
  width:100%;
  color:#ffd6f2;
  font-size:12px;
  margin-bottom:8px;
}

.kc-admin-card-image-form input[type="text"]{
  width:100%;
  box-sizing:border-box;
  min-height:34px;
  border-radius:10px;
  border:1px solid rgba(255,46,189,.35);
  background:#070208;
  color:#fff;
  padding:8px 10px;
  margin-bottom:8px;
}

.kc-admin-card-image-form button{
  width:100%;
  min-height:36px;
  border:0;
  border-radius:10px;
  background:#ff2ebd;
  color:white;
  font-weight:900;
  cursor:pointer;
}

.kc-card-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
