﻿body {
    /*background: url("/assets/img/w2p_sch.png") no-repeat center center fixed;
    background: url("/assets/img/w2p_clubs_login1.jpg") no-repeat center center fixed;
    background-size: cover;
    background-position: center bottom 100px;
    background-color: white;*/
    font-size: 16px;
    font-family: 'Open Sans', 'Lato', sans-serif;
    font-weight: 300;
    margin: 0;
    color: #666;
}

.card-login .card-body{
    margin-top: 20px;
}

.leftSide{
    width: 35%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    background-image: url("../img/bg_login.jpg");
}

.leftSide::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.35);
    z-index: 1;
}

.leftSide .content{
    position: relative;
    z-index: 3;
    text-shadow: 0.5px 0.5px rgba(255, 255, 255, 0.75);
}

.leftSide::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #4c8bf544;
}

.leftSide .content h2 {
    color: #003aaf;
    font-size: 1.65rem;
    padding: 15px 25px;
    font-weight: 500;
}

.leftSide .content ul{
    padding: 0 38px;
    margin: 0;
    list-style: none;
}

.leftSide .content ul li{
    position: relative;
    padding-left: 25px;
    text-align:justify;
    margin-bottom: 8px;
}
.leftSide .content ul li::after {
    content: '';
    background: #003aaf;
    position: absolute;
    left: 2px;
    width: 3px;
    height: 24px;
    transform: rotate(40deg);
    top: 0px;
    z-index: 1;
}

.leftSide .content ul li::before {
    content: '';
    background: #003aaf;
    position: absolute;
    width: 3px;
    height: 12px;
    left: -8px;
    transform: rotate(-40deg);
    top: 11px;
}

.leftSide .content ul li b{
    font-weight: bold;
}

.rightSide {
    width: 40%;
    height: 185vh;
    background-color: lightblue;
    border: 1px solid white;
    border-width: 13px 0 13px 0;
    -webkit-border-radius: 135% 0% 135% 0% / 65% 0% 65% 0%;
    -moz-border-radius: 135% 0% 135% 0% / 65% 0% 65% 0%;
    border-radius: 135% 0% 135% 0% / 65% 0% 65% 0%;
    position: absolute;
    right: 0;
    top: 0;
}

.rightSide .product_mobile {
    position: absolute;
    background: url("../img/product_mobile.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 28vh;
    right: 6vw;
    width: 20vw;
    height: 50vh;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -150px;
    position: relative;
    z-index: 1;
}
.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #005bea;
    background: -webkit-linear-gradient(bottom, #005bea, #00c6fb);
    background: -o-linear-gradient(bottom, #005bea, #00c6fb);
    background: -moz-linear-gradient(bottom, #005bea, #00c6fb);
    background: linear-gradient(bottom, #005bea, #00c6fb);
    background:#e8f0fe;
    /*opacity: 0.8;*/
}
.login-box {
    margin-top: 0px;
}

div.logo-normal {
    background-image: url("/assets/img/w2p_logo_evo.png");
    height: 70px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.navbar .navbar-brand-login {
    position: relative;
    color: white;
    height: 50px;
    font-size: 1.125rem;
    line-height: 30px;
    padding: .625rem 0;
    font-weight: 500;
    margin-left: 1rem;
}

.navbar-brand-login {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.off-canvas-sidebar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link-login {
    color: white;
}
.btn-login, .btn-register, .btn-logout {
    /*background: linear-gradient(60deg,#26c6da,#00acc1);*/
    background: linear-gradient(60deg,var(--primary-color),var(--primary-color-hover));
}
.login-wrapper.wrapper-full-page {
    min-height: calc(100vh/2);
    background-color: white;
    padding:0px;
    overflow: hidden;
}
a {
    /*color: black !important;*/
}
.header-label {
    color: black !important;
    height: 50px;
    font-size: 1.125rem;
    line-height: 30px;
    padding: .625rem 0;
    font-weight: 300;
}
.text-digits {
    width: 100px !important;
}
form .form-group label.error {
    display:block;
    margin-top:10px;
    color: var(--danger-color);
}

.off-canvas-sidebar .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 10000;
    background-color: transparent;
}
.text-danger-small-login {
    font-size: 0.9em;
    display: inline-block;
    padding-left: 55px;
}
.text-danger-small-register {
    font-size: 0.9em;
    display: inline-block;
    padding-left: 5px;
}