/* _content/IdentityServer/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-c1z3tzkqyh] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-c1z3tzkqyh] {
  color: #0077cc;
}

.btn-primary[b-c1z3tzkqyh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-c1z3tzkqyh], .nav-pills .show > .nav-link[b-c1z3tzkqyh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-c1z3tzkqyh] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-c1z3tzkqyh] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-c1z3tzkqyh] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-c1z3tzkqyh] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-c1z3tzkqyh] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/IdentityServer/Views/Authorization/Logout.cshtml.rz.scp.css */
.loginButton[b-pa5jhlgfi8] {
    position: relative;
    background: #444;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    letter-spacing: 0.1rem;
    font-size: 1rem;
    padding: 1rem 3rem;
    transition: 0.2s;
}

    .loginButton:hover[b-pa5jhlgfi8] {
        letter-spacing: 0.2rem;
        padding: 1.1rem 3.1rem;
        background: var(--clr);
        color: var(--clr);
        box-shadow: 0 0 35px var(--clr);
        animation: box 3s infinite;
    }

    .loginButton[b-pa5jhlgfi8]::before {
        content: "";
        position: absolute;
        inset: 2px;
        background: #272822;
    }

    .loginButton span[b-pa5jhlgfi8] {
        position: relative;
        z-index: 1;
    }

.forma-neka[b-pa5jhlgfi8] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.login-box p[b-pa5jhlgfi8] {
    text-align: center;
}

.loginButton i[b-pa5jhlgfi8] {
    position: absolute;
    inset: 0;
    display: block;
}

    .loginButton i[b-pa5jhlgfi8]::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 2px;
        left: 80%;
        top: -2px;
        border: 2px solid var(--clr);
        background: #272822;
        transition: 0.2s;
    }

.loginButton:hover i[b-pa5jhlgfi8]::before {
    width: 15px;
    left: 20%;
    animation: move 3s infinite;
}

.loginButton i[b-pa5jhlgfi8]::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    left: 20%;
    bottom: -2px;
    border: 2px solid var(--clr);
    background: #272822;
    transition: 0.2s;
}

.loginButton:hover i[b-pa5jhlgfi8]::after {
    width: 15px;
    left: 80%;
    animation: move 3s infinite;
}

.login-box[b-pa5jhlgfi8] {
    width: 50%;
    padding: 40px;
    background: #156f5b;
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0,0,0,.6);
    border-radius: 10px;
    font-family: sans-serif;
}

    .login-box h2[b-pa5jhlgfi8] {
        margin: 0 0 30px;
        padding: 0;
        color: #fff;
        text-align: center;
    }

    .login-box .user-box[b-pa5jhlgfi8] {
        position: relative;
    }

        .login-box .user-box input[b-pa5jhlgfi8] {
            width: 100%;
            padding: 10px 0;
            font-size: 16px;
            color: #fff;
            margin-bottom: 30px;
            border: none;
            border-bottom: 1px solid #fff;
            outline: none;
            background: transparent;
        }

        .login-box .user-box label[b-pa5jhlgfi8] {
            position: absolute;
            top: 0;
            left: 0;
            padding: 10px 0;
            font-size: 16px;
            color: #fff;
            pointer-events: none;
            transition: .5s;
        }

        .login-box .user-box input:focus ~ label[b-pa5jhlgfi8],
        .login-box .user-box input:valid ~ label[b-pa5jhlgfi8] {
            top: -20px;
            left: 0;
            color: #03e9f4;
            font-size: 12px;
        }

    .login-box form a[b-pa5jhlgfi8] {
        position: relative;
        display: inline-block;
        padding: 10px 20px;
        color: #39f403;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
        overflow: hidden;
        transition: .5s;
        margin-top: 40px;
        letter-spacing: 4px
    }

    .login-box a:hover[b-pa5jhlgfi8] {
        background: #aff4035e;
        color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 5px #aff4035e, 0 0 25px #aff4035e, 0 0 50px #aff4035e, 0 0 100px #aff4035e;
    }

    .login-box a span[b-pa5jhlgfi8] {
        position: absolute;
        display: block;
    }

        .login-box a span:nth-child(1)[b-pa5jhlgfi8] {
            top: 0;
            left: -100%;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, transparent, #03e9f4);
            animation: btn-anim1 1s linear infinite;
        }

        .login-box a span:nth-child(2)[b-pa5jhlgfi8] {
            top: -100%;
            right: 0;
            width: 2px;
            height: 100%;
            background: linear-gradient(180deg, transparent, #03e9f4);
            animation: btn-anim2 1s linear infinite;
            animation-delay: .25s
        }

        .login-box a span:nth-child(3)[b-pa5jhlgfi8] {
            bottom: 0;
            right: -100%;
            width: 100%;
            height: 2px;
            background: linear-gradient(270deg, transparent, #03e9f4);
            animation: btn-anim3 1s linear infinite;
            animation-delay: .5s
        }

        .login-box a span:nth-child(4)[b-pa5jhlgfi8] {
            bottom: -100%;
            left: 0;
            width: 2px;
            height: 100%;
            background: linear-gradient(360deg, transparent, #03e9f4);
            animation: btn-anim4 1s linear infinite;
            animation-delay: .75s
        }

.loginBox-container[b-pa5jhlgfi8] {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    background-color: #e2ebdc;
}

.buttonSend[b-pa5jhlgfi8] {
    font-family: inherit;
    font-size: 20px;
    background: royalblue;
    color: white;
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.2s;
    width: 115px;
    height: 40px;
}

    .buttonSend span[b-pa5jhlgfi8] {
        display: block;
        margin-left: 0.3em;
        transition: all 0.3s ease-in-out;
    }

    .buttonSend svg[b-pa5jhlgfi8] {
        display: block;
        transform-origin: center center;
        transition: transform 0.3s ease-in-out;
    }

    .buttonSend:hover .svg-wrapper[b-pa5jhlgfi8] {
        animation: fly-1 0.6s ease-in-out infinite alternate;
    }

    .buttonSend:hover svg[b-pa5jhlgfi8] {
        transform: translateX(1.2em) rotate(45deg) scale(1.1);
    }

    .buttonSend:hover span[b-pa5jhlgfi8] {
        transform: translateX(5em);
    }

    .buttonSend:active[b-pa5jhlgfi8] {
        transform: scale(0.95);
    }

    .buttonSend:focus svg[b-pa5jhlgfi8] {
        offset-path: path('M10,190 L20,1 Z');
        motion-rotation: reverse;
        animation: move 1s linear;
        transform: translateX(1.2em) rotate(45deg) scale(1.1);
    }
