.DTP {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.Mess {
    margin: 0;
    color: red;
}

.x12 {
    margin-block-start: 0;
    font-size: 1.17em;
}

#close {
    display: none;
}

#box_cod {
    display: none;
}

.h_p {
    margin: 2px 0 8px 0;
}

.tx_r1 {
    color: #102050;
    margin: 0;
    font-weight: 900;
    font-size: 2.3rem;
}

.tx_r2 {
    color: #102050;
    margin: -5px 0 0 0;
    font-weight: bolder;
    font-size: 4rem;
}

#t_r_3 {
    font-size: 1em;
    max-width: 290px;
    text-align: center;
}

#l_1::before {
    content: "Email address";
}

#l_2::before {
    content: "Insert send code :";
}

#l_3::before {
    content: "Password";
}

#l_4::before {
    content: "Show Passwoed";
}

#l_5::before {
    content: "Your request requires login";
}

#t_r_1::before {
    content: "Here is balescoin"
}

#t_r_2::before {
    content: "welcome"
}

#close::before {
    content: "close"
}

#reset_b::before {
    content: "Reset Password"
}

#buttom::before {
    content: "GO"
}

#l_5 {
    display: none;
    margin: 0;
    color: red;
}

@media only screen and (max-width: 950px) {
    .d_tx_4 {
        display: none;
    }
    .d_101 {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .b_i {
        padding-left: 0px;
    }
}