body {
    margin-top: 10%;
}

#title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #16baaa;
}

.login-container {
    width: 320px;
    margin: 21px auto 0;
}

.login-other .layui-icon {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    top: 2px;
    font-size: 26px;
}

.text-pull-right {
    text-align: right;
}