<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.seeker,.company{
    background-color: white;
}
.title h3{
    margin: unset;
}
.title{
    color: white;
    text-align: center;
    padding:8px;
}
.box-content button{
    width: 160px;
}
.box-content{
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    height: 230px;
}
.box-content p{
    padding-top: 30px;
}
.buttons-div{
    bottom: 0;
}
.box-content-text{
    height: 100px;
}
.box-content .reg_button span.magenta_button,
.box-content .log_button span.blue_button
{
    width: 180px;
}
.box-content .log_button{
    margin-top: 15px;
}
.seeker .title{
    background-color: #4273a6;
}
.company .title{
    background-color: #c44a6b;
}
.seeker .box-content{
    background-image: url("/includes/redirect/log_reg/images/blue.png");
}
.company .box-content{
    background-image: url("/includes/redirect/log_reg/images/magenta.png");
}</pre></body></html>