.auth-left-wrapper .brands-logo {
    text-align: center;
    vertical-align: middle;
    align-content: center;
    position: absolute;
    top: 25%;
    left: 25%;
}

.login-card {
    margin: 0 auto;
    background: url(../images/login/login-bg-1.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.partner-logo {
    width: 100px;
}

.image-logo {
    width: 130px;
    text-align: center;
}

.rounded-social-buttons {
    text-align: center;
}

.rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #fefefe;
    font-size: 25px;
    line-height: 35px;
    transition: all 0.5s ease;
    box-shadow: 0 2px 6px #aaa;
    margin: 0 2px;
}

.rounded-social-buttons a i {
    font-size: 17px;
}

.rounded-social-buttons .social-button.facebook {
    color: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover {
    background-color: #3b5998;
    color: #fff;
}

.rounded-social-buttons .social-button.twitter {
    color: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover {
    background-color: #55acee;
    color: #fff;
}

.rounded-social-buttons .social-button.linkedin {
    color: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover {
    background-color: #007bb5;
    color: #fff;
}

.rounded-social-buttons .social-button.instagram {
    color: #fb3958;
}

.rounded-social-buttons .social-button.instagram:hover {
    color: #fff;
    -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}

.rounded-social-buttons .social-button.mail {
    color: #727cf5;
}

.rounded-social-buttons .social-button.mail:hover {
    background-color: #727cf5;
    color: #fff;
}

.auth-page .auth-left-wrapper {
    width: 100%;
    height: 100%;
    background-color: #d2ddfc;
    background-size: cover;
    position: relative;
}

.auth-page .auth-left-wrapper:before {
    content: '';
    position: absolute;
    background-image: url(../images/login/shape-1.png);
    background-repeat: no-repeat;
    width: 65%;
    top: 0px;
    /*left: 156px;*/
    right: 0px;
    z-index: 1;
    height: 178px;
}

.login-box:after {
    content: '';
    position: absolute;
    z-index: 999;
    background-image: url(../images/login/shape-4.png);
    background-repeat: no-repeat;
    width: 90%;
    height: 30%;
    /*top: 435px;*/
    left: 12px;
    bottom: 29px;
}

.page-wrapper {
    background: none !important;
}

/*
.height-700 {
    height: 700px;
}*/

.logo-image h5 {
    margin-top: 25px;
    margin-bottom: 35px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 500;
    line-height: 28px;
    font-size: 19px;
}

.login-box {
    box-shadow: 0 0 20px rgb(114 124 245 / 62%);
    background-color: #fff;

}

.form-group label {
    color: #a7a7a7;
    font-weight: 500;
    margin-bottom: 15px;
}

.form-control,
select,
.email-compose-fields .select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-search__field,
.typeahead,
.tt-query,
.tt-hint {
    border: 1px solid #d8d8d8;
    border-radius: 20px;
}

.btn-login {
    font-size: 15px;
    line-height: 1;
    padding: 12px 65px;
    font-weight: 500;
    margin-top: 25px;
    border-radius: 20px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #727cf5;
    border-color: #727cf5;
}

.btn-login:hover {
    background-color: #fff;
    border-color: #727cf5;
    color: #727cf5;
}

.forget-btn {
    color: #3961bc;
    font-size: 14px;
    display: block;
    font-weight: 500;
    text-align: right;
    margin-top: 10px;
}

.card-title a {
    margin-top: 25px;
}

/*.modal-title {
    font-family: 'Roboto', sans-serif;
}*/

.show-mob {
    display: none;
}

/* start ap changes */
.logo-image {
    margin-bottom: 10px;
}

.logo-image img {
    height: 100px;
}

.login_title_box .log-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 26px;
    color: #202223;
    letter-spacing: 0;
}

.login_title_box .log_sub_tit {
    color: rgb(109, 113, 117);
    font-weight: 400;
    font-size: 16px;
}

.ntb_tit {
    color: rgb(109, 113, 117);
    font-weight: 400;
    font-size: 14px;
    margin-top: 15px;
}

.ntb_tit a {
    color: #3961bc;
}

.ntb_tit a:hover {
    text-decoration: underline;
}

.form-group label.rec_sub_tit {
    color: rgb(109, 113, 117);
    font-weight: 500;
    font-size: 14px;
}

.login_title_box {
    margin-bottom: 20px;
}

.login_pagef .form-group {
    margin-bottom: 25px;
}

.login_pagef .form-control {
    border: 1px solid #8C9196;
    border-radius: 4px;
    color: #8C9196;
    font-size: 14px;
}

.login_pagef .btn {
    opacity: 1;
    cursor: pointer;
    font-size: 16px;
}

.rec_add_bx {
    display: flex;
    padding: 10px 5px;
}

.rec_add_bx:hover {
    background: #F6F6F7;
    border-radius: 3px;
}

.login_pagef .btn.rec_loginbtn {
    background: transparent;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    border: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 35px;
    margin-right: 15px;
}

.auth-form-wrapper .btn.rec_loginbtn:hover,
.auth-form-wrapper .btn.rec_loginbtn:focus {
    background: transparent;
    box-shadow: none;
    outline: none;
    border: 0;
}

.reclogin_user_avatar {
    width: 35px;
    height: 35px;
    background: #3961bc;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-right: 10px;
}

.reclogin_user_avatar span {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 1px;
}

.login_pagef .g-recaptcha {
    margin-top: 25px;
}

.auth-page .card-body {
    padding: 1.5rem 2.3rem;
}

.auth-form-wrapper .btn:hover {
    background: #3961bce8;
}

.auth-page .card {
    margin-bottom: 0;
}

.logout_btns {
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    color: #3961bc;
    text-align: right;
    margin-left: auto;
    line-height: 35px;
    width: 60px;
}

.logout_btns:hover {
    text-decoration: underline;
    color: #3961bc;
}

.main-wrapper.login-card .page-wrapper .page-content {
    padding: 10px 0;
}

/* end ap changes */
@media screen and (max-width: 767px) {
    .login-card {
        background-size: cover;
    }

    .row.auth-page {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .show-mob {
        display: block;
        margin-bottom: 20px;
    }

    .left-box {
        display: none;
    }

    .login-box:after {
        display: none;
    }
}

@media screen and (max-width: 1300px) and (min-width: 800px) {
    .auth-page .auth-left-wrapper::before {
        right: 0px;
        width: 53% !important;
    }
}

@media screen and (max-width: 1800px) and (min-width: 1000px) {
    .auth-page .auth-left-wrapper::before {
        /*eft: 127px !important;*/
        right: 0px;
        width: 67%;
    }

    .login-box:after {
        width: 76%;
        height: 20%;
        background-size: 100%;
        top: unset;
        /* left: 12px; */
        bottom: 30px;
    }

    .btn-login {
        padding: 12px 50px;
    }

    .auth-left-wrapper .brands-logo {
        text-align: center;
        vertical-align: middle;
        align-content: center;
        top: 35%;
        left: 20%;
    }
}

@media screen and (max-width: 700px) {


    .auth-page .auth-left-wrapper:before {
        display: none;
    }

    .login-box:after {
        display: none;
    }

}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .login-card {
        background-position: unset;
        background-size: cover;
    }

    .brands-logo {
        left: 75px;
    }
}

@media (max-width: 480px) {

    .image-logo {
        left: 80px;
    }

    .brands-logo {
        left: 80px;
    }

    .auth-page .auth-left-wrapper:before {
        left: 106px;
    }

    .login-box:after {
        width: 93%;
        background-size: 100%;
        top: 375px;
    }

    .logo-image {
        text-align: left !important;
    }

    .logo-image img {
        width: 100px;
    }

    .logo-image h5 {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 11px;
        font-size: 15px;
    }

    .image-logo {
        width: 100px;
    }

    .rounded-social-buttons .social-button {
        width: 30px;
        height: 30px;
        line-height: 22px;
    }

    .rounded-social-buttons a i {
        font-size: 12px;
    }

    .btn-login {
        padding: 10px 40px;
    }

    .login-card {
        background-position: initial;
    }

    .show-mob {
        display: block;
    }

    .left-box {
        display: none;
    }

    .rounded-social-buttons {
        text-align: center;
    }

    .login-box {
        margin-top: 30px;
    }

    .main-wrapper .page-wrapper .page-content {
        padding: 0px;
    }
}

@media screen and (max-width:390px) {
    .login-box:after {
        width: 92%;
        background-size: 100%;
        /*top: 337px;*/
        bottom: 0px;
    }

    .login-box {
        margin-top: 20px;
    }

    .image-logo {
        width: 85px;
    }

    .rounded-social-buttons .social-button {
        width: 25px;
        height: 25px;
        line-height: 17px;
    }

    .form-group {
        margin-bottom: 7px;
    }

    .card {
        margin-bottom: 10px;
    }

    .auth-form-wrapper {
        padding-top: 15px !important;
    }

    .mt-3,
    .dataTables_wrapper div.dataTables_paginate ul.pagination,
    .my-3 {
        margin-top: -10px !important;
    }
}

@media (max-width:369px) {
    .logout_btns {
        width: 90px;
    }
}

/*@media (min-width: 1150px) and (max-width: 1300px){
   .brands-logo
   {
      position: absolute;      
      top: 200px !important;
      left: 80px !important;
   }
   .auth-page .auth-left-wrapper:before
   {
      left: 97px !important;
   }
   .btn-login
   {
      padding: 10px 40px;
   }
   .forget-btn
   {
      font-size: 10px;
   }
   .login-box:after
   {
      width: 96%;
      background-size: 100%;
      top: 424px !important;
   }
   .height-700
   {
      height: 625px;
   }
   .image-logo
   {
      width: 130px;
   }
   .rounded-social-buttons .social-button
   {
      width: 25px;
      height: 25px;
      line-height: 17px;
   }
   .rounded-social-buttons a i
   {
      font-size: 12px;
   }
   .logo-image img
   {
      width: 100px;
   }
   .logo-image h5 {
      margin-top: 15px;
      margin-bottom: 25px;
      line-height: 25px;
      font-size: 15px;
   }
   .form-control, select, .email-compose-fields .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint
   {
      height: 35px;
      margin-bottom: 30px;
   }
   .login-card
   {
      background-position: initial;
   }
}
@media (max-width:1366px) and (min-width:768px){
  .auth-page .auth-left-wrapper:before
   {
      left: 114px;
   }
   .logo-image img
   {
      width: 250px
   }
   .image-logo
   {
      width: 150px;
   }
   .brands-logo {
      position: absolute;
      top: 174px;
      left: 55px;
    }
    .login-box::after {
      width: 96%;
      height: 37%;
      top: 385px;
      left: 12px;
      background-size: 100%;
    }
    .form-control, select, .email-compose-fields .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint
    {
      height: 36px;
    }
    .btn-login
    {
      padding: 11px 50px;
    }
    .height-700 {
      height: 615px !important;
    }
}
@media screen and (max-width: 1200px) and (min-width:1151px)
{
  .auth-page .auth-left-wrapper:before
   {
      left: 97px;
   }
}*/
/*///login input zoom*/
/** iPhone and iOS Form Input Zoom Fixes **/
/*/ Fix Input Zoom on devices older than iPhone 5: /*/
/** iPhone and iOS Form Input Zoom Fixes **/
/*/ Fix Input Zoom on devices older than iPhone 5: /*/
@media screen and (device-aspect-ratio: 2/3) {

    select,
    textarea,
    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"],
    textarea.inp-pd,
    input[type="url"] {
        font-size: 16px !important;
    }
}

/*/ Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g /*/
@media screen and (device-aspect-ratio: 40/71) {

    select,
    textarea,
    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"],
    textarea.inp-pd,
    input[type="url"] {
        font-size: 16px !important;
    }
}

/*/ Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  /*/
@media screen and (device-aspect-ratio: 375/667) {

    select,
    textarea,
    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"],
    textarea.inp-pd,
    input[type="url"] {
        font-size: 16px !important;
    }
}

/*/ Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  /*/
@media screen and (device-aspect-ratio: 9/16) {

    select,
    textarea,
    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"],
    textarea.inp-pd,
    input[type="url"] {
        font-size: 16px !important;
    }
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {

    select,
    textarea,
    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"],
    textarea.inp-pd,
    input[type="url"] {
        font-size: 16px !important;
    }
}

@media only screen and (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2) {

    select,
    textarea,
    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"],
    textarea.inp-pd,
    input[type="url"] {
        font-size: 16px !important;
    }
}


@media only screen and (device-width : 414px) and (device-height : 736px) and (-webkit-device-pixel-ratio : 3) {

    select,
    textarea,
    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"],
    textarea.inp-pd,
    input[type="url"] {
        font-size: 16px !important;
    }

}

/*End*/
