﻿input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 1px 1px 1000px #F6F6F6 inset;
}

.reserve-popup {
    display: none;
}

.black-layer {
    display: none;
}

.help-popup-ttl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-a {
    cursor: pointer;
    width: 140px;
}

/* LOGIN
=====================================================================*/

.contents-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 687px;
    height: 100vh;
    background: url(../../images/login/bg.jpg) no-repeat center !important;
    background-size: cover;
}

.input-area-login{
    border-radius:5px;
}

.btn-login{
    border-radius:100px;
}

.logo-wrap {
    margin-bottom: 40px;
}

.login-ttl {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 20px auto 25px;
}

.table-login td {
    border: none;
}

.login-form-wrap {
    padding: 2.5em;
    margin-bottom: 30px;
    background: #FFF;
    border-radius: 1.25em;
}

    .login-form-wrap input[type="text"],
    .login-form-wrap input[type="password"],
    .login-form-wrap textarea {
        background: #F3F5F6;
        border: none;
    }

    .login-form-wrap form {
        width: 360px;
        margin: auto;
    }

    .login-form-wrap p {
        font-size: 11px;
        margin: 0.75em 0 0.75em 0.15em;
        text-align: left;
        color: #798798;
        font-weight: 700;
    }

    .login-form-wrap .input-area {
        margin-bottom: 15px;
    }

    .login-form-wrap .btn-wrap {
        margin: 25px auto 20px;
    }

        .login-form-wrap .btn-wrap .btn {
            font-size: 14px;
            font-weight: 700;
        }

.login-txt {
    position: relative;
}

    .login-txt .help-link.p-relative {
        display: inline-block;
        margin-left: 7px;
        top: -2px;
    }


.input-area {
    width: 22em;
}

.remember-checkbox {
    font-size: 10px !important;
    margin-top: 20px !important;
    text-align: center !important;
    font-weight: 500 !important;
}

    .remember-checkbox input {
        vertical-align: middle;
    }

.center {
    text-align: center;
}

.btn-wrap div {
    padding: 0.75em 2.25em;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    border: none;
    border-radius: 3em;
    font-size: 11px;
}

.link {
    text-decoration: none;
    color: #0C5AB6;
    font-size: 10px;
}

.logo-wrap img {
    width: 23em;
    height: 7em;
}

.qr-image img {
    width: 9em !important;
    height: 9em !important;
}

#LoginIdError, #LoginError {
    display: none;
    color: red;
    margin-top: -5px;
    margin-left: -5px;
    margin-bottom: 10px;
    width: 100%;
    letter-spacing: 0.08em;
    font-size: 11px;
    border: none;
}

.flex_textarea {
    resize: none;
    background: #FFFFFF !important;
    max-height: 35px;
    overflow: hidden;
    padding: 1px 2px !important;
}

.btn-red {
    background-color: #9e2b25;
}

.btn-blue {
    background-color: #0C5AB6;
}

.footer {
    padding: 20px 30px 20px;
}

    .footer span, .footer a {
        margin: 0 10px;
        text-decoration: none;
    }

        .footer a:hover {
            color: #0C5AB6;
        }

.btn-disabled {
    background-color: #D7DDE5;
    pointer-events: none;
}
