.the_m_phone_pop_up{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1111;
}
.the_m_phone_pop_up_in{
    width: 280px;
    background: white;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px #f1624c7d;
    border-radius: 3px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.the_m_phone_pop_up_title_exit{
    margin-bottom:15px;
    text-align: center;
}
.the_m_phone_pop_up_title{
    text-align: center;
}
.the_form_holder{
    margin-top:30px;
    margin-bottom:30px;
}
.the_err_line{
        color: red;
    margin-right: 10px;
    font-size: 10px;
}