body {
    background: #491210 !important;
    background: linear-gradient(147deg, rgba(73, 18, 16, 1) 0%, rgba(214, 54, 55, 1) 51%, rgba(244, 195, 90, 1) 100%) !important;
}

main {
    width: 100% !important;
    background-image: url('../../assets/img/extras/background.png');
    background-repeat: no-repeat;
    background-color: #f4c35a !important;
    padding: 5px;
}

#multi-step-form {
    padding: 3px;
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #491210;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    background-image: url('../../assets/img/logos/logo.png');
    background-repeat: no-repeat;
    /* Added cursor pointer */
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #491210;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}

.progress-bar {
    background-color: #491210;
}

.backBrown {
    background-color: #491210 !important;
    color: #f4c35a;
}

.backYellow {
    background-color: #f4c35a !important;
}

.backMagenta {
    background-color: #d63637 !important;
}

.backBrown:hover,
.next-step:hover,
.prev-step:hover {
    color: #fff;
}

.TarjetaLogin {
    max-width: 540px;
    margin: auto;
    background-image: url(../../assets/img/logos/logo-ccr.png);
    background-position-x: right;
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-attachment: fixed;
    background-color: unset;
    box-shadow: 5px 5px 8px darkred;
    background-position-y: bottom;
}

.img-card {
    height: 100% !important;
}

.text-muted {
    color: #111 !important;
}

.form-check-input:checked {
    background-color: #491210 !important;
    border-color: #491210 !important;
}

.refresh-captcha,
.refresh-captcha-register,
.refresh-captcha-forgotten {
    cursor: pointer;
}

.goog-te-combo {
    border-radius: 5px;
    border: 1px solid #f4c35a;
}

.text-muted {
    color: #ccc !important;
}

.gt_float_switcher img {
    width: 18px !important;
    margin: 0 1px 0 0 !important;
}

.gt_float_switcher,
.gt_float_switcher .gt-selected {
    color: #fff !important;
    background: transparent !important;
}

.gt_float_switcher .gt_options a {
    color: antiquewhite !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    color: antiquewhite !important;
    font-weight: 600 !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    height: 24px !important;
    width: 24px !important;
    border-radius: 49% !important;
    padding: 5px !important;
}