body {
    background: #e9e9e9;
    color: #666666;
    font-family: 'RobotoDraft', 'Roboto', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Pen Title */
.pen-title {
    padding: 20px 0;
    text-align: center;
    letter-spacing: 2px;
}
.pen-title h1 {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 300;
}
.pen-title span {
    font-size: 12px;
}
.pen-title span .fa {
    color: #ed2553;
}
.pen-title span a {
    color: #ed2553;
    font-weight: 600;
    text-decoration: none;
}

/* Rerun */
.rerun {
    margin: 0 0 30px;
    text-align: center;
}
.rerun a {
    cursor: pointer;
    display: inline-block;
    background: #ed2553;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.rerun a:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* Scroll To Bottom */
#codepen, #portfolio {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #7367f0;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(24, 19, 19, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #ffffff;
    text-align: center;
}
#codepen i, #portfolio i {
    line-height: 56px;
}
#codepen:hover, #portfolio:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* CodePen */
#portfolio {
    bottom: 96px;
    right: 36px;
    background: #7367f0;
    width: 44px;
    height: 44px;
    -webkit-animation: buttonFadeInUp 1s ease;
    animation: buttonFadeInUp 1s ease;
}
#portfolio i {
    line-height: 44px;
}

/* Container */
.container {
    position: relative;
    max-width: 460px;
    width: 100%;
    margin: 0 auto 100px;
}
.container.active .card:first-child {
    background: #f2f2f2;
    margin: 0 15px;
}
.container.active .card:nth-child(2) {
    background: #fafafa;
    margin: 0 10px;
}
.container.active .card.alt {
    top: 20px;
    right: 0;
    width: 100%;
    min-width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 60px 0 40px;
    overflow: hidden;
}
.container.active .card.alt .toggle {
    position: absolute;
    top: 40px;
    right: -70px;
    box-shadow: none;
    -webkit-transform: scale(14);
    transform: scale(15);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
.container.active .card.alt .toggle:before {
    content: '';
}
.container.active .card.alt .title,
.container.active .card.alt .input-container,
.container.active .card.alt .button-container {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.container.active .card.alt .title {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.container.active .card.alt .input-container {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.container.active .card.alt .input-container:nth-child(2) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.container.active .card.alt .input-container:nth-child(3) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.container.active .card.alt .button-container {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

/* Card */
.card {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    padding: 28px 0 34px 0;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    /* Title */
    /* Inputs */
    /* Button */
    /* Footer */
    /* Alt Card */
}
.card:first-child {
    background: #fafafa;
    height: 10px;
    border-radius: 5px 5px 0 0;
    margin: 0 10px;
    padding: 0;
}
.card .title {
    position: relative;
    z-index: 1;
    border-left: 5px solid #7367f0;
    margin: 0 0 0px;
    padding: 10px 0 10px 50px;
    color:#7367f0;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.card .input-container {
    position: relative;
    margin: 0 60px 6px;
}
.custom_margin {
    position: relative;
    margin: 0 60px 14px !important;
}
.card .input-container input {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 54px;
    border: 0;
    color: #212121;
    font-size: 24px;
    font-weight: 400;
}
.card .input-container input:focus ~ label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
    width: 50%;
}
.card .input-container input:valid ~ label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
    margin-top: 0px !important;
}
.card .input-container label {
    position: absolute;
    top: 0;
    left: 0;
    color: #757575;
    font-size: 24px;
    font-weight: 300;
    line-height: 60px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card .input-container .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #757575;
    width: 100%;
    height: 1px;
}
.card .input-container .bar:before, .card .input-container .bar:after {
    content: '';
    position: absolute;
    background: #7367f0;
    width: 0;
    height: 2px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.card .input-container .bar:before {
    left: 50%;
}
.card .input-container .bar:after {
    right: 50%;
}
.card .button-container {
    margin: 0 58px;
    text-align: center;
}
.card .button-container button {
    outline: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    border: 2px solid transparent;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background-color:#7367f0;
    border-radius: 5px;
}

.card .button-container button span {
    position: relative;
    z-index: 1;
    color: #ddd;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.card .button-container button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #7367f0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.card .button-container button:hover, .card .button-container button:active, .card .button-container button:focus {
    border-color: #7367f0;
}
.card .button-container button:hover span, .card .button-container button:active span, .card .button-container button:focus span {
    color: #f7f4f4;
}
.card .button-container button:active span, .card .button-container button:focus span {
    color: #ffffff;
}
.card .button-container button:active:before, .card .button-container button:focus:before {
    opacity: 1;
    -webkit-transform: scale(10);
    transform: scale(10);
}
.card .footer {
    margin: 40px 0 0;
    color: #d3d3d3;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}
.card .footer a {
    color: #858282;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.card .footer a:hover {
    color: #434040;
}
.card.alt {
    position: absolute;
    top: 40px;
    right: -70px;
    z-index: 10;
    width: 100px;
    height: 100px;
    background: none;
    border-radius: 100%;
    box-shadow: none;
    padding: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    /* Toggle */
    /* Title */
    /* Input */
    /* Button */
}
.card.alt .toggle {
    position: relative;
    background: #7367f0;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #ffffff;
    font-size: 42px;
    line-height: 100px;
    text-align: center;
    cursor: pointer;
}
.card.alt .toggle:before {
    content: '\f067';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-top: 29px;
}
.card.alt .title,
.card.alt .input-container,
.card.alt .button-container {
    left: 100px;
    opacity: 0;
    visibility: hidden;
}
.card.alt .title {
    position: relative;
    border-color: #ffffff;
    color: #ffffff;
}
.card.alt .title .close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 60px;
    display: inline;
    color: #ffffff;
    font-size: 58px;
    font-weight: 400;
}
.card.alt .title .close:before {
    content: '\00d7';
}
.card.alt .input-container input {
    color: #ffffff;
}
.card.alt .input-container input:focus ~ label {
    color: #ffffff;
}
.card.alt .input-container input:focus ~ .bar:before, .card.alt .input-container input:focus ~ .bar:after {
    background: #ffffff;
}
.card.alt .input-container input:valid ~ label {
    color: #ffffff;
}
.card.alt .input-container label {
    color: rgba(255, 255, 255, 0.8);
}
.card.alt .input-container .bar {
    background: rgba(255, 255, 255, 0.8);
}
.card.alt .button-container button {
    width: 100%;
    background: #ffffff;
    border-color: #ffffff;
}
.card.alt .button-container button span {
    color: #7367f0;
}
.card.alt .button-container button:hover {
    background: rgba(255, 255, 255, 0.9);
}
.card.alt .button-container button:active:before, .card.alt .button-container button:focus:before {
    display: none;
}

/* Keyframes */
@-webkit-keyframes buttonFadeInUp {
    0% {
        bottom: 30px;
        opacity: 0;
    }
}
@keyframes buttonFadeInUp {
    0% {
        bottom: 30px;
        opacity: 0;
    }
}
.error_txt{
    color:red;
    margin-left: 13%;
}
.red_error{
    text-align: center;color:red
}
.green_error{
    text-align: center;
    color:green;
    font-size: 19px;
}
.step_txt{
    margin-top: -48px;
    padding-left: 62px;
    color: lightgrey;
}
.select2-container--default .select2-selection--single {
    border-bottom: 1px solid #aaa !important;
}
.card .button-container button:hover {
    color:white !important;
}
.btn_login_pin_table{
    width: 100%;
    text-align: center;
}
.btn_login_pin_type{
    outline: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 14px 22px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 5px;
    border: 1px solid #dddddd;
    color: #7367f0;
    text-decoration: none;
}
.active_login_btn{
    background-color: #9f97f9;
    color: white;
}
.active_login_btn:hover{
    background-color: #9f97f9;
    color: #f4f4f4 !important;
}
.btn_login_pin_type:hover{
    text-decoration: none;
    color: #86adff;
}

.active_login_btn:focus{
    background-color: #9f97f9;
    color: #f4f4f4 !important;
}
.btn_login_pin_type:focus{
    text-decoration: none;
    color: #86adff;
}
.text_center{
    text-align: center !important;
}
.display_none_login{
    display: none;
}
.login_title{
    text-transform: capitalize;
    padding-left: 9px;
    font-size: 11px;
    color: #cfcfcf;
    font-weight: normal;
}
.margin_top7{
    margin-top: 7px !important;
}
.div_signup_link{
    font-size: 19px;
    margin-top: 8px;
    margin-bottom: 0px;
}
.div_signup_link_a{
    text-decoration: none !important;
}
.custom_shadow {
    box-shadow: 0 1px 20px 1px rgb(170 170 170) !important;
    position: fixed;
    z-index: 999;
    inset-block-end: 5%;
    inset-inline-end: 79px;
    padding: 11px;
    font-weight: bold;
}
.margin_login_top{
    margin-top: 7px !important;
}
.padding_bottom_0{
    padding-bottom: 0px;
}
.btn_demo{
    background-color: #7367f0;
    border: 0px;
    margin-top: 4px;
    padding: 5px 10px 5px 10px;
  
}

/* Rock & Dog login refresh - 2026-07-01 */
:root {
    --rnd-charcoal: #302f2d;
    --rnd-ink: #1f1e1c;
    --rnd-paper: #fff8ef;
    --rnd-red: #d94b37;
    --rnd-red-dark: #a93124;
    --rnd-mustard: #f1ba30;
    --rnd-bun: #c99a62;
    --rnd-muted: #86796c;
    --rnd-line: rgba(48, 47, 45, 0.14);
    --rnd-shadow: 0 24px 70px rgba(18, 14, 10, 0.34);
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    width: 100%;
}

body {
    align-items: center;
    background:
        radial-gradient(circle at 18% 18%, rgba(217, 75, 55, 0.22), transparent 28%),
        radial-gradient(circle at 86% 82%, rgba(241, 186, 48, 0.18), transparent 26%),
        linear-gradient(135deg, #252422 0%, var(--rnd-charcoal) 46%, #1b1a19 100%);
    color: var(--rnd-ink);
    display: flex;
    font-family: "Inter", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    justify-content: center;
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    padding: 28px 16px;
}

html {
    background: var(--rnd-charcoal);
}

body:before,
body:after {
    content: "";
    pointer-events: none;
    position: fixed;
    z-index: 0;
}

body:before {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    height: 520px;
    right: -170px;
    top: -190px;
    width: 520px;
}

body:after {
    background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 100% 42px;
    bottom: 0;
    left: 0;
    opacity: 0.55;
    right: 0;
    top: 0;
}

body > .container {
    max-width: 440px;
    margin: 0 auto;
    position: relative;
    width: min(100%, 440px);
    z-index: 1;
}

body > .container > .row {
    display: block;
    margin: 0;
}

body > .container > .row > .container {
    margin: 0 auto;
    max-width: 440px;
    width: 100%;
}

.pen-title {
    letter-spacing: 0;
    padding: 0 0 18px;
}

.pen-title img {
    background: var(--rnd-charcoal);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.26);
    display: inline-block;
    height: 116px;
    object-fit: contain;
    padding: 8px;
    width: 116px;
}

.btn_login_pin_table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 auto 14px;
    max-width: 440px;
}

.btn_login_pin_table td {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    display: inline-flex;
    gap: 6px;
    padding: 6px;
}

.btn_login_pin_type {
    border: 0;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    letter-spacing: 0;
    min-width: 126px;
    padding: 12px 16px;
}

.btn_login_pin_type:hover,
.btn_login_pin_type:focus {
    color: #ffffff;
}

.active_login_btn,
.active_login_btn:hover,
.active_login_btn:focus {
    background: var(--rnd-red);
    box-shadow: 0 8px 24px rgba(217, 75, 55, 0.36);
    color: #ffffff !important;
}

.card:first-child,
.card.alt {
    display: none;
}

.card {
    background: var(--rnd-paper);
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 18px;
    box-shadow: var(--rnd-shadow);
    overflow: hidden;
    padding: 28px 0 30px;
}

.card:before {
    background: linear-gradient(90deg, var(--rnd-red), var(--rnd-mustard), var(--rnd-bun));
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.card .title {
    border-left: 0;
    color: var(--rnd-ink);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 22px;
    padding: 10px 34px 0;
    text-transform: none;
}

.card .title:after {
    background: var(--rnd-red);
    border-radius: 999px;
    content: "";
    display: block;
    height: 4px;
    margin-top: 10px;
    width: 46px;
}

.card .input-container {
    background: #ffffff;
    border: 1px solid var(--rnd-line);
    border-radius: 12px;
    margin: 0 34px 14px;
    min-height: 64px;
    padding: 18px 16px 4px;
}

.card .input-container input {
    color: var(--rnd-ink);
    font-size: 17px;
    height: 38px;
    line-height: 38px;
}

.card .input-container label {
    color: var(--rnd-muted);
    font-size: 15px;
    font-weight: 600;
    left: 16px;
    line-height: 1;
    top: 24px;
}

.card .input-container input:focus ~ label,
.card .input-container input:valid ~ label {
    color: var(--rnd-red-dark);
    transform: translate(0, -18px) scale(0.78);
}

.card .input-container .bar {
    background: transparent;
    bottom: -1px;
    left: 16px;
    right: 16px;
    width: auto;
}

.card .input-container .bar:before,
.card .input-container .bar:after {
    background: var(--rnd-red);
}

.card .button-container {
    margin: 10px 34px 0;
}

.card .button-container button {
    background: linear-gradient(135deg, var(--rnd-red) 0%, var(--rnd-red-dark) 100%);
    border: 0;
    border-radius: 12px;
    box-shadow: 0 12px 26px rgba(169, 49, 36, 0.28);
    min-height: 52px;
    padding: 0 18px;
}

.card .button-container button:hover,
.card .button-container button:active,
.card .button-container button:focus {
    border-color: transparent;
    box-shadow: 0 14px 32px rgba(169, 49, 36, 0.34);
    transform: translateY(-1px);
}

.card .button-container button:before {
    display: none;
}

.card .button-container button span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.card .footer {
    font-size: 14px;
    margin: 18px 0 0;
}

.card .footer a,
.div_signup_link_a {
    color: var(--rnd-red-dark);
    font-weight: 700;
}

.card .footer a:hover,
.div_signup_link_a:hover {
    color: var(--rnd-red);
}

.login-alert,
.red_error,
.green_error,
.error_txt {
    align-items: flex-start;
    border-radius: 12px;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    line-height: 1.4;
    margin: 0 34px 16px;
    padding: 12px 14px;
    text-align: left;
}

.login-alert i,
.red_error i,
.green_error i {
    font-size: 17px;
    line-height: 1.25;
}

.login-alert-error,
.red_error,
.error_txt {
    background: #fff0ed;
    border: 1px solid rgba(217, 75, 55, 0.22);
    color: #9f2b20;
}

.login-alert-success,
.green_error {
    background: #eef9ed;
    border: 1px solid rgba(47, 142, 66, 0.22);
    color: #2d743a;
}

.error_txt p {
    margin: 0;
}

#loginpin {
    margin: 4px 34px 18px;
}

#loginpin .pinlogin {
    display: flex;
    gap: 10px;
    justify-content: center;
}

#loginpin input,
.pinlogin-field {
    border: 1px solid var(--rnd-line) !important;
    border-radius: 12px !important;
    color: var(--rnd-ink) !important;
    font-size: 24px !important;
    height: 56px !important;
    width: 56px !important;
}

#loginpin input:focus,
.pinlogin-field:focus {
    border-color: var(--rnd-red) !important;
    box-shadow: 0 0 0 3px rgba(217, 75, 55, 0.18) !important;
    outline: 0 !important;
}

.pull-right {
    color: rgba(255, 255, 255, 0.52);
    float: none !important;
    font-size: 12px;
    margin: 14px 4px 0;
    text-align: right;
}

.toast {
    border-radius: 12px !important;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22) !important;
}

.toast-warning {
    background-color: var(--rnd-red) !important;
}

@media (max-width: 520px) {
    body {
        align-items: flex-start;
        padding: 18px 14px;
    }

    .pen-title {
        padding-bottom: 14px;
    }

    .pen-title img {
        border-radius: 20px;
        height: 96px;
        width: 96px;
    }

    .card {
        border-radius: 16px;
        padding: 24px 0 26px;
    }

    .card .title {
        font-size: 22px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .card .input-container,
    .card .button-container,
    .login-alert,
    .red_error,
    .green_error,
    .error_txt,
    #loginpin {
        margin-left: 22px;
        margin-right: 22px;
    }

    .btn_login_pin_table td {
        width: 100%;
    }

    .btn_login_pin_type {
        min-width: 0;
        width: 50%;
    }

    #loginpin .pinlogin {
        gap: 8px;
    }

    #loginpin input,
    .pinlogin-field {
        height: 50px !important;
        width: 50px !important;
    }
}

@media (max-width: 360px) {
    .card .input-container,
    .card .button-container,
    .login-alert,
    .red_error,
    .green_error,
    .error_txt,
    #loginpin {
        margin-left: 16px;
        margin-right: 16px;
    }

    #loginpin input,
    .pinlogin-field {
        height: 44px !important;
        width: 44px !important;
    }
}
