.account h2 {
    color: #009bdb;
    font-size: 36px;
    margin: 0 0 15px;
}
.account {margin-bottom: 30px;}
/*.account .flow-set {margin: 30px 0 10px;}*/
.account .btn {
    background-color: #707070;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
    text-transform: uppercase;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.account .btn:hover {background-color: #969696;}
.account .btn.btn-default {background-color: #ccc;}
.account .btnwrap {margin: 30px 0;}
.account a.forgot {
    font-size: 12px;
    columns: #009bdb;
    margin: 0 0 0 20px;
}
.account .checkbox label {
    font-size: 12px;
    color: #333;
    line-height: 21px;
}
.account .or {
    font-size: 18px;
    margin: 14px 0;
}
.account .flow-set ul li {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    margin-right: 15px;
}
.account .flow-set ul li.active {color: #707070;}
.account .flow-set ul li span {
    background-color: #ccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 4px 12px;
    vertical-align: middle;
}
.account .flow-set ul li.active span {background-color: #009bdb;}

.account .form-control {
    border-radius: 2px;
    /*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;*/
    background: -webkit-linear-gradient(#f7f7f7, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f7f7f7, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f7f7f7, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f7f7f7, #fff); /* Standard syntax */;
}

.account-text-highlight-blue{
    color: #009bdb;
}