/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 10, 2021, 5:33:00 PM
    Author     : Diyan
*/
.login-tag {
    min-width: 50%;
    margin-top: 10px;
    margin-left: -1px;
    border-radius: 0px;
    padding: 10px;
}

.login-title {
    font-size: 30px;
    text-align: center;
    /* font-family: Chaparral Pro; */
    font-weight: lighter;
    padding-bottom: 15px;
}

.light-txt {
    color: #fff;
}

.input-group-text{
    font-size: 2rem;
    width: 45px;
}

.theme-txt{
    color: #3a3a3a;
}

.log-panel .txt-header, .txt-header{
    color: #3a3a3a;
}

.txt-heading{
    font-size: 1.5rem;  
}
/*mobile*/
@media only screen and (max-width: 767px) {
    .sub-top-banner{
        width: 100%;
    }

    .sell-starx{
        display: inline-flex;
        margin-right: 18%;
    }

    .inner-header .nav-right {
        text-align: center;
    }
    .my-dropdown{
        display: none;
    }
    .login-title {
        font-size: 26px;
    }
}
/*mobile flipped*/
@media (min-width: 576px){
    .sell-starx {
        margin-right: 28%;
    }
}

@media (min-width: 992px){

    .sell-starx{
        margin-right: 0%;
    }
}

@media only screen and (max-width: 1000px){
    .navfooter{
        left:0;
    }

    .front-page-body {
        padding-top: 15px;
    }
}

.bookberryLogo{
    position: absolute;
    top: 0px;
    width: 120px;
}