.login-body{
    background: url('../img/login-bg.png') no-repeat;
    background-size: auto 100%;
    background-position: top center;
}

.login-box{
    background: #fff;
    border-radius: 35px;
    padding: 30px;
}
.login-box p{
    color: #878787;
}

@media screen and (min-width: 1024px){
    .login-body{
        background-size: auto;
        background-position: 0px 0px;
    }
}

@media screen and (min-width: 820px){    
    .login-body .row{
        height: 100vh;
    }
}

@media screen and (max-width: 992px) {    
    .login-body .row{
        align-items: end !important;
        align-content: end !important;
        justify-content: start !important;
    }
    .login-body .login-box{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 18px;
    }
    
    .login-text{
        padding: 50px 0px;
    }
}

@media screen and (min-width: 468px) and (max-width: 768px) {
    .login-body{
        background-size: auto;
        background-position: 0px 0px;
    }
    
    .login-body .row{
        align-items: center !important;
        align-content: center !important;
        justify-content: center !important;
        height: 100vh;
    }
}

@media screen and (min-width: 380px) and (max-width: 468px){
    .login-body{
        background-size: 187%;
        background-position: 0px 0px;
    }
    
    .login-body .row{
        align-items: end !important;
        align-content: end !important;
        justify-content: start !important;
        height: 100vh;
    }
}

@media screen and (max-width: 380px){
    .login-body{
        background-size: 187%;
        background-position: 0px 0px;
    }
    
    .login-body .row{
        align-items: end !important;
        align-content: end !important;
        justify-content: start !important;
    }
}

/**************************/

#login-code .row{
    height: 95vh;
}

/**************************/

#register-main{
    
}

@media screen and (min-width: 380px) and (max-width: 468px){
    #register-main .row{
        height: auto !important;
    }
}

/**************************/

#recoverPassword-main .row{
    height: 95vh;
}

/**************************/

#reports-pontoFidelidade-main{
    
}
#reports-pontoFidelidade-main .table{
    min-width: 700px;
}

/**************************/

#account-form{
    
}
#account-form #previewLogo{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

/**************************/

#subscription-main{
    
}
.packages{
    
}
.packages .package-item{
    position: relative;
}
.packages .package-item .package-body{
    border: 1px solid #3D0066;
    border-radius: 16px;
    padding: 30px;
    position: relative;
    z-index: 2;
    background: #fff;
}
.packages .package-item .package-body .package-name{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #7E7684;
}
.packages .package-item .package-body .package-price{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.packages .package-item .package-body .package-price .price-up{
    vertical-align: top;
    font-size: 15px;
}
.packages .package-item .package-body .package-price .price-middle{
    vertical-align: middle;
    font-size: 50px;
    font-weight: bold;
    line-height: 46px;
}
.packages .package-item .package-body .package-price .price-decimal{
    vertical-align: bottom;
    font-size: 15px;
}
.packages .package-item .package-recommended{
    background: #3D0066;
    color: #fff;
    text-align: center;
    padding: 10px 0px 20px 0px;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0px;
    top: -40px;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.packages .package-item.active .package-body .package-name{
    font-size: 25px;
}
.packages .package-item.active .package-body .package-price .price-up{
    font-size: 20px;
}
.packages .package-item.active .package-body .package-price .price-middle{
    font-size: 90px;
}
.packages .package-item.active .package-body .package-price .price-decimal{
    font-size: 20px;
}

.packages .package-item.active-info .package-body{
    background: #fffbdf;
}

.payment-methods .nav-pills{
    justify-content: space-around;
}
.payment-methods .nav-item{
    width: 48%;
}
.payment-methods .nav-item:not(.active){
    background: #f2f2f2;
}
.payment-methods .nav-item p{
    margin: 0;
}
.payment-methods .nav-item .nav-link{
    position: relative;
}
.payment-methods .nav-item .nav-link .badge{
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -25%;
}
.payment-methods .pix-info{
    border: 1px solid #D4D4D4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}
.payment-methods .pix-info .material-icons{
    color: #1A9151;
}

.card-saved{
}
.card-saved .media-icon{
    font-size: 128px;
}