.login__form{
    position: relative;
}
.content__page {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.account {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.register_page_title {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1180px;
    margin: 0 0 20px;
}
.register_page_title_box {
    display: flex;
    flex-direction: column;
    width: 60%;
}
.form_info {
    display: flex;
    margin: 10px 0 0;
    min-height: 21px;
}
.number_none_defined_register{
    display: none;
    color: rgb(125, 0, 14);
}
.phone_inner_form_password.pin_code {
    display: none;
}
.account .Register_btn_name {
    display: none;
}
.disabled.Register_btn_name {
    opacity: 0.2;
    cursor: not-allowed;
}
.login__btn {
    background: #333 !important;
    border: none;
    box-shadow: 0px 4px 40px rgba(44, 47, 50, 0.2);
    border-radius: 0px 0px 30px 0px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    padding: 0 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.32s linear;
    height: 50px !important;
    max-width: 144px !important;
    min-width: 144px !important;
    align-items: center;
}


.woocommerce-form-row--col-2{
    display: inline-block;
    width: calc(50% - 15px);
}
.form-row-first{
}
.form-row-last{
}

.form-row.form-row-first{
    margin-top: revert;
    margin-right: 20px;
}

#login__submit{
    margin: 1em 0;
}