#gameArea{
    > div{
        pointer-events:none!important;
    }
}

#creditosDiv{
    color: $corPreto;
    width: 840px;
    height: 500px;
    font-size: 14px;
    overflow: auto;
    
    a{
        color: $corPreto;
        text-decoration: underline;
    }
    a:hover{
        text-decoration: none;
    }
}



#formSignIn,
#formSave,
#formLogin{
    padding: 0px;
    width: 370px;
    font-weight: 700;
    
    label{
        color: $corPreto;
        font-size: 17px;
        font-family: $fonte;
    }
    
    input{
        display: block;
        width: 100%;
        background-color: transparent;
        border: 0px;
        font-family: $fonte;
        font-weight: 700;
        border-bottom: 1px solid $corPreto;
        font-size: 18px;
        color: $corPreto;
        height: 28px;
    }
    input:not(:last-child){
        margin-bottom: 20px;
    }
    
    .status{
        text-align: center;
        color: $corPreto;
    }
    
}

#formSave,
#loadDiv{
    width: 280px;
    
    select{
        width: 100%;
        appearance: none;
        /* safari */
        -webkit-appearance: none;
        /* other styles for aesthetics */
        width: 100%;
        padding: 5px;
        background-color: #E0FD9F;
        border: 2px solid #75A803;
        border-radius: 10px;
        color: #000;
        cursor: pointer;
        margin-bottom: 15px;
    }
}