/* login-wrap */
.login-wrap {
    box-sizing: border-box;
    background-color: white;
    display: block;
    margin: 5vh 10px 0 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    padding: 40px 30px 22px 30px;
    position: relative;
}

.login-wrap h1 {
    font-size: 28px;
    color: #353c49;
    margin: 0;
    margin-top: 28px;
}

.login-wrap p {
    font-size: 16px;
    color: #505866;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 24px;
    line-height: 30px;
}

em {
    position: absolute;
    top: 0px;
    right: 0px;
}
em .welcome-hand {
    width: 120px;
}

.login-form {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    width: 100%;
}

.login-form p {
    font-size: 14px;
    color: #505866;
    margin: 0;
    margin-bottom: 10px;
    line-height: 14px;
}

input {
    font-size: 16px;
    color: #505866;
    border: 1px solid #d2d6da;
    background-color: #fcfcfc;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    padding: 18px 12px;
    border-radius: 5px;
    box-sizing: border-box;
}

.require {
    display: none;
    color: #ff5d5d !important;
}

.require img {
    margin-right: 6px;
}

.submit-btn {
    font-size: 21px;
    font-weight: 600;
    background-color: #ff8331;
    text-align: center;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    color: white;
    border: 1px solid #d2d6da;
    margin-top: 10px;
}

/* 임직원 로그인 */
.seven-meerkat {
    display: none;
}

.seven-meerkat em{
    top:0px;
}

.meerkat-confirm {
    font-size: 21px;
    font-weight: 600;
    background-color: #ff8331;
    text-align: center;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    color: white;
    border: none;
    margin-top: 16px;
}

select::-ms-expand {
    display: none;
}

select:focus {
    outline: none;
}

select {
    width: 100%;
    height: 48px;
    background: url(https://i.postimg.cc/QCQqx91f/down-black-small.png)
        no-repeat 98% center;
    border: 1px solid #d2d6da;
    background-color: #f9fbfd;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 16px;
    color: #505866;
    background-color: #f9fbfd;
    padding: 12px;
    overflow-y: auto;
}

/* 임직원 로그인 확인 모달 */
.modal-dimmed {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 100vh;
    padding: 0 10px;
    z-index: 99999;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal {
    width: 100%;
    background-color: white;
    border-radius: 16px;
    z-index: 99999;
    position: relative;
    padding: 40px 20px 48px 20px;
    margin-top: 9vh;
    box-sizing: border-box;
    overflow: auto;
    text-align: center;
}

.modal-header {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 67px;
}

.modal-header h1 {
    font-size: 36px;
    margin: 0;
}

.modal-header em {
    position: absolute;
    top: 17px;
    right: 17px;
}

.modal-content h2 {
    font-size: 23px;
    color: #353c49;
    margin: 0;
    font-weight: 100;
    line-height: 40px;
    margin-bottom: 66px;
    text-align: center;
}
.modal-content h2 span{
    font-weight: 400;
}

.modal-content button {
    display: inline-block;
    width: 100%;
    height: 70px;
    background-color: #fcfcfc;
    border: 1px solid #d2d6da;
    border-radius: 8px;
    font-size: 24px;
    color: #505866;
    vertical-align: middle;
    padding: 4px;
    box-sizing: border-box;
    position: relative;
}

.modal-content button:not(:last-child) {
    margin-bottom: 16px;
}


/* 최초 로그인 */
.first-login {
    display: none;
}
.initialize-confirm {
    background-color: #ff8331;    
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;cursor: pointer;
}
#parkinglotName{
    margin: 8px 0 0 0;
}