@media (min-width: 850px) {
    body{
        background-color: #E5E5E5;
    }
    #signin_title{
        font-size: 30px;
    }
    p{
        font-size: 15px;
    }
    #signin_form{
        justify-content: flex-start;
    }
    .text_start{
        margin-top: 3px;
        margin-bottom: 3px;
    }

/* onboarding */
    #split_onboarding, #sectionA1, #sectionA2, #sectionB, .validated_registration{
        width: 540px;
        border-radius: 20px;
        background-color: white;
        padding-bottom: 100px;
        -webkit-box-shadow: 1px 1px 17px -2px rgba(0,0,0,0.10); 
        box-shadow: 1px 1px 17px -2px rgba(0,0,0,0.10);        
    }

    #switch_language{
        background-color: white;
    }

    /* sign in section */
    #sectionA1,#sectionA2, #sectionB{
        padding: 40px;
    }

    #sectionA1{
        padding-top: 20px;
    }
    
    #title_sectionA1{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 90%;
    }

    #signin_title{
       text-align: center;
       width: 86%;
    }
    #sign_in_introduction_text, #welcome_back{
        width: 92%;
    }

    .responsive_signin{
        width: 280px;
    }

    #signin_next{
        margin-top: 38px;
        width: 280px;
    }
    #signin_next_error {
        width: 280px;
        left:-3px;
        bottom: 60px;
    }
    #forgotten_error{
        width: 280px;
        left:-40px;
        bottom: 60px;
    }

    /* forgotten section */

    #forgotten_password_section{
        background-color: white;
        border-radius: 20px;
        width: 580px;
    }

    #forgottenArrowBack{
        margin-left: 22px;
    }

    .title_forgotten_section{
        width: 70%;
        justify-content: space-between;
    }

    #forgotten_password_form{
        justify-content: flex-start;
        padding-bottom: 30px;
    }

    /* Double check email section */

    #email_double_check_section{
        background-color: white;
        border-radius: 20px;
        width: 580px;
    }

    /* signup section */
    #join_league_title{
        text-align: center;
    }
   
    #sectionA2{
        margin: 0;
        /* display: flex; */
        flex-direction: column;
        align-items: center;
        /* padding: 0 5%; */
        padding-bottom: 20px;
    }
    .title_sectionA2_row{
        width: 68%;
        justify-content: space-between;
    }
    #createaccount_title{
        font-size: 25px;
    }

    #introduction_text, #welcome_in_the_game{
        align-self: flex-start;
        margin: 0 22px;
    }

    #next_error{
        left:19px;
    }

    /* choose league section */
    #sectionB{
        /* display: flex; */
        align-items: center;
        justify-content: center;
        position: unset;
    }
    .responsiv_sectionB{
        display: flex;
        flex-direction: column;
        width: 500px;
    }
    .custom_input, .custom_container{
        width: 100%;
    }

    .tooltips_content{
        bottom: 24px;
        left : -124px;
        width: 270px;
    }

    #sectionC{
        position: absolute;
        left: 11px;
        top:0;
        width: 100%;
    }

    .modal{
        width: 500px;
    }

    .validated_registration{
        padding: 40px;
    }
    #link_to_app{
        justify-content: space-around;
    }
    .h1_welcome{
        align-self: center;  
        margin-bottom: 30px;  
    }

    #welcome_logo{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px;
        margin-bottom: 20px;
        width: 200px;
        height: auto;
    }
}

