#wrapper {
    background: #F4F4F4;
}
#wrapper .page-title.title-text-color-dark {
    background-color: transparent;
    padding: 0;
}
#authentication #header {
    margin-bottom: 0;
}
#authentication.page-authentication #content,
#authentication.page-password #content,
#authentication.page-registration #content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    border: 0;
    padding: 20px;
    background: transparent;
}
#authentication .no-account {
    background: transparent;
}
.forgot-password a:not(:hover) {
    color: #71AA38;
}
#authentication .axps-breadcrumb{
    display: none;
}

.Page__header{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.Page__header .container{
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}
.Page__header .container .logo{
    display: block;
    margin: 0 auto 40px;
    max-width: 160px;
    width: 25%;
}
.Page__header .visual__container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
}
.Page__header .visual__container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 2;
    opacity: 0.7;
}
.Page__header .visual__container .visual {
    height: 100%;
    background-position: center center;
}

#authentication.page-authentication #content{
    padding: 20px 0;
}
#authentication h1.veto{
    color: inherit;
    font-size: 6.8rem;
    line-height: 1.2;
    margin: 0 0 30px;
}
#authentication p.veto{
    font-family: SofiaPro, Helvetica, Arial, "sans-serif";
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    opacity: 0.8;
    margin: 0;
}
#authentication .fields-veto{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    align-items: start;
}
#authentication .fields-veto select{
    background-color: white;
}
#authentication .fields-veto .form-control-comment{
    font-size: 12px;
    line-height: 14px;
    color: gray;
    padding: 5px;
}

#authentication .text-veto{
    font-size: 16px;
    font-weight: bold;
    color: black;
    line-height: 24px;
    margin: 50px 0;
}

@media (max-width: 500px) {
    #authentication .Page__header {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    #authentication h1.veto{
        font-size: 3.6rem;
        margin: 0 0 20px;
    }
    #authentication p.veto{
        font-size: 13px;
        line-height: 18px;
    }
    #authentication .fields-veto {
        grid-template-columns: repeat(1, 1fr);
    }
    #authentication .text-veto{
        font-size: 14px;
        line-height: 22px;
        margin: 30px 0;
    }
    .Page__header .visual__container .visual {
        background-size: cover;
    }
}