.form-signin
{
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 26px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
/***register**/

.tr {
    margin-top: 25px;
}

.mtop-10 {
    margin-top: 10px;
}

.mtop-30 {
    margin-top: 30px;
}

.approver-num {
    font-size: 30px;
    position: absolute !important;
    color: #fff;
    margin-left: 49px;
    margin-top: 40px;
}
/****1****/
.approver-sprovider {
    width: 150px;
    height: 101px;
    background: #b4c5eb;
    position: relative;
    z-index: 10;
}
.approver-sprovider:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #b4c5eb;
}
.approver-sprovider:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 80px solid transparent;
    border-top: 25px solid #b4c5eb;
}

/****2***/
.approver-tenant {
    width: 150px;
    height: 100px;
    background: #a1b0d2;
    position: relative;
    z-index: 9;
}
.approver-tenant:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #a1b0d2;
}
.approver-tenant:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 80px solid transparent;
    border-top: 25px solid #a1b0d2;
}

.workflow-person {
    width: 250px;
    height: 100px;
    background: rgba(237,237,237,1);
    border: 1px solid #f2f2f2;
}

/***3***/

.approver-tenant3 {
    width: 150px;
    height: 100px;
    background: #8e9cba;
    position: relative;
    z-index: 8;
}
.approver-tenant3:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #8e9cba;
}
.approver-tenant3:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 80px solid transparent;
    border-top: 25px solid #8e9cba;
}


/***4***/

.approver-tenant4 {
    width: 150px;
    height: 100px;
    background: #77839c;
    position: relative;
    z-index: 7;
}
.approver-tenant4:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #77839c;
}
.approver-tenant4:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 80px solid transparent;
    border-top: 25px solid #77839c;
}

/***5***/

.approver-tenant5 {
    width: 150px;
    height: 100px;
    background: #4e5666;
    position: relative;
    z-index: 6;
}
.approver-tenant5:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #4e5666;
}
.approver-tenant5:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 80px solid transparent;
    border-top: 25px solid #4e5666;
}