﻿.banner {
    height: 750px;
    width: 100%;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-image: linear-gradient(to right, rgb(3,3,3,0.7), rgb(3,3,3,0.7)), url("/Images/Flexipos/background-banner-login.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 7px 0 0 7px;
}

/*.btn.btn-beautiful {
    background: linear-gradient(260.21deg, #00DAC1 -15.29%, #00C4DB 118.4%);
    border: none;
    padding: 10px 20px;
    font-weight: 900;
    border-radius: 3px;
    width: 221px;
}*/

.btn.btn-beautiful {
    background: #00DAC1;
    border: none;
    padding: 10px 15px;
    font-weight: 900;
    border-radius: 3px;
    width: 221px;
    color: #006F58;
}

/*.text-beautiful {
    background: -webkit-linear-gradient(260.21deg,#00C4DB -15.29%, #00DAC1 118.4%);
    background: linear-gradient(260.21deg,#00C4DB -15.29%, #00DAC1 118.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/

.login-container {
    height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-beautiful {
    color: #00DAC1;
}

.banner > p {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}

.banner > h5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
}

.banner > h1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 47px;
}

.dark-shadow {
    box-shadow: 0px 0px 10px #000000;
}

.btn-return {
    font-size: 30px;
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-weight: 100;
}

    .btn-return:hover,
    .btn-return:focus,
    .btn-return:visited,
    .btn-return:link {
        color: white;
    }

.p-x-xl {
    padding-left: 55px;
    padding-right: 55px;
}

.banner-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    border: none;
    border-radius: 0;
    z-index: 2035;
    transition:right 1s;
    width:100%;
    right:100%;
}

.mobile {
    display: none;
}

.middle-box {
    padding-top: 30px;
}

    .middle-box.loginscreen h3 {
        font-size: 20px;
    }

    .middle-box.loginscreen p {
        font-size: 16px;
    }

.banner-container small {
    font-size: 12px;
}

.banner-container {
    margin-top: 80px;
}

.p-b-xl {
    padding-bottom: 40px;
}

.p-b-md {
    padding-bottom: 20px;
}

@media(max-width:1200px) {
    .banner > h1 {
        font-size: 35px;
        padding: 30px 20px 0;
    }
}

@media(min-width:992px) {

    .bg-white {
        background: white;
    }

    .p-0 {
        padding: 0;
    }

    .loginscreen.bg-white {
        border-radius: 0 7px 7px 0;
    }

    .banner-container {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        border-radius: 7px;
        border: 1px solid #d9d9d9;
    }
}

@media(max-width:992px) {
    .banner:not(.banner-mobile) {
        display: none;
    }

        .banner.banner-mobile.active {
            overflow-y: auto;
            right:0;
        }

    .mobile {
        display: block;
    }
}

@media(max-width:768px) {
    .p-x-xl {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(max-width:425px) {
    .banner.banner-mobile.active {
        flex-flow:wrap;
    }

    .text-login {
        width: 100%;
        text-align: center;
    }
}
