.header_wrapper.unuser {
    display: grid;
    grid-template-columns: 25% 75%;
}
img.logo_img {
    max-height: 4rem;
    max-width: 4rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.custom-close {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 9999;
    font-size: 1.5rem;
}

.btn_lang.img {
    max-height: 1.5rem;
}

.btn.btn_register { 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: linear-gradient(to top, #c60207 0%, #d37b7d 100%);
    color: #FFF;
    text-shadow: 0 1px 3px #222222;
    min-width: 80px;
    border-radius: 100px;
    white-space: nowrap;
    padding: 0 5px;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    max-height: 2rem;
    font-size: 1rem;
    font-weight: 600;
}

.btn.btn_login{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: linear-gradient(45deg, #71aad6 0%, #2d81c2 100%);
    color: #FFF;
    border-radius: 100px;
    white-space: nowrap;
    min-width: 80px;
    text-shadow: 0 1px 3px #222222;
    padding: 0 5px;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    max-height: 2rem;
    font-size: 1rem;
    font-weight: 600;
}

.btn:hover {
    box-shadow: #8b8b8b 0 -1px 2px,#999999 0 0px 10px;
}

.btn>span {
    line-height: 31px;
}