.user-page-area .breadcrumb,
.user-page-area .breadcrumb-item,
.user-page-area .breadcrumb-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
}

.user-area-wrapper {
    --w: calc(300px + (410 - 300) * ((100vw - 300px)/ (1920 - 300)));
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-area-image {
    width: var(--w);
}

.user-area-image img {
    max-width: 100%;
    height: auto;
}

.user-area-content {
    width: calc(100% - var(--w));
    padding: 0 26px;
    max-width: 540px;
}

.user-area-wrapper .form-control {
    height: auto;
    padding: 10px 16px;
    border-radius: 5px;
}

.user-area-wrapper .form-control:focus {
    border-radius: 5px;
    box-shadow: 0 0 0 3px rgba(0 87 226 / 10%);
}

.user-area-wrapper select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 12px) 50%, calc(100% - 7px) 50%, calc(100% - 16px);
    background-size: 5px 5px, 5px 5px, 1px calc(100% - 16px);
    background-repeat: no-repeat;
}

.user-area-wrapper select.form-control:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%);
    background-position: calc(100% - 7px) 50%, calc(100% - 12px) 50%;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0 87 226 / 10%);
}

.social-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-google,
.btn-facebook {
    border-radius: 5px;
    width: 50%;
    background-color: #2c4889;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 23px;
    padding: 12px 32px;
}

.btn-google {
    margin-left: 10px;
}
.btn-facebook {
    margin-right: 10px;
}

.btn-google {
    background-color: #d83b24;
}

.btn-google:hover,
.btn-facebook:hover {
    color: #fff;
}

.login-action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btn-login {
    outline: none;
    border-radius: 5px;
    width: 100%;
    background-color: #0057e2;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 23px;
    margin: 10px 10px 15px 10px;
    padding: 12px 32px;
}

.btn-login:focus {
    outline: none;
    box-shadow: none;
}

.checkbox {
    text-align: center;
}

.form-group {
    position: relative;
}

.note {
    font-style: italic;
    color: #999;
    display: block;
    margin-top: 7px;
    font-size: 12px;
    position: absolute;
    top: 8px;
    right: 10px;
    background-color: #fff;
    padding: 2px 5px;
    pointer-events: none;
}


.product-noibat-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.product-noibat-content a {
    color: #333;
    font-size: 12px;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    display: block;
    margin: 4px 6px;
    padding: 6px 12px;
    border-radius: 24px;
    background-color: #f8f8f8;
}


.product-noibat-content a:hover {
    color: #38b5df
}

.social-column > .btn-facebook > svg, .social-column > .btn-google > svg {
    margin-right: 10px;
}
.social-buttons > .btn-facebook > svg, .social-buttons > .btn-google > svg {
    margin-right: 10px;
}
.orther-login {
    padding-bottom: 14px;
    align-items: center;
    display: flex;
}

.login-orther-line {
    height: 1px;
    width: 100%;
    background-color: #dbdbdb;
    flex: 1;
}

.login-orther-text {
    color: #ccc;
    padding: 0 16px;
    text-transform: uppercase;
    font-size: .85rem;
}

label.control-label {
    font-weight:bold;
    color: unset;
}
.txt-rq {
    color: red;
}
.user-area-wrapper.mobile {
    display: block !important;
    padding: 20px !important;
    max-width: 550px;
    margin: auto;
}

.user-area-wrapper.mobile .social-buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.user-area-wrapper.mobile .user-area-action button {
    outline: none;
    border-radius: 5px;
    width: 100%;
    background-color: #0057e2;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 23px;
    margin: 10px 10px 15px 10px;
    padding: 12px 32px;
}

.user-area-wrapper.mobile .user-area-action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px auto;
}

.user-area-wrapper.mobile .note {
    top: 9px;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #f6f6f6, #ffffff);
}
.errors-title {
    color: #db1e00;
    font-size: 1.4rem;
}
@media (max-width: 900px) {
    .user-area-wrapper {
        --w: unset;
    }

    .page-title {
        margin-bottom: 0;
        padding: 12px 0px;
    }

    .social-buttons {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }
    .user-area-wrapper label {
        font-size: 14px;
        z-index: 111;
        color: #111;
        line-height: 1;
        font-weight: bold;
    }
    .list-unstyled {
        font-size: 1.4rem;
    }
    .user-area-wrapper.mobile .note {
        top: 5px;
    }
}
