.workflow-detail {
    border-left: solid 1px #dbdbdb;
}

.workflow-step {
    position: relative;
}

.workflow-step-icon {
    background-color: #659CDF;
    border-radius: 50%;
    position: absolute;
    width: 12px;
    height: 12px;
    left: -7px;
    top: 10px;
}

.workflow-step-icon-deploy {
    background-color: #659CDF;
    border-radius: 50%;
    position: absolute;
    width: 26px;
    height: 26px;
    left: -14px;
    top: 3px;
    text-align: center;
    line-height: 26px;
    color: #fff;
}

.text-left {
    text-align: left;
}

.login-btn,.register-btn {
    border: 1px solid #FFF;
    border-radius: 16px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    width: 75px;
    font-size: 14px;
    text-align: center;

}