/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');*/

/*@font-face {
    font-family: 'HelveticaNeue-BoldCN';
    src: url('../fonts/HelveticaNeueLTStd-BdCn.otf') format('truetype');
}*/
@font-face {
    font-family: Helvetica;
    src: url(../fonts/HelveticaNeueLTStd-Cn.otf);
}
body {
    background: url(../images/bg1.jpg);
    font-family: Helvetica, Arial, sans-serif !important;
    background-size: contain;
    background-attachment: fixed;
    letter-spacing: .03em;
}

h5,
h4,
h3,
h1,
h2,
h6 {
    font-weight: 400;
    letter-spacing: .03em;
}

body:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    mix-blend-mode: normal;
    background: rgb(0 48 64 / 50%);
}

.row.new-lg {
    height: 100%;
}

.login-main-wrp {
    width: 80%;
    margin: 5vh auto;
    background: #fff;
    height: 90vh;
    position: relative;
    z-index: 1;
}

.scroll-right-wp {
    max-height: 90vh;
    overflow-y: scroll;
    padding: 15px;
}

.left-side-sc {
    background: url(../images/bg1.jpg);
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    position: relative;
}

.left-side-sc figure {
    margin-bottom: 0;
    position: relative;
}

.bo-heading {
    color: #007bff;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}

.bo-heading:before,
.bo-heading:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DFE0EB;
}

.bo-heading:after {
    bottom: -15px;
}

.bo-heading:before {
    bottom: -11px;
}

.left-side-sc:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* background: linear-gradient(160.85deg, rgba(185, 223, 0, 0.98) 6.58%, rgba(0, 185, 234, 0.79) 82.79%);*/
   /* background: linear-gradient(rgba(185, 223, 0, 0.88) 6.58%, rgba(185, 223, 0, 0.88) 6.65%);*/
    background:rgba(185, 223, 0, 0.9);
    mix-blend-mode: normal;
}

.pic-ft {
    width: 150px;
    height: 150px;
    background: #fff;
    /*border-radius: 100px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    border:2px solid #000;
    margin-top:15px;
}

.pic-ft img {
    /*position: absolute;*/
    object-fit: cover;
    width:100px;
}

.left-side-sc h2 {
    color: #FFF;
    margin-top: 30px;
}

.left-side-sc h5 {
    color: #fff;
    margin-bottom: 0;
}

span.input-group-text {
    background: #fff;
    border-right: 0;
    position: relative;
    border-radius: 0 !important;
}

.scroll-right-wp .form-control {
    border-left: 0;
    border-radius: 0 !important;
}

.scroll-right-wp span.input-group-text:before {
    content: '';
    position: absolute;
    right: 0;
    height: 75%;
    background: #ced4da;
    width: 2px;
}

.tab-log-btn .btn {
    padding: 15px 51px;
    font-weight: 400;
}

a.btn.btn-light.active {
    background: #fff !important;
    border: 0;
    color: #00B9EA !important;
}


/* width */

.scroll-right-wp::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.scroll-right-wp::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(206, 206, 206);
    border-radius: 10px;
}


/* Handle */

.scroll-right-wp::-webkit-scrollbar-thumb {
    background: linear-gradient( 160.85deg, rgba(185, 223, 0, 0.98) 6.58%, rgba(0, 185, 234, 0.79) 82.79%);
    border-radius: 10px;
}


/* Handle on hover */

.scroll-right-wp::-webkit-scrollbar-thumb:hover {
    background: linear-gradient( 160.85deg, rgba(153, 184, 0, 0.98) 6.58%, rgba(1, 121, 155, 0.79) 82.79%);
}

a.active.btn {
    color: #00B9EA;
    font-size: 20px;
}


/****************Login -page**************************/

.right-side-sc-login {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.right-side-sc-login .scroll-right-wp {
    max-height: unset;
    overflow: unset;
    padding-left: 0;
}

.show-password {
    cursor: pointer;
}

.add-more-handle {
    width: 30px;
    height: 30px;
    box-shadow: 0 0 0 #000;
    background: #b6db01;
    color: #fff;
    display: flex;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}


/******************************************/

@media (max-width:991px) {
    .right-side-sc {
        background: #fff;
    }
    .scroll-right-wp {
        overflow: unset;
        max-height: initial;
    }
    .right-side-sc-login .scroll-right-wp {
        padding: 30px;
    }
    .left-side-sc figure {
        padding: 30px 0;
    }
    .login-main-wrp {
        width: 94%;
        height: auto;
    }
}

@media (max-width:767px) {
    .tab-log-btn.mb-3 {
        display: flex;
    }
    .tab-log-btn .btn {
        padding: 5px 40px;
    }
}