.form-control {
    height: 45px !important;
    border: 1px solid #eeeeee !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px !important;
    border-radius: 15px;
}

#formCadastro {
    padding: 30px;
}

.f-cadastro {
    background: rgb(255, 240, 134);
    background: linear-gradient(90deg, rgba(255, 240, 134, 1) 2%, rgba(255, 191, 77, 1) 35%, rgba(255, 159, 52, 1) 100%);
    margin: 25px 0 15px;
    border-radius: 15px;
}
.f-cadastro .rg{
    margin: 0 15px;
}
.f-cadastro .rg button.btn-info{
    margin: 15px 0;
}
.btn-info,
.btn-cadastro,
.footer-cadastro-compra .btn-info {
    background-color: #f37124 !important;
    color: #ffffff !important;
    border: 0;
    margin: 15px 0 15px;
    border-radius: 15px !important;
    font-weight: 700;
    width: 50%;
    min-width: 130px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .5) !important;
}
.btn-info.btn-numeros{
    background-color: #ffffff !important;
    color: #f37124 !important;
    border: 0;
    margin: 15px 0 15px;
    border-radius: 15px !important;
    font-weight: 800;
    width: 50%;
    min-width: 130px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .5) !important;
}
.btn-info.disabled,
.footer-cadastro-compra .btn-info.disabled,
.btn-cadastro.disabled{
    color: #ffffff !important;
    opacity: 1;
    font-weight: 700;
    background-color: #cccccc !important;
    border: 0 !important;
    border-radius: 15px;
    box-shadow: none !important;
    margin-top: 15px;
    width: 50%;
    min-width: 130px;
}
.btn-cadastro{
    margin-top: 20px;
}
.btn-info:active,
.btn-info.disabled:active .btn-info:focus,
.btn-info.disabled:focus {
    border: none !important;
}

.help-block {
    font-size: 12.5px;
    text-transform: initial;
    font-weight: bold;
    margin: 0;
}

.has-feedback {
    margin: 10px 0;
}

.form-numero-cupom label,
.form-numero-cupom span,
.form-login label,
.cadastrar-compra label,
.f-cadastro label {
    text-transform: initial;
    color: #f36623;
    font-size: 13px;
    text-shadow: 1px 0px 1px #000000;
}

.form-numero-cupom span a {
    color: #ffffff;
    font-weight: bold;
}

.form-numero-cupom input[type=checkbox] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}

.form-numero-cupom input {
    text-transform: uppercase;
    font-weight: 900;
}

.form-login p {
    font-size: 14px;
    font-weight: 500;
    color: #375ead;
}

.form-login p a {
    color: #f26420;
    font-size: 15px;
    font-weight: 800;
}

.f-login {
    background: rgb(255, 240, 134);
    background: linear-gradient(90deg, rgba(255, 240, 134, 1) 2%, rgba(255, 191, 77, 1) 35%, rgba(255, 159, 52, 1) 100%);
    margin: 25px 0 15px;
    border-radius: 15px;
}

.ir-ao-cadastro {
    width: 100%;
    min-height: 230px;
    margin: 15px 0;
    text-align: center;
    padding: 5px 0;
    background-color: #ffffff;
}

.ir-ao-cadastro h2,
.ir-ao-cadastro h3 {
    text-transform: uppercase;
    color: #f5771e;
    font-weight: 900;
}

.ir-ao-cadastro h3 {
    margin-bottom: 0;
}

.ir-ao-cadastro h2 {
    margin-top: 0;
    font-size: 28px;
}

.ir-ao-cadastro p {
    text-transform: uppercase;
    color: #afafaf;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}

.ir-ao-cadastro a {
    background-color: #f37124;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
}


@media (max-width: 768px) {
    .ir-ao-cadastro {
        margin-top: 25px;
    }
}

@media (min-width: 769px) {

    .f-cadastro .combo {
        max-width: 320px;
        position: absolute;
        z-index: -1;
        right: 0;
        top: 24%;
        transform: translate(95%, 0%);
    }

    .f-cadastro .produtos {
        max-width: 320px;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 15%;
        transform: translate(-95%, 0%);
    }
}

.f-cadastro {
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
}

.f-cadastro .form-group {
    margin-bottom: 0;
}

.f-cadastro .panel {
    border: 0;
    background-color: transparent;
    margin-bottom: 0;
}

.f-cadastro .panel-heading {
    padding: 15px;
    border: 0;
    margin: 0 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px hsl(0deg 0% 0% / 20%);
}
.f-cadastro .panel-heading h3{
    font-weight: 800;
    font-size: 18px;
    padding: 0;
    text-transform: uppercase;
    color: #f37124;
    border: 0;
    margin: 0;
    border-radius: 2px;
    /* text-shadow: 1px 1px 1px hsl(0deg 0% 0% / 75%); */
}
.f-cadastro .panel-body {
    padding: 15px 0 0;
}

.f-cadastro .panel-body a {
    font-size: 12px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.35);
    padding: 5px 20px 3px;
    color: #c42400;
}

.f-cadastro .btn-lg {
    padding: 10px 16px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 2px;
}

.f-cadastro .form-group {
    padding: 0 5px;
}

.f-cadastro .panel-footer {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #c42400;
    border: 0;
}

.f-cadastro .panel-footer a {
    color: #ffffff;
    text-decoration: none;
}

.tagator_element {
    border: 1px solid #eeeeee;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
    min-height: 45px;
}

.tagator_input {
    border: 0;
}

.tagator_placeholder {
    color: #666666;
    font-size: 15px;
    text-transform: initial;
}

#rg {
    text-transform: uppercase;
}