.login-register {

    background-color: #FFFFFF;
    background-size: cover;
    background-repeat: no-repeat;

}

.light-logo {
    max-height: 50px !important;
}

.default-steps .column-step {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background: #edf1f5;
}

.default-steps .column-step.active {
    background: #01c0c8;
}

.default-steps .column-step.active .step-number,
.default-steps .step-number {
    font-size: 24px;
    background: #01c0c8;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: auto auto 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.default-steps .column-step.active .step-number {
    background: #fff;
    color: #686868;
}

.default-steps .step-title {
    font-size: 24px;
    font-weight: 100;
}

.default-steps .column-step.active .step-info,
.default-steps .column-step.active .step-title {
    color: #fff;
}

.thin-steps .column-step {
    padding: 20px;
    background: #edf1f5;
}

.thin-steps .column-step.active {
    background: #ed4040;
}

.thin-steps .column-step.active .step-number,
.thin-steps .step-number {
    font-size: 20px;
    background: #ed4040;
    color: #fff;
    border-radius: 50%;
    float: left;
    display: inline-block;
    margin: auto;
    padding-top: 2px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.thin-steps .column-step.active .step-number {
    background: #fff;
    color: #686868;
}

.thin-steps .step-title {
    font-size: 24px;
    font-weight: 100;
    padding-left: 60px;
    margin-top: -2px;
}

.thin-steps .column-step.active .step-info,
.thin-steps .column-step.active .step-title {
    color: #fff;
}

.thin-steps .step-info {
    padding-left: 60px;
    margin-top: -5px;
}

.steps-no-bg .column-step {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.steps-no-bg .column-step.active .step-number,
.steps-no-bg .step-number {
    font-size: 24px;
    background: #fff;
    color: #686868;
    border: 1px solid #686868;
    border-radius: 50%;
    display: inline-block;
    margin: auto auto 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.steps-no-bg .column-step.active .step-number {
    background: #fff;
    color: #01c0c8;
    border: 1px solid #01c0c8;
}

.steps-no-bg .step-title {
    font-size: 24px;
    font-weight: 100;
}

.steps-no-bg .column-step.active .step-info,
.steps-no-bg .column-step.active .step-title {
    color: #01c0c8;
}

.thin-steps-no-bg .column-step {
    padding: 20px;
}

.thin-steps-no-bg .column-step.active .step-number,
.thin-steps-no-bg .step-number {
    font-size: 20px;
    background: #fff;
    color: #686868;
    border: 1px solid #686868;
    border-radius: 50%;
    float: left;
    display: inline-block;
    margin: auto;
    padding-top: 1px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.thin-steps-no-bg .column-step.active .step-number {
    background: #fff;
    color: #ed4040;
    border: 1px solid #ed4040;
}

.thin-steps-no-bg .step-title {
    font-size: 24px;
    font-weight: 100;
    padding-left: 60px;
    margin-top: -2px;
}

.thin-steps-no-bg .column-step.active .step-info,
.thin-steps-no-bg .column-step.active .step-title {
    color: #ed4040;
}

.thin-steps-no-bg .step-info {
    padding-left: 60px;
    margin-top: -5px;
}

.numbered-bg .column-step {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    height: 160px;
    background: #edf1f5;
}

.numbered-bg .column-step.active {
    background: #01c0c8;
}

.numbered-bg .column-step.active .step-number,
.numbered-bg .step-number {
    font-size: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 120px;
    color: #e4e7ea;
    z-index: 1;
}

.numbered-bg .column-step.active .step-number {
    color: #0298da;
}

.numbered-bg .step-title {
    font-size: 24px;
    font-weight: 100;
    padding-top: 18px;
}

.numbered-bg .step-info,
.numbered-bg .step-title {
    z-index: 3;
    position: relative;
}

.numbered-bg .column-step.active .step-info,
.numbered-bg .column-step.active .step-title {
    color: #fff;
}

.thin-steps-numbered-bg .column-step {
    padding: 20px;
    text-align: center;
    background: #edf1f5;
}

.thin-steps-numbered-bg .column-step.active {
    background: #01c0c8;
}

.thin-steps-numbered-bg .column-step.active .step-number,
.thin-steps-numbered-bg .step-number {
    font-size: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 75px;
    color: #e4e7ea;
    z-index: 1;
}

.thin-steps-numbered-bg .column-step.active .step-number {
    color: #0298da;
}

.thin-steps-numbered-bg .step-title {
    font-size: 24px;
    font-weight: 100;
}

.thin-steps-numbered-bg .step-info,
.thin-steps-numbered-bg .step-title {
    z-index: 3;
    position: relative;
}

.thin-steps-numbered-bg .column-step.active .step-info,
.thin-steps-numbered-bg .column-step.active .step-title {
    color: #fff;
}

.line-steps .column-step {
    padding: 30px 0;
    text-align: center;
}

.line-steps .step-number {
    font-size: 20px;
    background: #fff;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto auto 14px;
    border: 3px solid #e4e7ea;
    position: relative;
    height: 40px;
    width: 40px;
    z-index: 3;
    line-height: 37px;
}

.line-steps .step-title {
    font-size: 20px;
    font-weight: 100;
    position: relative;
}

.line-steps .step-title:after,
.line-steps .step-title:before {
    content: "";
    height: 3px;
    width: 50%;
    position: absolute;
    background-color: #e4e7ea;
    top: -32px;
    z-index: 1;
    transform: translateY(-100%);
}

.line-steps .step-title:after {
    left: 50%;
}

.line-steps .step-title:before {
    right: 50%;
}

.line-steps .finish .step-title:after,
.line-steps .start .step-title:before {
    content: none;
}

.line-steps .start .step-title:after {
    background-color: #01c0c8;
}

.line-steps .start .step-number {
    color: #01c0c8;
    border-color: #01c0c8;
}

.line-steps .start .step-info,
.line-steps .start .step-title {
    color: #686868;
}

.line-steps .active .step-title:after,
.line-steps .active .step-title:before {
    background-color: #01c0c8 !important;
}

.line-steps .active .step-number {
    color: #01c0c8 !important;
    border-color: #01c0c8;
    webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.line-steps .active .step-info,
.line-steps .active .step-title {
    color: #686868;
}

.line-steps .upcoming .step-title:after,
.line-steps .upcoming .step-title:before {
    background-color: #01c0c8;
}

.line-steps .upcoming .step-number {
    color: #01c0c8 !important;
    border-color: #01c0c8;
}

.line-steps .upcoming .step-info,
.line-steps .upcoming .step-title {
    color: #686868;
}

.line-steps .finish .step-number {
    color: #e4e7ea;
}

.line-steps .finish .step-info,
.line-steps .finish .step-title {
    color: #686868;
}

@media (max-width: 991px) {
    .line-steps .step-title:after,
    .line-steps .step-title:before {
        content: none;
    }

    .numbered-bg .step-info,
    .numbered-bg .step-title {
        padding-right: 0;
    }
}

element.style {
}

.has-error .form-control {
    border-color: #ed4040;
}

.form-material .has-error .form-control, .form-material .has-error .form-control.focus, .form-material .has-error .form-control:focus {
    background-image: linear-gradient(#ed4040, #ed4040), linear-gradient(#ed4040, #ed4040);
}

.has-error .form-control {
    border-color: #ed4040;
}

.has-error .help-block {
    color: #ed4040;
}

.icolors,
.icheck-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.icolors > li {
    padding: 0;
    margin: 2px;
    float: left;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #343a40;
    text-align: center;
}

.icolors > li.active:after {
    content: "\2713 ";
    color: #fff;
    line-height: 30px;
}

.icolors > li:first-child {
    margin-left: 0;
}

.icolors > li.orange {
    background: #fb9678;
}

.icolors > li.yellow {
    background: #fec107;
}

.icolors > li.info {
    background: #5475ed;
}

.icolors > li.green {
    background: #00c292;
}

.icolors > li.red {
    background: #ed4040;
}

.icolors > li.purple {
    background: #7015bd;
}

.icolors > li.blue {
    background: #01c0c8;
}

.icheck-list {
    float: left;
    padding-right: 50px;
    padding-top: 10px;
}

.icheck-list li {
    padding-bottom: 5px;
}

.icheck-list li label {
    padding-left: 10px;
}