@charset "UTF-8";

body {
    background-color: #d2d6de;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%
}

.boxInnerLabel {
    height: 50px;
    background-color: #ffffff;
    font-size: 15px;
}


.btnLogin {
    width: 200px;
    height: 35px;
    border: 0px;
    background-color: #2b5b8d;
    color: #ffffff;
    text-align: center;
    line-height: normal;
}
.content {
    overflow: hidden;
}
.content-item{
    float:left;
    margin-left:6px;
    line-height:10px;
    height:70px;
    
}

    .content-item p {
        margin-top: 10px;
        margin-bottom: 3px;
    }


.AirForceKlogo {
    max-width: 80%;
    height: auto
}

.Login-area {
    margin: 7% auto; /* 中央 */
}
.Login-title {
    font-size: 35px;
    font-weight: 300; /* 100～900;*/
    margin-bottom: 25px;
    text-align: center;
}

.Login-box {
    width: 360px;
    margin: auto; /* 中央 */
    background-color: pink;
}

.totp-area {
    border: 1px solid #d7dee8;
    border-radius: 8px;
    background: #f8fafc;
    margin: 12px 0;
    padding: 12px;
}

.totp-setup-panel {
    margin-bottom: 12px;
}

.totp-title {
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.totp-description {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.totp-qr {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.totp-qr img,
.totp-qr canvas {
    border: 8px solid #fff;
    border-radius: 6px;
}

.totp-manual-key {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    padding: 8px;
}

.totp-manual-key span {
    display: block;
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 3px;
}

.totp-manual-key strong {
    display: block;
    color: #111827;
    font-family: Consolas, monospace;
    font-size: 13px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

