﻿

.ILMBHelp_Container {
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #999999;
    padding-left: 20px;
    padding-top:  20px !important;
    padding-right: 20px;
    padding-bottom: 20px !important;
    background-color: #FFFFFF;
    /*max-width: 420px;*/
    max-width: 370px;
}


.ILMBHelp_ConLogin {
    background-color: transparent !important;
    border: solid 0px #999999 !important;
    padding: 0px !important;
    height: auto !important;
    height: auto
}

.ILMBHelp_Text {
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center; /* vertical center */

    border: solid 1px #999999;
    padding: 10px;
    background-color: #FFFFFF;
    width: 100%;
    /* min-height: 90px;     margin-left:0px;max-width:397px;width:100%*/
    height: auto;

    padding-top:15px !important;
    padding-bottom:15px !important;
}


.helpSize_PlayerLogin {
    width: 440px !important;
    max-width: 440px !important;
    margin-top: 10px !important;
}

.helpSize_PlayerPassPrompt {
    width: 400px !important;
    max-width: 440px !important;
    margin-top: 10px !important;
}

.helpSize_PlayerSecCode {
    width: 440px !important;
    max-width: 440px !important;
    margin-top: 10px !important;
}

.helpSize_PlayerRegisterPrompt {
    width: 400px !important;
    max-width: 440px !important;
    margin-top: 10px !important;
}


@media (max-width: 768px) {

    .helpSize_PlayerLogin {
        width: 380px !important;
        max-width: 380px !important;
        margin-top: 10px !important;
    }


    .helpSize_PlayerPassPrompt {
        width: 380px !important;
        max-width: 380px !important;
        margin-top: 10px !important;
    }

    .helpSize_PlayerSecCode {
        width: 380px !important;
        max-width: 380px !important;
        margin-top: 10px !important;
    }

    .helpSize_PlayerRegisterPrompt {
        width: 380px !important;
        max-width: 380px !important;
        margin-top: 10px !important;
    }

}







