
.self-logout-form p {
    margin: 0;
}

.self-logout-button {
    display: inline-block;
    background-color: #f44336;
    color: #fff;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
}

.self-logout-button:hover {
    background-color: #d32f2f;
}
.log_off_title{
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	font-size: 20px;
}
    .self-logout-form label,
    .self-logout-form input[type="submit"] {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .self-logout-form label[for="confirm_logout"] {
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
    }

    .self-logout-form input[type="submit"] {
        background-color: #e74c3c;
        border: none;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        margin: 0 auto; /* 居中对齐 */
        border-radius: 5px;
        margin-bottom: 15px;
        padding: 2px 12px;
    }

    .self-logout-form input[type="submit"]:disabled {
        background-color: rgb(241, 148, 138);
        cursor: not-allowed;
        border-radius: 5px;
        margin-bottom: 15px;
        padding: 2px 12px;
    }

    .self-logout-form .log_off_title {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }
	
	.parent-element{
	text-align: center;
	margin-bottom: 15px;
	}
	.admin_button{
	border-radius: 5px;
  margin-bottom: 15px;
  padding: 2px 12px;
  text-align: center;	
	}