/*
 * Copyright (c) 2003-2021 GameDuell GmbH, All Rights Reserved
 * This document is strictly confidential and sole property of GameDuell GmbH, Berlin, Germany
 */

/*
    Document   : login.xhtml, logout.xhtml
    Created on : June 29, 2021, 2:00:00 PM
    Author     : tfrn
    Description:
       styling of the after login page, only shown for practice players,
       also be displayed after logout for practice players
*/

#after_login p:first-child {
    margin-top: 5px;
}
#after_login .subheadline {
    font-weight: normal;
}
#after_login .teaserImage {
    width: 700px;
    height: 300px;
    padding: 25px 30px;
    box-sizing: border-box;
}
#after_login .teaserImage._0{     background: url('../images/practiceplayer_afterlogin/img_practiceplayer_afterlogin_0.jpg') bottom left no-repeat; }
#after_login .teaserImage._1{     background: url('../images/practiceplayer_afterlogin/img_practiceplayer_afterlogin_1.jpg') bottom left no-repeat; }
#after_login .teaserImage._2{     background: url('../images/practiceplayer_afterlogin/img_practiceplayer_afterlogin_2.jpg') bottom left no-repeat; }
#after_login .teaserImage .benefitsList{
    width: 340px;
    margin-left: 360px;
    margin-top: 25px;
}
#after_login .teaserImage .colorButton{
    margin-left: 15px;
    margin-top: 25px;
}
/*for old classic certain adaptions must be made for dsari and icon font */
#after_login .icf-ok:before{
    left: -5px;
    top:0;
}
#after_login .asterix {
    margin-top: 30px;
}
#after_login .linkToGames {
    margin-top: 25px;
}
#after_login  .linkLeft{
    float: left;
}
#after_login  .linkRight {
    float: right;
}