/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2024 | 21:33:05 */
#perfil-asociado-form input[type="file"] {
  display: none;   
}   

#perfil-asociado-form {
    text-align:center;
}

#perfil-asociado-form h3{
    font-size:22px;
    font-weight:500;
}

#perfil-asociado-form img{
    border-radius:360px
}

#perfil-asociado-form label {
  font-weight:600;
  border: 1px solid #ccc;
  border-radius:8px;
  display: inline-block;
  padding: 10px 0px;
  cursor: pointer;
  width:100%;
  text-align:center;
  border:dashed 2px #25303075;
  transition:.3s all ease;
}

#perfil-asociado-form label:hover{
   border:dashed 2px #00B0B9; 
}

#perfil-asociado-form .btn_submit{
    margin-top:10px;
    margin-bottom:10px;
    width:100%;
    border-radius:8px;
    background:#00B0B9;
}
