body {
 font-family: font-family: 'Poppins', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: normal;
    text-align: center;
}
strong {
    font-weight: 500;
}
a, a:hover, a:focus {
    color: #de995e;
    outline: none;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}
h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}
img {
    max-width: 100%;
}

::-moz-selection {
background: #de995e;
color: #fff;
text-shadow: none;
}
::selection {
    background: #de995e;
    color: #fff;
    text-shadow: none;
}
.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 16px 20px 0 20px;
    background: #de995e;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}
.btn-link-1.btn-link-1-facebook {
    background: #4862a3;
}
.btn-link-1.btn-link-1-twitter {
    background: #55acee;
}
.btn-link-1.btn-link-1-google-plus {
    background: #dd4b39;
}
.btn-link-1 i {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
}
.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}
/***** Top content *****/

.inner-bg {
    padding: 70px 0 100px 0;
}
.top-content .text {
    color: #fff;
}
.top-content .text h1 {
    color: #fff;
}
.top-content .description {
    margin: 20px 0 10px 0;
}
.top-content .description p {
    opacity: 0.8;
}
.top-content .description a {
    color: #fff;
}
.top-content .description a:hover, .top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}
.form-box {
    margin-top: 25px;
}
.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #fff;

}
.form-top-left {
    float: left;
    width: 100%;
    padding-top: 33px;
}
.form-top-left h3 {
    margin-top: 0;
}
.form-top-right {
    float: left;
    width: 25%;
    padding-top: 15px;
    font-size: 50px;
    color: #f8f8f8;
    text-align: right;
}
.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}
.form-bottom form textarea {
    height: 100px;
}
.form-bottom form button.btn {
    width: 100%;
}
.form-bottom form .input-error {
    border-color: #de995e;
}
.social-login {
    margin-top: 35px;
}
.social-login h3 {
    color: #fff;
}
.social-login-buttons {
    margin-top: 25px;
}
a.forgot {
    color: #0084B4;
    text-decoration: none;
    font-size: 12px;
    padding-top: 10px;
    font-weight: 500;
}
a.forgot:hover {
    color: #0084B4;
    text-decoration: underline;
}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
.inner-bg {
    padding: 60px 0 110px 0;
}
}

@media (max-width: 415px) {
h1, h2 {
    font-size: 32px;
}
}
a.forgot {
    display: inline-block;
}
a.forgot, button.btn {
    overflow: hidden;
    position: relative;
}
a.forgot:active:after, button.btn:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s;
}
a.forgot:after, button.btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 2s;
    transform-origin: 50%;
    pointer-events: none;
}
.separatline {
    background: rgba(221, 221, 221, 0.33);
    margin-left: 30px;
    width: 1px;
    height: 500px;
}
.bgwhite {
    background: #e4e5e7;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    overflow: auto;
    border-radius: 6px;
}
.llpb20 {
    padding-bottom: 20px;
}
.around40 {
    padding: 40px;
}
.formbottom2 {
    text-align: left;
    border: 1px solid #e4e4e4;
}
button.btn:hover {
    opacity: 100 !important;
    color: #fff;
    background: #066dd4;
}
.form-top2 {
    text-align: left;
}
.img2 {
    width: 100%
}
.spacingmb30 {
    margin-bottom: 30px;
}
.borderR {
    border-right: 1px solid rgba(66, 66, 66, 0.16);
    padding: 0px 40px;
}
input[type="text"], input[type="password"], textarea, textarea.form-control {
    height: 40px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, textarea.form-control:focus {
}
button.btn {
    height: 40px;
    line-height: 40px;
}
.ispace {
    padding-right: 5px;
}
.form-top {
    background: transparent;
    /*box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.29);*/
    
}
.form-bottom {
background: transparent;
        height: 100%;
    padding-top: 60px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    height: 100%;
}
.font-white {
    color: #fff;
    margin-top: 0;
    font-size: 23px;
    font-weight: 400;
}
.loginbg {
    background: transparent;
    max-height: 390px;
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.29);
    border-radius: 4px;
}
.loginright {
    text-align: left;
    color: #bdbcbc;
    max-height: 400px;
    /*padding-right: 20px;*/
    overflow: auto;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.loginright h3 {
    font-size: 22px;
    color: #fff;
    margin-top: 10px;
    line-height: normal;
    font-weight: 500;
    padding-bottom: 10px;
}
.loginright h4 {
    font-weight: normal;
    line-height: normal;
}
.loginright p {
    line-height: 18px;
    font-size: 13px;
}
.slimScrollBar {
    background: none repeat scroll 0 0 #6b58cd !important;
    border-radius: 0;
    display: none;
    height: 390px;
    position: absolute;
    width: 10px!important;
    z-index: 99;
}
.more {
    display: block;
}
a.more {
    text-decoration: none;
    color: #b0de37;
    font-size: 12px;
}
a.more:hover {
    color: #0084B4;
    text-decoration: none;
}
.logdivider {
    background: rgba(255, 255, 255, 0.11);
    clear: both;
    width: 100%;
    height: 1px;
    margin: 15px 0 15px;
}
.loginbg .text-danger {
    color: #a94442;
    font-size: 13px;
}
.loginbg span p {
    margin-bottom: 0;
    margin-top: 10px;
}
.lineh30 {
    line-height: 30px;
}
.logowidth {/*padding-right: 120px; */
    height: 45px;
}
.loginbg .alert-danger {
    margin-bottom: 15px;
    padding: 6px 20px;
    font-size: 13px;
}
/*latest css added by sonu tiwari*/


.width100,  .width50 {
    font-size: 12px !important;
}
.discover {
    margin-top: -90px;
    position: relative;
    z-index: -1;
}
/*.form-bottom {box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);}*/
        
.gradient {
    margin-top: 40px;
    text-align: right;
    padding: 10px;
    background: rgb(72, 72, 72);
    background: -moz-linear-gradient(left, rgba(72, 72, 72, 1) 1%, rgba(73, 73, 73, 1) 44%, rgba(73, 73, 73, 1) 100%);
    background-image: linear-gradient(to right, rgba(72, 72, 72, 0.23) 1%, rgba(37, 37, 37, 0.64) 44%, rgba(73, 73, 73, 0) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background: -webkit-linear-gradient(left, rgba(72, 72, 72, 1) 1%, rgb(73, 73, 73) 44%, rgba(73, 73, 73, 1) 100%);
    background: linear-gradient(to right, rgba(72, 72, 72, 0.02) 1%, rgba(37, 37, 37, 0.67) 30%, rgba(73, 73, 73, 0) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#494949', GradientType=1);
}

@media (min-width: 320px) and (max-width: 991px) {
.width100 {
    width: 100% !important;
    display: block !important;
    float: left !important;
    margin-bottom: 5px !important;
    border-radius: 2px !important;
}
.width50 {
    width: 50% !important;
    margin-bottom: 5px !important;
    display: block !important;
    border-radius: 2px 0px 0px 2px !important;
    float: left !important;
    margin-left: 0px !important;
}
.widthright50 {
    width: 50% !important;
    display: block !important;
    margin-bottom: 5px !important;
    border-radius: 0px 2px 2px 0px !important;
    float: left !important;
    margin-left: 0px !important;
}
}
input[type="text"],  input[type="password"],  textarea,  textarea.form-control {
    height: 40px;
    border: 1px solid #999;
}
input[type="text"]:focus,  input[type="password"]:focus,  textarea:focus,  textarea.form-control:focus {
    border: 1px solid #424242;
}
button.btn {
    height: 40px;
    line-height: 40px;
}

@media(max-width:767px) {
.discover {
    margin-top: 10px
}
.gradient {
    text-align: center;
}
.logowidth {
    padding-right: 0px;
}
}

@media(min-width:768px) and (max-width:992px) {
.discover {
    margin-top: 10px
}
.logowidth {
    padding-right: 0px;
}
.gradient {
    text-align: center;
}
}
.backstretch {
    position: relative;
}
.backstretch:after {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(186, 192, 0, 0.80);
    
    
    
    background: rgb(186,192,0); 
background: -moz-linear-gradient(left, rgba(186,192,0,0.80) 0%, rgba(41,60,142,0.80) 84%); 
background: -webkit-linear-gradient(left, rgba(186,192,0,0.80) 0%,rgba(41,60,142,0.80) 84%); 
background: linear-gradient(to right, rgba(186,192,0,0.80) 0%,rgba(41,60,142,0.80) 84%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bac000', endColorstr='#293c8e',GradientType=1 );
    
    
    
}
.col-md-offset-3 {
    margin-left: 29%;
}
.loginbg {
    background-color: #fff;
    border-radius: 0px;
    z-index: 5000;
    max-height: 100%;
    position: relative;
    max-width: 500px;
    max-width: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    height: 100%;
    flex-direction: column;
    
        position: relative;
    padding: 50px;
    height: 100%;
    
    
    
    
}
.loginright {
    text-align: left;
    color: #fff;
    max-height: 385px;
    /* padding-right: 20px; */
    overflow: auto;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 385px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.logdivider {
    background: rgba(255, 253, 253, 0.7);
    clear: both;
    width: 100%;
    height: 1px;
    margin: 15px 0 15px;
}
.separatline {
    margin-left: 30px;
    width: 1px;
    height: 450px;
    background: rgba(255, 253, 253, 0.7);
}
.loginright h3 {
    font-size: 22px;
    color: #eae8e8;
    margin-top: 10px;
    line-height: normal;
    font-weight: 500;
    padding-bottom: 10px;
}
.col-md-offset-3 {
    margin-left: 29%;
}
a.forgot {
    padding-top: 0px;
}

@media (max-width: 767px) {
.separatline {
    margin-left: 0;
    width: 100%;
    height: 2px;
    margin: 35px auto 0px auto;
}
.col-md-offset-3 {
    margin-left: 0;
}
}
.top-content {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.iinerbg,  .lbgrid {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.iinerbg .container-fluid {
    flex: 1 1;
    margin: 0;
    padding: 0px;
}
.lbgrid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.lbgridcell {
flex: 1 1;
    flex-basis: auto;
    flex-grow: 1;
        max-width: 500px;
}
body,  html {
    height: 100%;
    width: 100%;
}
body,  html {
    display: flex;
    flex-direction: column;
}

/*latest css added by sonu tiwari*/

body, html {
    font-family: Source Sans Pro,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #677275;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.lbgridcell {
    flex: 1 1;
    flex-basis: auto;
    flex-grow: 1;
        flex: 0 0 100%;
}
.h3title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #32325d;
    font-family: Roboto,Helvetica,Arial,sans-serif;
}
.h3text{
        font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #59626e;
    padding-top: 6px;
}


.formcontainer {
    padding: 20px 0 0;
}

.lb-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lb-grid-gutters {
    margin: -1em 0 1em -1em;
}

.form-group {
        padding: 1em 0 0 1em;
       flex: 0 0 100%;
        position: relative;
    display: flex;
}
input[type="text"], input[type="password"], textarea, textarea.form-control {
   display: block;
    width: 100%;
    flex: 1 1;
    outline: 0;
    min-width: 0;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 16px;
    font-family: inherit;
    padding: 16px 14px!important;
    color: #525252;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    height: auto;
}
 a.forgot {
    display: block;
    text-align: right;
         color: #293c8e;
     font-size: 14px;
    font-weight: 400;
    line-height: 16px;
         font-family: Roboto,Helvetica,Arial,sans-serif;
}
.battoree{
        margin-top: calc(20px + 1em);
        display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 20px;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    border: 0px;
    border-color: transparent;
        transition: all .3s ease-in-out;
    background: rgb(186,192,0); /* Old browsers */
background: -moz-linear-gradient(left, rgba(186,192,0,1) 0%, rgba(41,60,142,1) 84%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(186,192,0,1) 0%,rgba(41,60,142,1) 84%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(186,192,0,1) 0%,rgba(41,60,142,1) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bac000', endColorstr='#293c8e',GradientType=1 );
}

.battoreedisabled {
    pointer-events: none;
    opacity: .6;
}
.rtend{
        align-items: flex-end!important;
    justify-content: flex-end!important;
    padding: 0px!important;
}
/*latest css added by sonu tiwari*/



@media(max-width:767px) {
.separatline {
    margin-left: 0;
    width: 100%;
    height: 2px;
    margin: 35px auto 0px auto;
}
}

/* Scrollbar Styling */
#side-box ::-webkit-scrollbar {
 width: 5px!important;
}
 
::-webkit-scrollbar-track {
 background-color: #ebebeb;
 -webkit-border-radius: 10px;
 border-radius: 10px;
}

::-webkit-scrollbar-thumb {
 -webkit-border-radius: 10px;
 border-radius: 10px;
 background: #6d6d6d;
}


