#block {
 font-size:125%;
 font-weight:bold;
}

.point-info a span {
 color:#0033ff;
}

.logsign {
 border:3px #9999cc solid;
 border-radius:5px;
 width:100%;
}

.logsign input, .logsign button {
 font-size:120%;
 margin:5px;
}

.logsign #title, #oder {
 font-size:135%;
 font-weight:bold;
 margin:5px;
 text-align:center;
}

.logsign td {
 text-align:center;
}

#sign-address {
 width:90%;
}

.data-input {
 width:75%;
}

#logout {
 text-align:center;
 width:100%;
}

#logout button {
 font-size:120%;
 margin-top:9px;
}

.line {
 background-color:#dddd33;
 height:1px;
}

.body {
 position:relative;
}

#otp-container {
 position:absolute;
 background-color:#333333;
 display:none;
 left:0px;
 height:100%;
 opacity:0.95;
 text-align:center;
 top:0px;
 width:100%;
}

#otp {
 text-align:center;
 width:100%;
}

#otp-title {
 color:#ffffff;
 font-size:90%;
 font-weight:bold;
 margin:3px 3px 3px 3px;
}

#otp-number input {
 font-size:135%;
 margin:3px;
 text-align:center;
 width:50%;
}

#otp-button {
 margin:auto;
}

#otp-button td {
 padding:2px;
 margin:0 3px;
}

#otp-button td button {
 background:none;
 border:none;
 font-size:105%;
 font-weight:bold;
}