/* _content/CarShopHubv2/Pages/form.cshtml.rz.scp.css */
.wrapper[b-xjvulbng2z]{
    width:100%;
}

.form-left[b-xjvulbng2z] {
    text-align: center;
    color: #fff;
    margin-top: 4%;
}

    .form-left input[b-xjvulbng2z] {
        border: none;
        border-radius: 1.5rem;
        padding: 2%;
        width: 60%;
        background: #f8f9fa;
        font-weight: bold;
        color: #383d41;
        margin-top: 30%;
        margin-bottom: 3%;
        cursor: pointer;
    }

.form-right[b-xjvulbng2z] {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.form-left img[b-xjvulbng2z] {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover-b-xjvulbng2z 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover-b-xjvulbng2z {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.form-left p[b-xjvulbng2z] {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}

form .form-form[b-xjvulbng2z] {
    padding-left:8%;
    padding-right:8%;
    margin-top: 10%;
}

.btnRegister[b-xjvulbng2z] {
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}


.form-heading[b-xjvulbng2z] {
    text-align: center;
    margin-top: 8%;
    margin-bottom:-5%;
    color: #495057;
}

.form-group[b-xjvulbng2z] {
    margin: 2%;
}

/* _content/CarShopHubv2/Pages/index.cshtml.rz.scp.css */


*[b-5nv0w4gs2s] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif
}

body[b-5nv0w4gs2s] {
    background: #ecf0f3 !important
}

.wrapper[b-5nv0w4gs2s] {
    max-width: 350px;
    min-height: 500px;
    margin: 80px auto;
    padding: 40px 30px 30px 30px;
    background-color: #ecf0f3;
    border-radius: 15px;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff
}

.logo[b-5nv0w4gs2s] {
    width: 80px;
    margin: auto
}

    .logo img[b-5nv0w4gs2s] {
        width: 100%;
        height: 80px;
        object-fit: contain;
    }

.wrapper .name[b-5nv0w4gs2s] {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1.3px;
    padding-left: 10px;
    color: #555
}

/*.wrapper .form-field input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background: none;
    font-size: 1.2rem;
    color: #666;
    padding: 10px 15px 10px 10px
}

.wrapper .form-field {
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff
}

    .wrapper .form-field .fas {
        color: #555
    }*/

.wrapper .btn[b-5nv0w4gs2s] {
    box-shadow: none;
    width: 100%;
    height: 40px;
    color: #fff;
    border-radius: 25px;
    box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
    letter-spacing: 1.3px
}


.wrapper a[b-5nv0w4gs2s] {
    text-decoration: none;
    font-size: 0.8rem;
    color: darkred;
}

    .wrapper a:hover[b-5nv0w4gs2s] {
        color: darkred;
    }

@media(max-width: 380px) {
    .wrapper[b-5nv0w4gs2s] {
        margin: 30px 20px;
        padding: 40px 15px 15px 15px
    }
}

.form-group[b-5nv0w4gs2s] {
    margin: 2%;
}
/* _content/CarShopHubv2/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-8mdezu3tum] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-8mdezu3tum] {
  color: #0077cc;
}

.btn-primary[b-8mdezu3tum] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-8mdezu3tum], .nav-pills .show > .nav-link[b-8mdezu3tum] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-8mdezu3tum] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-8mdezu3tum] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-8mdezu3tum] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-8mdezu3tum] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-8mdezu3tum] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
