body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
}
.wrapper {
    flex: 1;
    margin: 0 auto;
}

.rentalForm .reservationForm ul li input[type=text]{
    height: 19px;
}
.line{
    display: none;
}
 .wrapper{
    margin-bottom: 60px;
}

.wrapper .lookupInfo{
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 0.6em;
    margin-top: 20px;
}
.lookupBody{
    width: 40%;
    background: #F2F2F2;
    padding: 35px 25px;
    font-size: 0.9em;
    display: flex;
}
.lookupBody img{
    width: 390px;
    margin: auto;
}
.lookupInfo .lookupForm {
    width: 60%;
    padding: 40px 90px;
    margin: auto;
}
.lookupInfo .lookupForm .BLK_OTP{
    display: none;
    margin-top: 20px;
}
.lookupInfo .lookupForm section li > div {
    position: relative;
}
.lookupInfo .lookupForm li > div > div {
    position: absolute;
}
.lookupInfo .lookupForm li label{
    font-weight: bold;
}
.lookupInfo .lookupForm li input[type=text],.lookupInfo .lookupForm li input[type=password] {
    text-indent: 20px;
}
.lookupInfo .lookupForm li .gicons{
    line-height: 30px;
}
.lookupInfo .lookupForm #fss_newLookUpForm{    margin-top: 10px;}
.wrapper .cancelMemership{
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 0.6em;
    line-height: 22px;
    margin-top: 20px;
    padding: 30px;
}

.lookupInfo .lookupForm  #fer_newLookUpForm{
    margin-top: 10px;
}

@media only screen and (min-width: 801px) and (max-width: 1024px){
    .lookupInfo .lookupForm {
        width: 60%;  
        padding: 25px 40px
    }

}
@media only screen and (min-width: 0px) and (max-width: 800px){
    .wrapper .lookupInfo {
        box-shadow: none;
        border-radius: 0;
        flex-direction: column-reverse;
        gap: 25px;
    }
    .lookupBody{
        display:none;
        width: auto;
        border-radius: 0.6em;
        padding: 35px 16px;
    }
    .lookupInfo .lookupForm{
        width: auto;
        padding: 25px 25px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        border-radius: 0.6em;
    }
}
@media only screen and (min-width: 0px) and (max-width: 500px){

    .lookupInfo .lookupForm{
        box-shadow: none; 
        border: 1px solid #0000001A;
    }
    .wrapper .cancelMemership{
        box-shadow: none; 
        border: 1px solid #0000001A;
    }

} 




