.custom-body {
    background-color: #EB9E92;
    color: #5725A9;
    font-weight:1;
}
.form-custom {
    background-color: transparent;
    border-color: #5725A9;
    width: 100%;
    font-size: 25px;
    border-style: solid;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #5725A9;
}
.botonSubmit{
    border-radius:50px;
    background-color:black;
    color:white;
    width:150%;
    height:36px;
    font-size:15px;
}
.nameInput {
    border-top-width: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}
.doble-border-box {
    border-style:solid;
    border-left: none;
    border-right: none;
    border-top-width:2px;
    border-bottom-width:2px;
    resize:none;
}