﻿body {
    padding-top: 0 !important
}

.login-card .input-store .form-control:focus {
    border-color: #e8e8e8;
    box-shadow: none
}

p.p-bold {
    font-family: 'Krungsri-Condensed-Bold';
    color: #222;
    margin-bottom: 4px
}

h4, .login-culture a div {
    font-family: 'Krungsri-Condensed-Bold' !important
}

.login-culture div span {
    margin-left: 8px;
    margin-right: 8px;
    font-family: 'Krungsri-Condensed-Bold';
    color: #222
}

.login-culture a div {
    color: #949494
}

    .login-culture a div.active {
        color: #222
    }

hr.gold-border {
    width: 100px;
    background-color: #ceaf72;
    margin-top: 40px;
    margin-bottom: 40px;
    border: none;
    height: 2px
}

    hr.gold-border.bottom-border {
        margin-top: 8px
    }

input.btn.btn-primary.ob-btn, button.btn.btn-primary.ob-btn {
    background-color: #ceaf72 !important;
    border-radius: 3px;
    min-width: 170px
}

    input.btn.btn-primary.ob-btn:hover, button.btn.btn-primary.ob-btn:hover {
        background-color: #bc9b5c !important
    }

    input.btn.btn-primary.ob-btn:focus, button.btn.btn-primary.ob-btn:focus {
        background-color: #bc9b5c !important;
        color: #554242;
        box-shadow: inset 1px 2px 1px rgba(0,0,0,.1)
    }

    input.btn.btn-primary.ob-btn:disabled, button.btn.btn-primary.ob-btn:disabled {
        border: none !important;
        background-color: #f0efee !important;
        color: #949494 !important
    }

.login-background {
    /*background: url(/Krungsri2020/media/Online-Booking-Asset/Main/Bitmap-Copy@1x.png) no-repeat;*/
    background-image: var(--bgDesktopUrl);
    background-size: cover;
    min-height: calc(100vh - 62px);
    padding-bottom: 37px;
    padding-left: 0;
    padding-right: 0
}

.login-description {
    padding-top: 41px
}

.login-culture a {
    display: inline-block
}

    .login-culture a .active {
        font-weight: bold
    }

.login-description h1 {
    margin-bottom: 16px
}

.login-description > h4 {
    font-size: 20px
}

.login-card {
    background-color: #fff;
    padding: 40px;
    box-shadow: 1px 2px 20px rgba(35,19,18,.05)
}

    .login-card > h2 {
        margin-bottom: 24px
    }

    .login-card > label {
        margin-bottom: 8px
    }

    .login-card .input-store {
        margin-bottom: 8px
    }

        .login-card .input-store:last-of-type {
            margin-bottom: 0
        }

        .login-card .input-store .error-label, div .error-label {
            display: none
        }

        .login-card .input-store.error input, div .error-label {
            border-color: #d00000
        }

        .login-card .input-store.error .error-label, div.error .error-label {
            display: block;
            color: #d00000;
            font-size: 14px
        }

    .login-card .recaptcha-store {
        margin-top: 24px;
        margin-bottom: 24px
    }

.login-footer {
    background-color: #fff;
    box-shadow: 1px 2px 20px rgba(35,19,18,.05);
    height: 62px;
    padding-top: 16px;
    padding-bottom: 16px
}

    .login-footer p {
        font-family: 'Krungsri-Condensed-Medium'
    }

.modal .modal-content {
    padding: 40px
}

    .modal .modal-content .modal-body {
        padding: 0
    }

        .modal .modal-content .modal-body p {
            font-size: 20px;
            margin: 0
        }

    .modal .modal-content .modal-footer {
        border: none;
        padding: 0;
        margin-top: 40px
    }

@media screen and (max-width: 767px) {
    body {
        padding-top: 8px !important
    }

    .container--content {
        padding-left: 15px;
        padding-right: 15px
    }

    .login-background {
        background-image: var(--bgMobileUrl);
        padding-bottom: 24px
    }

    .login-card {
        margin-top: 16px;
        padding: 24px 16px
    }

        .login-card .btn.ob-btn {
            width: 100%;
            max-width: 270px;
            display: block;
            text-align: center;
            margin: 0 auto
        }

    .login-footer p {
        font-size: 12px
    }
}


.container--content {
    max-width: 1170px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 80px;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.bay-logo img {
    width:70px;
    height:110px;
}

img {
    vertical-align: middle;
    border-style: none;
}

.d-none {
    display: none;
}

.d-inline {
    display: inline !important;
}


@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important;
    }

    .d-md-none {
        display: none !important;
    }
}
