.step2,
.step3 {
        display: none;
}
.step1 {
        display: block;
}

html,
body {
    background: #FBF9FB;
        width: 100%;
        height: 100%;
}
body {
        font-family: 'Forma DJR Text', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.5;
        color: #201C1F;
}
a {
        color: inherit;
        text-decoration: underline;
        cursor: pointer;
}
a:active {
        position: relative;
        top: 1px;
}
#send-forgot-password-button,
#login-to-admin-button {
    margin-right: 30px;
}

#send-forgot-password-button {
  padding: 13px 26px;
}

header {
        background: #fff;
        padding: 31px 0;
}
#logo {
        display: block;
        text-align: center;
        text-decoration: none;
}
#logo span {
        color: #201C1F;
        font-family: 'Forma DJR Text', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        text-transform: capitalize;
        padding-top: 16px;
        display: inline-block;
}
#logo img {
        display: block;
        width: 128px;
}
.page-content {
        text-align: center;
        padding: 40px 0 20px;
}
.row:last-child {
    padding: 10px 0 15px;
    font-size: 12px;
}
hr {
        margin: 15px 0;
}

.progress {
        background: #ebebeb;
        height: 10px;
}
.progress-bar-success {
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
        background: #75c237;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
}

.form-control,
.chosen-container-single .chosen-single {
        background: white;
        border: 1px solid #333;
        box-shadow: none;
        border-radius: 0;
        font-size: 15px;
}
.input-group .form-control {
        border-right-color: transparent;
}
.input-group-addon {
        border-color: #333;
}
em.btn-message {
        color: #999;
}
/* Validation */
label {
        cursor: pointer;
        margin-bottom: 3px;
}
label.error {
        display: none;
        color: #d14836;
}
label.success {
        color: #64B623;
        cursor: default;
}
label.ie8-only {
        display: none;
}
label ul {
        list-style: none;
        margin: 0;
        padding: 0;
}
.has-error .form-control {
        border-color: #e70d31;
}
.btn-message {
        float: left;
        line-height: 2.6;
        display: block;
        margin-left: 10px;
}
.form-control:focus,
.has-error .form-control:focus {
        border-color: #75c237;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(117,194,55,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(117,194,55,.6);
}
.btn-default[disabled] {
        color: #ccc;
        text-shadow: none;
        border-color: #ccc;
        box-shadow: none;
}
.ladda-button {
        -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) padding-right !important;
        -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) padding-right !important;
        -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) padding-right !important;
        -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) padding-right !important;
        transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) padding-right !important;
}
.ladda-button .ladda-label {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
}
.ladda-button[data-style=expand-right][data-loading] {
        padding-right: 40px;
}
.ladda-button[data-style=expand-right] .ladda-spinner {
        right: 4px;
}
.form-control {
        height: auto;
}
.input-group-addon {
        border-radius: 0;
}
.chosen-single:active {
        position: static;
}
.chosen-container-single .chosen-single {
        height: 34px;
        line-height: 34px;
        padding-left: 12px;
}
.chosen-container-single .chosen-single div {
        top: 4px;
}
label.label-floatlabel {
        font-size: 12px;
        z-index: 3;
}


.jumbotron {
        background: none;
        position: relative;
}
.testimonial h2 {
        text-align: center;
}
.testimonial img {
        float: left;
        border-radius: 50%;
        margin-right: 15px;
}
.testimonial > div:before, .testimonial > div:after {
        -webkit-font-smoothing: antialiased;
        color: #75c237;
        font-size: 50px;
        position: absolute;
        font-weight: bold;
        font-style: italic;
}
.testimonial > div:before {
        content: "\201C";
        top: 34px;
        left: 56px;
}
.testimonial > div:after {
        content: "\201D";
        bottom: 10px;
        right: 66px;
}


footer {
        margin: 50px 0 10px;
        text-align: center;
        color: #999;
}

.mod-login, .mod-forgot {
    padding-top: 80px;
}

@media (max-width: 640px) {
    /*no margin for the Hootsuite plugin*/
    .mod-login, .mod-forgot {
        padding-top: 0px;
    }
}
.mod-login h1, .mod-forgot h1 {
    margin-bottom: 20px;
}
.mod-login .row, .mod-forgot .row {
    margin: 0;
}
.mod-login .row:last-child, .mod-forgot.row:last-child {
    padding-top: 10px;
}
.mod-login .error, .mod-forgot .error {
    color: #d14836;
    position: relative;
}

.mod-login .success, .mod-forgot .success {
    color: #006f00;
}

.mod-login .st-form-group, .mod-forgot .st-form-group {
  padding-bottom: 10px;
}

.mod-login .forget-password {
  line-height: 3.1;
}



label.login-label {
    font-weight: normal !important;
    left: 15px !important;
    color: #333 !important;
}

@media (max-width: 991px) {
        .container .jumbotron {
                padding-left: 30px;
                padding-right: 30px;
        }
        .testimonial > div:before {
                left: 26px;
        }
        .testimonial > div:after {
                right: 36px;
        }
}
@media (max-width: 768px) {
        .testimonial {
                display: none;
        }
