#ballContainer {
    background: #f9f9f9;
}

#back-btn-login-container {
    font-family: 'Nunito', sans-serif;
    position:absolute;
    top:0px;
    width:100%;
    display:flex;
    justify-content: center;
    color:black;
}

#back-btn-login {
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(244, 247, 251) 100%);
    margin: 10px;
    color: black;
    text-decoration: none;
    padding: 10px;
}

.container {
    flex-direction: row;
}

.form .forgot-password {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
}

.form .input {
    max-width: calc(100% - 40px);
}

.form .forgot-password a {
    font-size: 14px;
    color: var(--maincolor);
    text-decoration: none;
}

.login-separator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    user-select: none;
    height: 100%;
    color: black;
}

.login-separator div {
    width: 2px;
    height: 100%;
    background: var(--maincolor);
    min-height: 150px;
}

.register_buttons_choice {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    margin-top:20px;
}

.register_buttons_choice .MainBTN {
    width: 100%;
}

.container {
    max-width: 800px;
    gap: 40px;
}

.login_pannel_choice {
    width: 100%;
}

@media (max-width : 800px) {	
    .container {
        flex-direction: column;
        height: fit-content;
        max-height: unset;
        gap: 20px;
    }

    .login-separator {
        flex-direction: row;
        width: 100%;
    }

    .login-separator div {
        height: 2px;
        width: 100%;
        min-height: unset;
    }

    .master-container {
        align-items: flex-start;
        overflow:unset;
    }

    #login-container {
        margin-top: 90px;
        margin-bottom: 50px;
        width: 100%;
    }

    body {
        height: unset;
    }

    #back-btn-login {
        font-size: 14px;
    }

    /*#main-login-container {  
        padding-top: 10px;
    }*/
    
    #back-btn-login-container {
        justify-content: flex-end;
    }
}
