.text-orange {
    color: #f7941d !important;
}

.pos-registration-form {
    background: #eee;
    padding: 3rem;
    margin-top: 1rem;
}

.pos-registration-form #regForm {
    background-color: #ffffff;
    margin: 0px auto;
    padding: 40px;
    border-radius: 10px
}

.pos-registration-form #register {
    color:#f7941d;
    font-size: 2.5em;
}

.pos-registration-form #regForm h6, p {
    margin-bottom: 1rem;
}

.pos-registration-form h1 {
    text-align: center
}

.pos-registration-form input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    -webkit-appearance: none
}

.pos-registration-form .pos-bond-check input{
    width: auto !important;
    padding: 0 !important;
    border: none !important;
    -webkit-appearance: checkbox !important;
}

.pos-registration-form .tab input:focus {
    border: 1px solid #88ce19 !important;
    outline: none;
}

.pos-registration-form input.invalid {
    border: 1px solid #e03a0666;
}

.pos-registration-form .tab {
    display: none
}

.pos-registration-form button {
    background-color: #88ce19;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    padding: 15px 25px;
    font-size: 30px;
    font-family: Raleway;
    cursor: pointer
}

.pos-registration-form button:hover {
    opacity: 0.8
}

button:focus {
    outline: none !important
}

.pos-registration-form #prevBtn {
    background-color: #bbbbbb
}

.pos-registration-form .all-steps {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    display: inline-flex;
    justify-content: center
}

.pos-registration-form .step {
    height: 50px;
    width: 50px;
    margin: 0 2px;
    background-color: #88ce19;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.5
}

.pos-registration-form .step.active {
    opacity: 1
}

.pos-registration-form .step.finish {
    color: #fff;
    background: #88ce19;
    opacity: 1
}

.pos-registration-form .all-steps {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.pos-registration-form .thanks-message {
    display: none
}