input[type=checkbox] {
    display: inline-block !important;
}

.loc-blk-cvr form input[type="text"] {
    width: 100% !important;
}

.loc-blk-cvr form input.user-type-input,
.loc-blk-cvr form input.location-input,
.terms-check, .remember-check {
    width: auto !important;
    background-color: #F6F6F6;
    border: none;
    padding: 16px 12px;
    margin: 24px 0;
}

.money-input-block .drop-dl {
    border-left: none;
}

.money-input-block .drop-dl > select {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    height: 50px;
}

.help-block {
    font-size: 11px;
}

.loc-blk-cvr select, .loc-blk-cvr input {
    width: 100%;
    background-color: #F6F6F6;
    border: none;
    padding: 16px 12px;
    margin: 24px 0;
}

.loc-blk-cvr button {
    float: right;
    background-color: #93c144;
    color: #fff;
    border: none;
    padding: 12px 60px;
    font-size: 16px;
    border-radius: 30px;
}

.pam-btn {
    background-color: #92C044;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-size: 16px;
    margin-top: 12px;
    border-radius: 30px;
    border: none;
}

.amount-container {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #93c144;
    padding: 20px;
    border-radius: 10px;
}

.amount-container .amount {
    margin-top: 20px;
    color: #FFFFFF;
}

.amount-container .amount h2 {
    margin-top: 0px;
}
.wallet-btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none !important;
}

#alert_container button {
    float: right;
    background-color: transparent !important;
    color: #000;
    border: none;
    padding: 0px !important;
    font-size: 16px;
    border-radius: 0 !important;
}


.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #93c1447a;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #93c144;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width:0px;
    box-shadow: none;
    background: #93c1447a;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width:100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width:50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width:0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child  > .progress {
    left: 50%;
    width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child  > .progress {
    width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{
    pointer-events: none;
}

#submit_redeem {
    display: block;
    background-color: #93C144;
    color: #fff;
    border-radius: 30px;
    margin-top: 40px;
}

#location_error {
    color: red;
}

.logo-container {
    position: absolute;
    width: 220px;
    z-index: 1000;
}

.logo-container .logo img {
    padding: 40px;
    max-width: 100%;
}

.login-form-wrapper,
.signup-form-wrapper,
.forgot-form-wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    resize: vertical;
    overflow: auto;
}

button:disabled {
    opacity: 0.7;
}

.slide-btn2 {
    background-color: #93c144;
}

slide-btn2:hover {
    background-color: black;
}

#submit_redeem {
    float: none;
    text-align: center;
    margin: 40px auto;
}
