.tn-boxModalDialog{
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    border-radius: 12px 12px 0 0 ;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    padding: 16px 24px 48px 24px;
}
.tn-boxModalDialog .btn-closeModalDialog{
    align-self: end;
}
.tn-boxModalDialog .btn-closeModalDialog button{
    background-color: #e61f22;
    border:none;
    width: 28px;
    height: 28px;
    border-radius: 8px;
}
.tn-boxModalDialog .btn-closeModalDialog button > img{
    width: 20px;
    height: 20px;
}
.tn-boxModalDialog h3{
    font-size: 18px;
    margin-bottom: 15px;
}
.tn-boxModalDialog p{
    font-size: 16px;
    margin-bottom: 15px;
}
.tn-boxModalDialog .tn-formModalDialog input{
    min-height: 36px;
    border-radius: 8px;
    padding: 0 8px;
    background: #f7f7f7;
    border: 2px solid #dfdfdf;
    font-size: 16px;
}
.tn-boxModalDialog .tn-formModalDialog button{
    padding: 8px;
    margin: 0 4px;
    border-radius: 8px;
    color: #fff;
    background-color: #e61f22;
    border: none;
    font-size: 16px;

}