/* CSS only for GPP Loginpage */

.gpp_login>.tile:first-child {
    border-right: 1px solid rgba(71, 82, 86, .2)
}

.gpp_login>.tile:last-child {
    padding: 0px
}

.gpp_login>.tile:last-child .sva-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.gpp_login>.tile:last-child .contentline {
    height: 100%;
}

.gpp_login .top_header {
    padding: 0px;
    margin-bottom: 0px
}

.gpp_login .rrow {
    position: relative;
}


.gpp_login .login_info {
    top: 50%;
    transform: translateY(-50%);
    right: -16px;
}

@media (max-width: 600px) {
    .gpp_login>.tile:last-child {
        height: 400px;
    }
}


.eid_image {
    width: 70% !important;
}


a:link.rounded {
    border: 1px solid var(--g-border-color-10);
    border-radius: 40px;
    margin: 16px;
    display: flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden;

}

a:link.rounded>img {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 8px;
}



@media (max-width:960px) {
    a:link.rounded>img {
        width: 100%;
    }
}

@media (max-width:600px) {
    a:link.rounded>img {
        width: 80%;
    }
}