/* 
* Style designed by Juan Correia Salaroli
* Licensed for reuse with attribution.
* Profile: https://www.behance.net/juancorreia1
*/

@media only screen and (max-width:800px){
    .login-container {
        position: relative;
        background-color: #EFEFEF;
        border-radius: 31px;
        display: block;
        padding: 0.5rem;
        margin: 0.5rem;
        margin-top: 2rem;
        max-width: 90%;
        max-height: none;
    }

    .box {
        display: block;
    }

    .login-box {
        display: block;
        margin: 0;
        padding: 1.5rem;
    }

    .jform-control {
        background-color: #E0E0E0;
        border-radius:10px;
        margin:0;
        width: 100%;
    }

    .jform-control > input {
        background:none;
        border:none;
        width: 100%;
        height: 100%;
        color: #6B6767;
        border-radius: 10px;
        margin: 0;
    }

    .jform-control-2 {
        display: block;
        width: 100%;
        border-radius:10px;
        border: 1px solid #282828;
        background-color: white;
    }

    .imgbox {
        position: relative;
        display: none;
    }



    #challenge-window {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .jchallenge {
        background-color: #282828;
        border-radius: 20px;
        top: 0;
        color: white;
        display: block;
        outline: 0;
        font-family: "Inter";
        padding: 5vh;
        width: 100%;
    }

    .jchallenge > div {
        margin:1rem;
    }


    .jchall-box1 {
        position: relative;
        margin-right: 2rem;
        height: 100%;
    }

    .jchall-box2 {
        position: relative;
        display: flex;
        flex-direction: column; 
        justify-content: space-between;
        
    }

    .settings-container {
        display: block;
    }

    .settings-container > div {
        margin: 0;
    }


}