﻿.inno-registration-container .btn.btn-primary {
    color: #094f8c;
    background-color: transparent;
    border: 2px solid #094f8c;
    box-shadow: none;
}
.inno-registration-container .btn.btn-primary:hover {
    color: #094f8c;
    background-color: transparent;
    border: 2px solid #094f8c;
    box-shadow: none;
}
.inno-registration-container a,
.inno-registration-container .btn-link {
    color: #094f8c;
}
.inno-registration-container .btn-primary.disabled,
.inno-registration-container .btn-primary:disabled {
    color: #26333e;
    background-color: transparent;
    border: 2px solid #26333e;
    cursor: no-drop;
    box-shadow: none;
}
.inno-registration-container .btn-primary.disabled:hover,
.inno-registration-container .btn-primary:disabled:hover {
    color: #26333e;
    background-color: transparent;
    border: 2px solid #26333e;
    cursor: no-drop;
    box-shadow: none;
}
.inno-registration-container .form-signin .btn-go {
    border: 2px solid #094f8c;
    color: #094f8c;
    background: transparent;
    text-shadow: none;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 16px;
    position: relative;
    margin-top: 20px;
}
.inno-registration-container .form-signin .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7 !important; /* for style warmlandgoods */
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.inno-registration-container .form-signin .progress-bar-striped,
.inno-registration-container .form-signin .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient( 45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient( 45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.inno-registration-container .form-signin .progress-bar.active,
.inno-registration-container .form-signin .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.inno-registration-container .form-signin .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}