/* _content/CoreAp.BackWeb/Pages/Auth.cshtml.rz.scp.css */
/*@import url("https://fonts.googleapis.com/css?family=Fira+Sans");*/

.form-structor[b-u0lwz52gcj] {
    background-color: #222;
    border-radius: 15px;
    width: 100%;
    max-width: 450px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: 550px;
    background-color: #fff;
}

    .form-structor .signup[b-u0lwz52gcj] {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        width: 75%;
        z-index: 5;
        -webkit-transition: all 0.3s ease;
    }

        .form-structor .signup.slide-up[b-u0lwz52gcj] {
            top: 5%;
            -webkit-transform: translate(-50%, 0%);
            -webkit-transition: all 0.3s ease;
        }

            .form-structor .signup.slide-up .form-holder[b-u0lwz52gcj], .form-structor .signup.slide-up .submit-btn[b-u0lwz52gcj] {
                opacity: 0;
                visibility: hidden;
            }

            .form-structor .signup.slide-up .form-title[b-u0lwz52gcj] {
                font-size: 1em;
                cursor: pointer;
            }

                .form-structor .signup.slide-up .form-title span[b-u0lwz52gcj] {
                    margin-right: 5px;
                    opacity: 1;
                    visibility: visible;
                    -webkit-transition: all 0.3s ease;
                }

        .form-structor .signup .form-title[b-u0lwz52gcj] {
            font-size: 1.7em;
            text-align: center;
        }

            .form-structor .signup .form-title span[b-u0lwz52gcj] {
                color: rgba(0, 0, 0, 0.4);
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.3s ease;
            }

        .form-structor .signup .form-holder[b-u0lwz52gcj] {
            border-radius: 15px;
            background-color: #fff;
            overflow: hidden;
            margin-top: 50px;
            opacity: 1;
            visibility: visible;
            -webkit-transition: all 0.3s ease;
        }

            .form-structor .signup .form-holder .input:last-child[b-u0lwz52gcj] {
                border-bottom: 0;
            }

            .form-structor .signup .form-holder .input[b-u0lwz52gcj]::-webkit-input-placeholder {
                color: rgba(0, 0, 0, 0.4);
            }

        .form-structor .signup .submit-btn[b-u0lwz52gcj] {
            background-color: rgba(0, 0, 0, 0.4);
            color: rgba(255, 255, 255, 0.7);
            border: 0;
            border-radius: 15px;
            display: block;
            margin: 30px auto;
            padding: 15px 45px;
            width: 100%;
            font-size: 13px;
            font-weight: bold;
            cursor: pointer;
            opacity: 1;
            visibility: visible;
            -webkit-transition: all 0.3s ease;
        }

            .form-structor .signup .submit-btn:hover[b-u0lwz52gcj] {
                transition: all 0.3s ease;
                background-color: rgba(0, 0, 0, 0.8);
            }

    .form-structor .login[b-u0lwz52gcj] {
        position: absolute;
        top: 20%;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 5;
        -webkit-transition: all 0.3s ease;
    }

        .form-structor .login[b-u0lwz52gcj]::before {
            content: "";
            position: absolute;
            left: 50%;
            top: -20px;
            -webkit-transform: translate(-50%, 0);
            background-color: #fff;
            width: 200%;
            height: 250px;
            border-radius: 50%;
            z-index: 4;
            -webkit-transition: all 0.3s ease;
        }

        .form-structor .login .center[b-u0lwz52gcj] {
            position: absolute;
            top: calc(50% - 10%);
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            width: 65%;
            z-index: 5;
            -webkit-transition: all 0.3s ease;
        }

            .form-structor .login .center .form-title[b-u0lwz52gcj] {
                color: #000;
                font-size: 1.7em;
                text-align: center;
            }

                .form-structor .login .center .form-title span[b-u0lwz52gcj] {
                    color: rgba(0, 0, 0, 0.4);
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: all 0.3s ease;
                }

            .form-structor .login .center .form-holder[b-u0lwz52gcj] {
                border-radius: 15px;
                background-color: #fff;
                border: 1px solid #eee;
                overflow: hidden;
                margin-top: 50px;
                opacity: 1;
                visibility: visible;
                -webkit-transition: all 0.3s ease;
            }

                .form-structor .login .center .form-holder .input[b-u0lwz52gcj] {
                    border: 0;
                    outline: none;
                    box-shadow: none;
                    display: block;
                    height: 30px;
                    line-height: 30px;
                    padding: 8px 15px;
                    border-bottom: 1px solid #eee;
                    width: 100%;
                    font-size: 12px;
                }

                    .form-structor .login .center .form-holder .input:last-child[b-u0lwz52gcj] {
                        border-bottom: 0;
                    }

                    .form-structor .login .center .form-holder .input[b-u0lwz52gcj]::-webkit-input-placeholder {
                        color: rgba(0, 0, 0, 0.4);
                    }

            .form-structor .login .center .submit-btn[b-u0lwz52gcj] {
                background-color: #6b92a4;
                color: rgba(255, 255, 255, 0.7);
                border: 0;
                border-radius: 15px;
                display: block;
                margin: 30px auto;
                padding: 15px 45px;
                width: 100%;
                font-size: 13px;
                font-weight: bold;
                cursor: pointer;
                opacity: 1;
                visibility: visible;
                -webkit-transition: all 0.3s ease;
            }

                .form-structor .login .center .submit-btn:hover[b-u0lwz52gcj] {
                    transition: all 0.3s ease;
                    background-color: rgba(0, 0, 0, 0.8);
                }

        .form-structor .login.slide-up[b-u0lwz52gcj] {
            top: 90%;
            -webkit-transition: all 0.3s ease;
        }

            .form-structor .login.slide-up .center[b-u0lwz52gcj] {
                top: 10%;
                -webkit-transform: translate(-50%, 0%);
                -webkit-transition: all 0.3s ease;
            }

            .form-structor .login.slide-up .form-holder[b-u0lwz52gcj], .form-structor .login.slide-up .submit-btn[b-u0lwz52gcj] {
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.3s ease;
            }

            .form-structor .login.slide-up .form-title[b-u0lwz52gcj] {
                font-size: 1em;
                margin: 0;
                padding: 0;
                cursor: pointer;
                -webkit-transition: all 0.3s ease;
            }

                .form-structor .login.slide-up .form-title span[b-u0lwz52gcj] {
                    margin-right: 5px;
                    opacity: 1;
                    visibility: visible;
                    -webkit-transition: all 0.3s ease;
                }
/* _content/CoreAp.BackWeb/Views/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. */
#content-page[b-ytprp0otw9] {
    padding-top: 70px;
}
a.navbar-brand[b-ytprp0otw9] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-ytprp0otw9] {
  color: #0077cc;
}

.nav-pills .nav-link.active[b-ytprp0otw9], .nav-pills .show > .nav-link[b-ytprp0otw9] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-ytprp0otw9] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-ytprp0otw9] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ytprp0otw9] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ytprp0otw9] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-ytprp0otw9] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/CoreAp.BackWeb/Views/Shared/_LayoutEmpty.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-tbh3sa39rt] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-tbh3sa39rt] {
  color: #0077cc;
}

.btn-primary[b-tbh3sa39rt] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-tbh3sa39rt], .nav-pills .show > .nav-link[b-tbh3sa39rt] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-tbh3sa39rt] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-tbh3sa39rt] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-tbh3sa39rt] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-tbh3sa39rt] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-tbh3sa39rt] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/CoreAp.BackWeb/Views/Shared/_LayoutForm.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. */
#content-page[b-1yj7bofkbv] {
    padding-top: 70px;
}
a.navbar-brand[b-1yj7bofkbv] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-1yj7bofkbv] {
  color: #0077cc;
}

.nav-pills .nav-link.active[b-1yj7bofkbv], .nav-pills .show > .nav-link[b-1yj7bofkbv] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-1yj7bofkbv] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-1yj7bofkbv] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-1yj7bofkbv] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-1yj7bofkbv] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-1yj7bofkbv] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
