.box{
    width: 30em;
    background-color: white;
    position: relative;
    top: 10em;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 0 14px #d4d4d4;
    overflow: hidden;
}
.loginPage .title{
    width: 100%;
    height: 80px;
    background-size: auto 100%;
    background-image: url("/assets/img/backendLogo/fdx_login_logo.png");
    background-position: center;
    background-repeat: no-repeat;
}
.tabBox{
    width: 70%;
    margin: 0 auto;
}
.tabBox .ui.button{
    margin-bottom: 2em;
}
.ui.secondary.pointing.menu.full{
    border-bottom: none;
    display: flex;
    justify-content: space-around;
    font-size: 1.2em;
}
.ui.secondary.pointing.menu.full .item:hover{
    cursor: pointer;
}
.ui.tab{
    margin-bottom: 1.2em;
}
.title{
    text-align: center;
}
.ui.modal .content>div{
    font-size: 1.2em;
    padding: .5em 0 .5em 2em;
    color: #666;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ui.modal .content>div.link:hover{
    color: #444;
    cursor: pointer;
    background-color: #eee;
}
.ui.modal .content>div.disabled{
    color: #bbb;
}