﻿.loading-panel {
    background-color: black;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: fixed;
    z-index: 999991;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: -70px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8%;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 8%;
}


/*Forgot password*/
.vcode_img {
    padding-top: 10px;
    position: static;
    width: 113px;
    height: 100%;
}


label.error {
    font-weight: 700;
    font-size: 10px;
    color: #ff5656;
    background: #40434729;
    padding: 0 2px;
}


.go_btn.disable {
    pointer-events: none;
    background: linear-gradient(to bottom, #808080 0%, rgb(0 0 0) 100%);
    box-shadow: inset 1px 1px 13px 6px #808080 !important;
}

/*.mail_container {
    max-height: 450px;
    overflow-y: scroll;
}

.login-wrapper {
    text-align: left;
}*/

label.error {
    font-size: 14px;
}


/*@media (min-width:768px) and (max-width:1023px) and (orientation:landscape) {
    .lobby-tab {
        position: relative;
        padding-top: 7.5vw;
    }
}


    @media (min-width: 1024px ) and (max-width: 1099px) and (orientation: landscape) {

        body {
            background-size: 122%;
        }

        .lobby-tab {
            padding-top: 11vw;
        }

        .lobby {
            position: relative;
            margin: 0px auto;
            transform: translate(0, 15%);
        }
    }


    @media (min-width: 1100px ) and (max-width: 1200px) and (orientation: landscape) {

        body {
            background-size: 122%;
        }

        .lobby-tab {
            padding-top: 11vw;
        }

        .lobby {
            position: relative;
            margin: 0px auto;
            transform: translate(0, 15%);
        }
    }*/


/* ipad 9th footer style */
/*@media (min-width: 800px ) and (max-width:820px) and (max-height:1181px) {

    .btn-log {
        margin-top: 5vw;
    }

    .footer_modal_custom .modal-content {
        width: 72%;
        height: 54vw;
    }

    #form_login {
        margin-top: 3vw;
    }

    .login-form {
        height: 5vw;
    }

    .btn-modal-login {
        width: 80%;
        margin: auto
    }

    .btn-modal-reg {
        width: 40%;
    }

    .btn-modal-forgot {
        width: 40%;
    }

    .btn-modal-big {
        padding-top: 34px;
    }

    .btn-modal-group {
        justify-content: center;
    }

    .ranking_wrap_right {
        width: 83%;
    }

    .ranking_top {
        width: 47vw;
    }

    .ranking_bottom {
        width: 47vw;
    }

    .ranking_wrap {
        width: 51vw;
    }


        .ranking_wrap .ranking_b:nth-child(2), .ranking_wrap .ranking_b_t:nth-child(2) {
            width: 48%;
        }
}*/