@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,400;1,600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html {
    height: 100%;
    overflow: hidden;
}
body {
    color:#444;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
}
.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.slider-text {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.72+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.72) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.72) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.72) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    color:#fff;
    position: absolute;
    bottom: 6rem;
    left: 5rem;
    width: 500px;
    max-width: 90%;
    padding: 15px 60px 15px 20px;
    border-radius: 5px;
    
}
.slider-text h2 {
    text-shadow: 2px 2px #444
}
.slider-text h4 {
    font-weight: normal;
    display: inline-block;
    background-color: #333;
    padding: 4px 10px;
    line-height: 1;
    border-radius: 50px;
    font-size: 0.7rem;
    margin-left: -8px;
}
.slider-text h5 {
    font-weight: normal;
    font-style: italic;
}
.bbslider-wrapper .prev-control-wrapper {
    position: absolute;
    bottom: 3rem;
    left: 5rem;
    z-index: 1;
}
.bbslider-wrapper .next-control-wrapper {
    position: absolute;
    bottom: 3rem;
    left: 8rem;
    z-index: 1;
}
.bbslider-wrapper .prev-control-wrapper a, .bbslider-wrapper .next-control-wrapper a {
    color: #fff;
    font-size: 20px;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
}
.login-panel {
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    max-width: 100%;
    z-index: 2;
    flex-direction: column;
    box-shadow: -15px 0 30px rgb(0,0,0,0.3);
    padding: 40px 15px;
    overflow: auto;
}
.login-inside {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo {
    margin-bottom: 25px;
    display: block;
    width: 100%;
}
.logo img {
    width: 180px;
    max-width: 100%;
}
.login-content h1 {
    font-size: 1.3rem;
    margin-bottom: 25px;
}
.login-content form {
    margin-top: 20px;
}
.input-group {
    margin-bottom: 20px;
}
.input-group label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.input-group .input-field {
    display: block;
    width: 100%;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 10px;
    padding-left: 40px;
    transition: all 0.2s ease-in-out;
    outline: 1px solid #eee;
    font-size: 1rem;
    color: #444;
}
.input-group .input-field:focus {
    outline: 1px solid #eee;
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
}
.submit-group {
    padding-top: 6px;
}
.submit-group .submit-btn {
    color:#fff;
    border: none;
    border-radius: 5px;
    background-color:#2e662e;
    display: block;
    width: 100%;
    height: 46px;
    font-size: 1.1rem;
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}
.submit-group .submit-btn:hover {
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
    background-color: #fb9700;
}
.input-icon {
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 10px ;
}
.input-icon-user {
    background-image: url("../img/user-login.png");
}
.input-icon-password {
    background-image: url("../img/password.png");
}
.bbslider-wrapper {
    background-color: #333;
}

@media screen and (max-height: 600px) {
    .login-inside {
        justify-content: flex-start;
    }
}
@media (min-width: 975px) {
    .bbslider-wrapper {
        height: 100%!important;
    }
    .bbslider-wrapper > .panel {
        height: 100%!important;
    }
}
@media (max-width: 974px) {
    body, html {
        height: auto;
        overflow: auto;
    }
    .login-panel {
        position: static;
        width: 100%;
        padding: 30px 15px;
    }
    .logo {
        text-align: center;
        margin-bottom: 10px;
    }
    .login-content {
        width: 100%;
    }
    
    .login-content h1, .input-group {
        margin-bottom: 10px;
    }
    .slider-text {
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: block;
        max-width: 100%;
        padding: 15px;
        margin-left: 0;
        border-radius: 0;
    }
    .slider-text h2 {
        font-size: 1rem;
    }
    .bbslider-wrapper .prev-control-wrapper {
        bottom: auto;
        top: 1rem;
        left: 0;
    }
    .bbslider-wrapper .next-control-wrapper {
        bottom: auto;
        top: 1rem;
        left: 3rem;
    }
    .bbslider-wrapper {
        height: 320px!important;
    }
    .bbslider-wrapper > .panel {
        height: 320px!important;
    }
}