#name {
    color: rgb(55, 44, 83);
    border: 2px solid rgb(55, 44, 83);
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    font-size: 17px;
    font-weight: 400;
    height: 60px;
    width: 100%;
    padding: 0px 15px;
}
#phone{
    color: rgb(55, 44, 83);
    border: 2px solid rgb(55, 44, 83);
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    font-size: 17px;
    font-weight: 400;
    height: 60px;
    width: 100%;
    padding: 0px 15px;
}
#phone.alert_hide, #name.alert_hide {
    border-color: red;
}
#btn_form {
    padding: 0px 15px;
    
    width: 240px;
    font-weight: 600;
    height: 60px;
    color: #ffffff;
    border: 2px solid #372c53;
    border-radius: 2px;
    font-size: 20px;
    font-family: Arial;
    cursor: pointer;
    background-color: #372c53;
}
#custom__form {
    display: flex;
    justify-content: space-between;
}

.succes_message {
    position: fixed;
    top: 90%;
    left: 80%;
    transform: translate(-50%,-50%);
   width: 400px;
    z-index: 9999;
    background-color: green;
    border: 2px solid #372c53;
    padding: 10px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 28px;
}
.succes_message i{
    font-size: 20px;
}
.succes_message.hide__message{
    display: none;
}

@media (max-width: 1200px){
    #custom__form {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
    .label-consent {
        max-width: 100%;
    }
}
@media (max-width: 1190px){
    #custom__form {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;

    }
    #phone,#name,#btn_form  {
        width: 220px;
    }
    #rec373654789 .tn-elem[data-elem-id="1570289271162"] {
        top: 0px !important;
       
    }
    .succes_message {
        left: 45%;
    }
}