body{
	 font-family: 'Poppins', serif !important;
	 font-size:13px;
}
#wrapper {
    width: 100%;
    float: left;
}

/*top-header*/

#header{
	width: 100%;
	float:left;
	height: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-left{
	display: none;
}
.navbar-toolbar{
	background: none;
	padding:0;
}
ul.nav.navbar-nav.navbar-left{
	display: inline-block;
	width: 60%;
}
ul.nav.navbar-nav.navbar-left li{
	display: inline-block;
}
.navbar-toolbar .navbar-left .navbar-minimize{
	width: auto;
}
body.page-sidebar-minimize #header .navbar-minimize > a{
	color: #fff;
	display: inline-block;
}
.navbar-toolbar .navbar-left .navbar-minimize a i {
    font-size: 32px;
}
li.navbar-profile.navbar-auth{
	float: right;
	margin-right: 0px;
}
li.navbar-profile.navbar-auth:last-child{
	margin-right: 5px;
}
ul.nav.navbar-nav.navbar-right {
    width: 40%;
    display: inline-block;
    position: relative;
}

a.btn-beelife {
	padding:8px 15px;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 500;
    color: #fff;
    transition-duration: 0.3s;
}
.btn-beelife:hover{
	transition-duration: 0.3s;
	background: transparent !important;

}
form#loginFormAffiliate input {
    font-size: 13px !important;
}
a.bee-logo{
	display: inline-block;
}
a.bee-logo img{
	vertical-align: bottom;
}
li.navbar-minimize{
	position: absolute;
	left: 0;
	top: 10px;
}
ul.nav.navbar-nav.navbar-left li:nth-child(2){
	float: left;
	margin-left: 30px;
}
div#side-alignment{
	width: 100%;
	transition-duration: 0.3s;
}
li.navbar-minimize a{
	color: #fff;
	display: inline-block;
}


/*side menu*/


#sidebar-left{
	left:0;
	width: 220px;
	overflow: hidden;
	z-index: 9;
}
.sidebar-light {
    background-color: #ffffff !important;
}
.sidebar-menu{
	padding:0;
}
.sidebar-menu > li > a{
	padding: 6px 15px;
}
.sidebar-light.sidebar-box .sidebar-menu > li > a > .icon i, .sidebar-light.sidebar-rounded .sidebar-menu > li > a > .icon i, .sidebar-light.sidebar-circle .sidebar-menu > li > a > .icon i {
    border: 2px solid #ddd;
    background-color: white;
}
.sidebar-circle .sidebar-menu > li > a > .icon i {
    border-radius: 50%;
}
.sidebar-light.sidebar-box .sidebar-menu > li > a > .icon:after, .sidebar-light.sidebar-rounded .sidebar-menu > li > a > .icon:after, .sidebar-light.sidebar-circle .sidebar-menu > li > a > .icon:after {
    border: 1px solid #ddd;
}
.sidebar-menu > li > a > .icon:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 29px;
    z-index: -1;
}
.sidebar-menu > li > a > .arrow:before {
    content: "\f105";
}
.sidebar-menu > li > a {
    display: block;
    padding: 6px 15px;
}
.sidebar-menu > li > a > .icon i {
    text-align: center;
    line-height: 25px;
    width: 29px;
    font-size: 12px;
}
.sidebar-menu > li > ul > li {
    line-height: 15px;
    border-bottom: 1px solid #f6f8f8;
}

.sidebar-menu ul li a {
    font-size: 13px;
    text-decoration: none;
    padding: 8px 0 8px 22px;
    display: block;
    text-transform: capitalize;
    color: #333;
}
.sidebar-light.sidebar-box .sidebar-menu > li > ul > li a:before, .sidebar-light.sidebar-rounded .sidebar-menu > li > ul > li a:before, .sidebar-light.sidebar-circle .sidebar-menu > li > ul > li a:before {
    content: "\2014\00a0";
    margin-left: 13px;
}

.sidebar-light .sidebar-menu > li > a > span{
	font-size: 13px;
}

.sidebar-light .sidebar-menu > li > ul > li a:before {
    color: #ddd !important;
}

.sidebar-menu ul li {
    position: relative;
}

.sidebar-circle .sidebar-menu > li > ul > li:after {
    border-radius: 50%;
}

.sidebar-light .sidebar-menu > li > ul > li:after {
    background-color: white !important;
}

.sidebar-menu > li > a > .arrow:before, .sidebar-menu > li > a > .plus:before {
    font-family: FontAwesome;
    font-size: 15px;
}
.sidebar-menu > li > a > .arrow:before {
    content: "\f105";
}
.sidebar-menu > li > a > .arrow, .sidebar-menu > li > a > .plus {
    vertical-align: middle;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: 20px;
}
body.page-sidebar-fixed #sidebar-left {
    position: absolute;
    left: 0px;
    top:63px;
    bottom: 0;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 50%);
    padding-right: 15px;
}
.sidebar-light .sidebar-menu > li > ul > li:after{
    z-index: 1;
    width: 8px;
    height: 8px;
    left: 26px;
    top: 12px;
    content: '';
    position: absolute;
    bottom: auto;
    border-color: transparent;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: all 0.5s ease-in-out 0s;
    -moz-box-shadow: 0 0 0 2px #ddd;
    -webkit-box-shadow: 0 0 0 2px #ddd;
    box-shadow: 0 0 0 2px #ddd;
}

body.page-session.page-header-fixed.page-sidebar-fixed.class\= #sidebar-left{
	left: 0;
    opacity: 9;
	transition-duration: .8s;
}
body.page-session.page-header-fixed.page-sidebar-fixed.class\=.page-sidebar-minimize #sidebar-left{
	left: -17%;
    opacity: 0;
	transition-duration: 0.8s;
}

#sidebar-left.sidebar-box .sidebar-menu > li > ul > li:hover:after, #sidebar-left.sidebar-rounded .sidebar-menu > li > ul > li:hover:after, #sidebar-left.sidebar-circle .sidebar-menu > li > ul > li:hover:after {
    -webkit-box-shadow: 0 0 0 5px #f4a911;
    -moz-box-shadow: 0 0 0 5px #f4a911;
    box-shadow: 0 0 0 5px #f4a911;
}

section#page-content {
    width: 100%;
    float: left;
    /*padding-top:40px;*/
}
.tab-content{
	width: 100%;
	float: left;
	padding:15px;
	border-radius: 3px;
}
.cloud_bg, .clouds {
    width: 100%;
    margin: 0;
    background: url(/images/bg/silver-bg.png) #fffbea;
    background-size: cover;
    min-height: 490px;
    height: 100%;
}
.beehiveshadow {
        box-shadow: 0px 2px 4px rgb(0 0 0 / 27%);
}

.intro h1, .intro-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: -0.3px;
    margin-bottom: 30px;
    padding-bottom: 0;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
    text-transform: uppercase;
    transition: font 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    margin-top:20px;
    width: 100%;
    float:left;
    text-align: center;
}

form#login {
    width: 100%;
    float: left;
}
form .form-group {
    width: 100%;
    float: left;
}
form .form-group .control-label {
    padding-top: 3px;
    font-weight: 300;
    font-size: 13px;
    text-align: right;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea, select {
    color: #555 !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
}


.tab-content.beehiveshadow.mb-10 .form-control{
	background: #fff;
	border:1px solid #ddd;
	border-radius: 0;
}
input:focus, textarea:focus {
	box-shadow: none !important;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
.form-horizontal .form-group .checkbox {
    padding-top: 2px;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
a:hover, a:active, a:focus {
    color: #f4a911;
}

button#login-btn {
    border-radius: 0;
    font-size: 14px;
}

.btn-beelife{
	border-radius: 0;
}

.btn-success.focus, .btn-success:focus{
	box-shadow: none;
}

aside#sidebar-right{
    display: none;
}
.tab-content.beehiveshadow.mb-10 {
    margin-bottom: 30px;
}

@media (max-width: 767px){
    ul.nav.navbar-nav.navbar-right{
        display: none;
    }
    .navbar-account-mobile{
        position: absolute;
        top: 50% !important;
        right: 0;
        transform: translate(0, -50%);
        padding-right: 15px;
    }
    .container#side-alignment{
        display: none;
    }
    body.page-sidebar-minimize .header-left, body.page-sidebar-minimize-auto .header-left{
        display: block;
    }
    body.page-header-fixed #header .header-left{
        position: relative;
        float: left;
        width: 100%;
        display: block;
    }
    #header .navbar-minimize-mobile {
        position: absolute;
        vertical-align: top;
        text-align: center;
        height: auto;
        line-height: 43px;
        cursor: pointer;
        padding-top: 8px;
        width: auto;
        z-index: 1;
        display: block;
        left:15px;
        top:50%;
        transform: translate(0, -50%);
    }
    #header .navbar-minimize-mobile i {
        font-size: 25px;
        color: #fff;
    }
    #header .header-left, #header .header-right {
        /*display: block;*/
    }
    #header{
        display: inline-block;
    }
    .tab-content.beehiveshadow.mb-10{
        padding:0;
    }
    .clouds{
        padding: 0 10px 30px;
    }
    form .form-group .control-label{
        text-align: left;
    }
    section#page-content{
        padding-top:15px;
    }
    li.navbar-minimize a {
        color: #fff;
        display: inline-block;
    }
    .navbar-account-mobile a{
        background: transparent;
        border:none;
    }
   body.page-session.page-header-fixed.page-sidebar-fixed.class\= aside#sidebar-left {
        left: -93%;
        opacity: 0;
        transition-duration: 0.4s;
    }
    body.page-session.page-header-fixed.page-sidebar-fixed.class\=.page-sidebar-left-show aside#sidebar-left{
        left: 0;
        opacity: 9;
        transition-duration: 0.4s;
    }
    .header-left .navbar-header{
        text-align: center;
    }
    body.page-sidebar-left-show #sidebar-left {
        top: 63px !important;
    }
    .navbar-account-mobile .dropdown-toggle::after{
        display: none;
    }
    .navbar-account-mobile .txt-fff{
        font-size: 13px;
        color: #fff;
        padding: 0 !important;
    }
    div#get-started .modal-header {
        border-radius: 0px !important;
    }    
    div#get-started .modal-content{
        border-radius: 4px;
    }
    div#get-started .modal-header .close {
        position: absolute;
        right: 10px;
        top: 15px;
    }
    div#get-started .modal-header h3{
        font-size: 22px;
    }
    div#get-started .modal-body a.btn{
        font-size: 13px;
    }
    
}

@media (min-width:768px) and (max-width:991px){
     body.page-session.page-header-fixed.page-sidebar-fixed.class\= aside#sidebar-left {
        left: -93%;
        opacity: 0;
        transition-duration: 0.4s;
    }
   body.page-session.page-header-fixed.page-sidebar-fixed.class\=.page-sidebar-minimize aside#sidebar-left{
        left: 0;
        opacity: 9;
        transition-duration: 0.4s;
    }
}



.modal.modal-center {
    padding-top: 10%;
}
.modal-dialog {
    width: 600px;
    margin: 30px auto
}
.loginmodal-container {
    padding: 20px;
    max-width: 1000px;
   /* width: 80% !important;*/
    background-color: #f2cc11;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
    overflow: hidden;
    border: 1px solid #03a9f4;
    }
.modal .modal-dialog .modal-content {
    border: 1px solid #ddd;
}    

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
    position: absolute;
    right: 30px;
    top:40px;

}

#loginFormAffiliate input::placeholder {
    font-size: 13px;
}

.loginmodal-container input[type="text"], .loginmodal-container input[type="email"], .loginmodal-container input[type="password"] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
}
.loginmodal-container input[type="submit"] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.login-help {
    font-size: 14px;
}
.loginmodal-container a {
    text-decoration: none;
    color: #ce0e5f;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}
.loginmodal-submit {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgb(0 0 0 / 10%);
    border:solid 1px;
    padding: 17px 0px;
    font-size: 14px;
    transition-duration: .4s;
}

@media (max-width: 767px){
    .modal-dialog {
        width: 93%;
        margin: 30% auto;
    }
    .loginmodal-container{
        padding: 0;
    }
}



div#loginbeetobee .modal-header{
    background: transparent !important;
}


#wrapper section#page-content {
    min-height: 100vh;
    background: #FCFFFE;
    font-family: var(--primaryFont);
    background: url('../../../core/new-signup-flow/images/techbank_signup_email_bg.svg') center;
    background-size: cover;
    color: var(--fontColor);
    position: relative;
}

/*#header.beehive-nav{
    background: #fff;
}
div#side-alignment{
    max-width: 100%;
}*/
.bg-login{
    padding-top: 50px;
}
.bg-login form .form-group .inputbg input {
    box-shadow: 0px 8px 21px #83b5fb33;
    outline: none;
    border: none;
    padding: 0 20px;
    line-height: 45px;
    height: 45px;
    border-radius: 8px !important;
    background: #fff;
    width: 100%;
}
.bg-login form .form-group input::placeholder{
    color: #C0C0C0;
    font-size: 12px;
    font-weight: 100;
}
button#login-btn {
    font-size: 14px;
    width: 100%;
    padding: 13px 15px;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-last a{
    font-size: 12px;
    margin-bottom: 15px;
    color: #007bff;
    display: inline-block;
}
.bg-login h1{
    font-size: 26px;
    text-align: left;
    margin-bottom: 10px;
}
.bg-login p.alt{
    font-size: 12px;
    margin-bottom: 20px;
    color: #747474;
}
.bg-login label.control-label {
    font-weight: 500 !important;
    font-size: 11px !important;
    color: #3C3C3C;
}
p.last{
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
}

p.last span{
    color: #007bff;
}
p.last span a::after{
    display: none;
}
button#login-btn i{
    margin:0;
    margin-left: 10px;
}
@media(max-width: 767px){
    .btn-last{
        padding: 0 15px;
    }
}