
body {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS Mincho E", serif; 
    color: #5e4c41; 
    margin: 0;
}


.fs-l-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
}


.fs-l-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 100%;
    padding: 60px 20px; 
    box-sizing: border-box;
    background-size: cover;
}


.fs-c-fsLogin {
    background-color: #ffffff;
    border: 1px solid #d4c6b5; 
    padding: 50px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto 40px;
    box-shadow: 0 4px 15px rgba(94, 76, 65, 0.1); 
    position: relative;
    box-sizing: border-box;
}


.fs-c-fsLogin::before {
    content: "";
    position: absolute;
    top: 5px; right: 5px; bottom: 5px; left: 5px;
    border: 1px solid #d4c6b5;
    pointer-events: none;
}

.fs-c-registeredUsers__title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 40px;
    color: #5e4c41;
    letter-spacing: 0.1em;
    border-bottom: none; 
}


.fs-c-registeredUsers__title::after {
    content: "LOGIN";
    display: block;
    font-size: 0.8rem;
    color: #a89a8d;
    margin-top: 10px;
    font-family: "Times New Roman", serif;
    letter-spacing: 0.2em;
}


.fs-c-inputTable th,
.fs-c-inputTable td {
    border: none; 
    padding: 15px 0;
    display: block; 
    width: 100%;
    text-align: left;
}

.fs-c-inputTable__label {
    font-weight: normal;
    font-size: 16px;
}


.fs-c-requiredMark {
    color: #bf4d4d; 
    font-size: 16px;
    vertical-align: super;
}


input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 10px 5px;
    border: none;
    border-bottom: 1px solid #a89a8d; 
    background-color: transparent;
    font-family: inherit;
    font-size: 16px;
    color: #5e4c41;
    transition: border-color 0.3s;
    box-sizing: border-box;
    outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus {
    border-bottom: 1px solid #5e4c41; 
}

.fs-c-buttonContainer {
    text-align: center;
    margin-top: 30px;
}


.fs-c-button--login {
    background-color: #5e4c41; 
    color: #fff;
    border: 1px solid #5e4c41;
    padding: 15px 60px;
    font-family: inherit;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 2px; 
}

.fs-c-button--login:hover {
    background-color: #fff;
    color: #5e4c41;
}


.fs-c-textLink {
    color: #8c7b70;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
}

.fs-c-textLink:hover {
    border-bottom: 1px solid #8c7b70;
}


.fs-c-guestPurchase {
    margin-top: 20px;
    text-align: center;
}

.fs-c-button--guestPurchase {
    background-color: transparent;
    color: #5e4c41;
    border: 1px solid #a89a8d;
    padding: 12px 40px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s;
}

.fs-c-button--guestPurchase:hover {
    background-color: #fcfaf5;
    border-color: #5e4c41;
}


.fs-c-panelContainer {
    width: 100%;
    max-width: 600px;
}
.fs-c-inputTable,
.fs-c-inputTable tbody,
.fs-c-inputTable tr,
.fs-c-inputTable th,
.fs-c-inputTable td {
    display: block !important;  
    width: 100% !important;     
    border: none !important;    
    padding: 0 !important;      
}


.fs-c-inputTable th {
    text-align: center !important;
    padding-top: 20px !important; 
    padding-bottom: 10px !important; 
}


.fs-c-inputTable label {
    font-weight: normal;
    display: inline-block;
}


.fs-c-inputTable td {
    text-align: center !important; 
    padding-bottom: 10px !important;
}

.fs-c-inputField {
    margin: 0 auto !important; 
    max-width: 350px !important; 
    width: 80% !important; 
}


.fs-c-inputGroup > button {
    border: none;
background: none;
    background-color: transparent;
}


.fs-c-newUsers {
    background-color: #ffffff;
    border: 1px solid #d4c6b5;
    padding: 50px;
    max-width: 600px;
    width: 100%;
    
    margin: 100px auto 40px;
    box-shadow: 0 4px 15px rgba(94, 76, 65, 0.1);
    position: relative;
    box-sizing: border-box;
}


.fs-c-newUsers::before {
    content: "";
    position: absolute;
    top: 5px; right: 5px; bottom: 5px; left: 5px;
    border: 1px solid #d4c6b5;
    pointer-events: none;
}


.fs-c-newUsers__title {
    position: absolute;
    top: -90px; 
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: normal;
    margin: 0; 
    color: #5e4c41;
    letter-spacing: 0.1em;
    border-bottom: none;
}


.fs-c-newUsers__title::after {
    content: "REGISTER";
    display: block;
    font-size: 0.8rem;
    color: #a89a8d;
    margin-top: 10px;
    font-family: "Times New Roman", serif;
    letter-spacing: 0.2em;
}


.fs-c-newUsers__message {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #5e4c41;
}


.fs-c-button--memberRegister {
    background-color: #5e4c41;
    color: #fff;
    border: 1px solid #5e4c41;
    padding: 15px 60px;
    font-family: inherit;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
}

.fs-c-button--memberRegister:hover {
    background-color: #fff;
    color: #5e4c41;
}


