body {
    display: flex;
    justify-content: center;
    align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    text-align: center;
}

.d_none {
  display: none !important;
}

.input_item {
    background-color: #75757580;
    border-radius: 12px;
    padding: 12px;
    outline: none;
    border: none;
    width: 100%;
}

.form_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: 50%;
}

#change_password_form, #email_code_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 25px;
}

.btn-send {
    background-color: #1270B0;
    color: #fff;
    padding: 14px 37px;
    border-radius: 32px;
    outline: none;
    border: none;
    width: fit-content;
}

