#body_websiteCliente {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#body_websiteCliente #h2__inscripcion {
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(60deg, #166bae, #2196f3);
    border-color: #2196f3;
    box-shadow: 0 2px 2px 0 rgb(33 37 41 / 14%), 0 3px 1px -2px rgb(33 37 41 / 20%), 0 1px 5px 0 rgb(33 37 41 / 12%);
    padding: 0px 15px;
    width: 100%;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#body_websiteCliente .form-cliente {
   background: #fff;
   padding: 25px;
   border-radius: 15px;
   
}
#body_websiteCliente p {
    font-weight: bold;
    margin-bottom: 35px;
}
.container-text {
    background: #fafafa;
    padding: 5px 20px;
    width: 100%;
    min-height: 250px;
    border-radius: 20px;
}
#darseDeBajaModal label {
    font-weight: bold;
    color: #000;
}