.seatingpwd  {
    margin:60px 0;
    max-width:480px;
    border:1px solid rgba(0,0,0,0.1);
    border-radius:6px;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
    background:#ffffff linear-gradient(#ffffff,#f2f2f2);
    padding:28px 16px;
}
.seatingpwdtitle  {
    color:#333333;
    font-size:32px;
    margin-top:0;
    margin-bottom:12px;
}
.seatingpwddesc  {
    color:#333333;
    font-size:16px;
    margin-bottom:20px;
    line-height:1.4;
}
.seatingpwdinfo {
    color:#505050;
    font-size:14px;
    margin-top:20px;
    line-height:1.4;
}
.seatingpwdstatus  {
    display:none;
    font-size:16px;
    margin-bottom:8px;
    line-height:1.4;
    text-align:center;
    padding:10px 5px;
    background:rgba(255,255,255,0.8);
    border:1px solid rgba(0,0,0,0.1);
    border-radius:4px;
}
.seatingpwdgroup  {
    width:100%;
    display:flex;
    flex-direction:row;
    align-items:stretch;
    justify-content:center;;
}
.seatingpwdgroupinput  {
    margin-bottom:0;
    border-right:none;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    flex:1;
}
.seatingpwdgroupbutton  {
    border-left:none;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
@media (max-width: 767px)  {
    .seatingpwd  {padding:24px 8px;margin:24px 0;}
    .seatingpwdtitle  {font-size:26px;}
    .seatingpwddesc  {font-size:15px;}
    .seatingpwdstatus  {font-size:15px;}
    .seatingpwdgroupbuttonlabel  {display:none;}
}
