/*login*/
.view-login i.fa.fa-angle-right {
    font-size: 18px!important;
    position: relative;
    top: 1px;
    left: 5px;
}

.view-login button:hover i.fa.fa-angle-right {
color:#fff!important;
}

.view-login hr {
    border-top: 1px solid #cecece;
}


/*logo*/
@media (max-width: 767px){
.logo-big img {
    max-width: 300px;
    margin: auto;
}

.logo-big {
    text-align: center;
    margin-bottom: 30px;
    transform: scale(0.8);
    transform-origin: top center;
}}

/*social*/
ul.social img {
    width: 60px;
}

/*padding*/
.view-login div#sp-component,
.register-page div#sp-component{
    padding: 0;
}
body.site.com-users.view-login.no-layout.no-task.itemid-774.en-gb.ltr.sticky-header.layout-fluid.off-canvas-menu-init #sp-main-body,
.register-page #sp-main-body{
    padding: 0px 0 !important;
}

.com-users .reg-login-form-wrap {
    background: transparent;
    padding: 0px;
}

.login i.fa.fa-angle-right {
    font-size: 18px !important;
    top: 2px;
    left: 5px;
    position: relative;
}

.login .btn:hover .fa,
.login .sppb-btn:hover .fa {
    color: #fff !important;
}

.com-users .reg-login-form-wrap .form-links ul {
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 1.3;
    text-transform: capitalize;
}

.com-users .reg-login-form-wrap .form-links ul li:first-child {
    border-right: 1px solid #000;
    padding-right: 15px;
    margin-right: 15px;
}

.view-login .form-links a {
    color: #000;
}

.view-login .form-links a:hover {
    color: #fe0000;
}

.com-users .reg-login-form-wrap .login .form-group .btn-primary.btn-block {
    width: 100%;
}

.page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    min-width: 320px;
    max-width: 1920px;
    min-height: 100vh;
    margin: 0 auto;
    background: #F5F5F5;
}

.page-wrapper .page-content {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    align-items: stretch;
    padding-top: 75px;
}

.page-wrapper .page-main {
    scrollbar-color: #F46119 #E2EBEC;
    scrollbar-width: thin !important;
    -moz-appearance: none !important;
    display: block;
    position: relative;
    height: calc(100vh - 75px);
    padding: 45px;
    overflow-x: hidden;
    overflow-y: auto;
}

.page-wrapper .page-main::-webkit-scrollbar {
    width: 6px;
}

.page-wrapper .page-main::-webkit-scrollbar-track {
    background-color: #E2EBEC;
}

.page-wrapper .page-main::-webkit-scrollbar-thumb {
    background-color: #F46119;
}

.page-wrapper .page-main::before {
    display: block;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    opacity: 0;
    pointer-events: none;
}

.page-first-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    padding: 120px 160px;
    padding: 11.1vh 8.33vw;
    background-image: url(/images/00-prinz/others/loginscreen.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-first-screen h1 {
    margin: 5px 0 0 0;
    color: #FFFFFF;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.33;
    padding-left: 102px;
    opacity: 0.7;
}

.logo-big img {
    max-width: 300px;
}

.logo-big span {
    font-family: 'Noto Sans SC';
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
    top: 20px;
    left: 100px;
    line-height: 1.5;
}


@media (max-width: 767px){
.logo-big span {
    top: 30px;
    left: 62px;
    line-height: 1.5;
    text-align:left!important;
    display: flex;
}}



.animation-navspinv,
.page-header__logo img {
    animation: navspinv 2.4s infinite linear;
}

.form-login {
    -webkit-box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.03);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    padding: 60px 45px;
    border-radius: 25px;
    background: #FFFFFF;
    box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.03);
}

.form-login__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.form-login__box {
    color: #6C6C6C;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.31;
}

.form-login__box .uk-heading-line {
    margin-bottom: 35px;
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.31;
    font-family: 'Noto Sans SC', serif;
}

.form-login__box a:not(.uk-button) {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.31;
}

.form-login__box a:not(.uk-button):hover {
    opacity:0.5;
}

.form-login__box .uk-button {
    height: 60px;
}

.social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.social li {
    margin: 0 20px 0 0;
}

.social li:last-child {
    margin: 0;
}


/*register*/
label#pw2msg {
    width: 100%;
}

button#hikashop_register_form_button {
    width: 100%;
    margin-bottom: 30px;
}

.register-page .hkcontrol-label {
    font-weight: normal!important;
    letter-spacing: normal;
}


/*reset*/
.view-reset section#sp-main-body,
.view-remind section#sp-main-body{
    display: flex;
    align-items: center;
    height: 100vh;
}

/*hover*/
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #00b489;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #00968859;
}

/*tagline*/
.logo-big span{
    position: relative; width:fit-content;margin:auto;
}

.logo-big span:before {
    position: absolute;
    background-size: contain !important;
    content: '';
    content: url(/images/00-prinz/shape/heartfooter.png);
    bottom: 0px;
    left: -80px;
    margin:auto;
    background-repeat:no-repeat;
    transform: scale(0.65);
    transform-origin: left bottom;
    filter: invert(1) brightness(100);
}


