body {
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, pingfang SC, Hiragina Sans GB, Helvetica Neue, Helvetica, microsoft yahei ui, microsoft yahei, simsun, arial, sans-serif;
}

badge {
    background-color: red;
    color: #f0f0f0;
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-shadow: none
}

.mycenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ccc;

}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    background-color: #f5f5f5;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;

}

code {
    font-size: 80%;
}

.div-form-common {
    max-width: 520px;
    height:768px;
    margin: 0 auto;
    border: 1px solid #bbb;
    background-color: white;
}
