.heading-bar .title_page {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 400;
    padding: 10px 0;
    text-transform: uppercase;
}
.btn-link-style {
    text-decoration: underline;
    color: #2F80ED;
}
.page-login label {
    margin-top: 0px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0.5rem;
    display: block;
}
.page-login label .required {
    color: #f00;
}

.page-login fieldset .form-control {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    margin-bottom: 8px;
    border-radius: 3px !important;
    border-color: #e1e1e1;
    box-shadow: none;
}
.getPass #newpassword{
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    height: 40px;
    padding: 0 10px;
}
.getPass .btns input {
    background: #000;
    color: #fff;
    width: 100%;
    height: 45px;
    border: none;
}
.getPass .btns {
    margin-top: 10px;
}
.getPass {
    margin-top: 20px;
}

.page-login .button_bottom button {
    background: #000;
    color: #fff;
    width: 100%;
    height: 45px;
}
.page-login .social-login {
    margin-top: 20px;
}
.wrap-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.wrap-social .item {
    padding: 0 10px;
    border: none;
    color: rgb(255, 255, 255);
    font-weight: 500;
    border-radius: 5px;

    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-social .item.google {
    background-color: rgb(221, 75, 57);
}
.wrap-social .item.facebook {
    background-color: rgb(59, 89, 152);
}
.wrap-social .item a {
    color: rgb(255, 255, 255);
}
.title-account {
    font-size: 19px;
    font-weight: 400;
    color: #212b25;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.col-left p {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 28px;
    color: #212b25;
    position: relative;
}
.col-left .block-account ul .title-info {
    font-weight: 400;
    font-size: 14px;
    color: #212b25;
    margin-bottom: 22px;
    display: block;
}
.col-left .block-account ul .title-info.active {
    font-weight: 700;
}

.form-account li .title {
    width: 170px;
}
.form-account li input {
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px;
    box-sizing: border-box;
    color: #333;
    height: 40px;
    width: 300px;
    margin-bottom: 10px;
}
.select_city {
    padding-left: 174px;
    margin-bottom: 10px;
}
.col-right h1.title {
    font-size: 19px;
    line-height: 22px;
    font-weight: 400;
    color: #212b25;
    text-transform: uppercase;
    margin-bottom: 16px;
}
@media (min-width: 992px) {
    .col-left .block-account {
        position: sticky;
        top: 100px;
        border-right: 2px solid #f4f4f4;
    }
}
@media (max-width: 991px) {
    .col-left:after {
        content: '';
        width: calc(100% + 32px);
        height: 10px;
        background: #f4f4f4;
        display: block;
        margin-left: -16px;
    }
}
@media (max-width: 768px) {
    .select_city {
        padding-left: 0;
    }
}