﻿.myModal-TH {
    position: relative;
    z-index: 1005;
    padding: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    height: 100%;
}

.parent .custom-error {
    padding: 0 !important;
    margin-top: -16px;
    margin-bottom: 10px;
}

.Banner-TH {
    bottom: 0;
    right: 0;
    left: 5%;
    top: 25%;
    height: 250px;
    position: absolute;
    z-index: 1;
    width: 50%;
}

.Banner-Mobile-TH {
    top: 10%;
    height: 200px;
}

.Bg-TH {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

.Bg-Mobile-TH {
    max-width: 374px;
}

.titleTHB {
    width: 100%;
}

.Banner-TH .noPadding {
    padding: 0px;
}

.Banner-TH .submitBtn {
    height: 35px;
    background-color: #00A826;
    color: #FFFFFF;
    border: 1px solid #00A826;
    min-width: 90px;
    border-radius: 5px;
    text-align: center !important;
    width: 100%;
    display: block;
    line-height: 30px;
}

.Banner-TH .submitBtn:hover {
    background-color: #FFFFFF;
    color: #00A826;
    border: 1px solid #FFFFFF;
}

.locker {
    padding: 10px;
    position: absolute;
}

#txtPassword {
    padding-left: 30px;
    border: 2px solid #202020;
    border-radius: 5px;
    background-color: #343434;
    color: #757575;
    transition: none;
    box-shadow: none;
}

.parent {
    top: 0;
    left: 0;
    height: 100%;
}

.password {
    margin: 0px !important;
}

.error {
    font-size: 15px;
    position: relative;
}

#txtCountryCode, #txtContactNum, #ddlDateQR, #ddlMonthQR, #ddlYearQR, #ddlGender {
    transition: none;
    box-shadow: none;
    border-radius: 5px;
    border: 2px solid #202020;
    color: #757575;
    background-color: #343434;
    background-size: 9px 6px;
    background-position: right .5rem center;
    background-repeat: no-repeat;
}

.date {
    padding: 0px;
    padding-right: 5px;
}

#modal-BotLoginDetail.reveal-Mobile {
    max-height: 575px !important;
    max-width: 374px !important;
    overflow: auto;
}

#modal-BotLoginDetail.reveal-Mobile .skynet-wrapper {
    height: 575px !important;
}

@media only screen and (min-width: 601px) {
    #modal-BotLoginDetail.reveal:not(.reveal-Mobile) .myModal-TH {
        overflow: auto;
    }
    #modal-BotLoginDetail.reveal {
        max-height: 440px !important;
    }
}

@media only screen and (max-width: 850px) {
    .Banner-Mobile-TH {
        width: 87%;
        left: 7%;
        top: 220px;
        bottom: 90px;
    }
}

@media only screen and (max-width: 800px) {
    .error {
        font-size: 11px;
        left: 4px;
    }
}

@media only screen and (max-width:600px) {
    .Banner-Mobile-TH {
        bottom: 100px;
    }

    #modal-BotLoginDetail.reveal:not(.reveal-Mobile) {
        max-width: 90%;
    }

    #modal-BotLoginDetail.reveal:not(.reveal-Mobile) .skynet-wrapper {
        height: 575px !important;
    }

    #modal-BotLoginDetail.reveal {
        max-height: 575px !important;
    }
}
