﻿
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px !important;
    }
}
@media (min-width: 1800px) {
    .container {
        max-width: 1600px !important;
    }
}

body {
    font-family: "Roboto", sans-serif;;
}
a {
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 12px;
    padding-left: 12px;
}


.login-logo {
    height: 70px;
}

.login-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 29px 0;
}
@media (max-width:991px) {
/*    .login-nav {
        padding: 24px 0;
    }*/
}
.login-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 8%, rgba(9, 35, 54, 1) 51%);
}

.login-section {
    background: linear-gradient(79deg, #df8336, #e78233);
    position: relative;
    min-height: calc( 100vh);
    display: flex;
    padding: 50px 0;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 608.05px);
}

.login-page-img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

/*.login-section .container {
    max-width: 100%;
}*/

.login-form-section {
    padding: 0 90px;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 14px;
    color: #dc3545;
}

.login-section .login-div {
    padding: 40px 50px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 4px;
    min-height: 460px;
     display: flex; 
    height: auto;
    justify-content: center;
    align-items: center;
    background: white;
    max-width: 450px;
}
@media (max-width: 1600px) {
    .login-section .login-div {
        max-width: 500px;
    }
}
@media (min-width: 1800px) {
    .login-section .login-div {
        min-width: 620px;
    }
}
.login-form {
    width: 100%;
    /* display: inline-flex; */
    flex-direction: column;
    padding: 1.5rem 0;
}

/*.login-img {
    max-width: 600px;
    margin: auto;
}*/



.login-div h1 {
    font-size: 24px;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
}
.incrising_heading {
    margin-bottom: 40px !important;
}
.top-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
    .top-links a {
        color: #000;
        font-weight: bold;
        font-size: 16px;
        cursor: auto;
    }
        .top-links a:last-of-type {
            font-weight: normal;
            text-decoration: underline;
            cursor: pointer;
            font-size: 15px;
        }
.input-icons {
    color: #b3b3b3;
    font-size: 18px;
    position: absolute;
    left: 12px;
    height: 50px;
    width: 20px;
    top: -1px;
    z-index:10;
}
.login-div .input-group .form-control {
    position: relative;
    height: 45px;
    padding: 8px 8px 8px 40px;
    border: 1px solid #cccccc;
    border-radius: 4px !important;
    color: #58595A;
    outline: 1px solid #fff;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: text !important;
    min-width:100%;
}
.login-icon.fa-eye-slash1 {
    display: inline-block !important;
    height: 15px !important;
    width: 23px !important;
    background-image: url(../Images/show-password.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
    background-size: cover !important;
}
.login-icon.fa-eye1 {
    width: 23px !important;
    height: 15px !important;
    display: inline-block !important;
    background-image: url(../Images/hide-password.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
    background-size: cover !important;
}
.login-icon {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
    z-index:10;
}
.forgot-position {
    margin-left: auto;
    display: flex;
    margin: 20px 0 10px;
}
    .forgot-position a {
        text-decoration: underline;
        color: #000;
        font-size: 15px;
        margin-left: auto;
    }
.login-btn {
    font-size: 16px;
    text-transform: capitalize;
    background: #e78233 !important;
    color: #ffffff !important;
    transition: 0.5s;
    padding: 10px 35px;
    border: none;
    border-radius: 0;
    margin-top: 16px;
    background-size: 200% auto;
    min-width: 120px;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    min-width:100%;
}
.login-section .form-control:focus {
    color: #58595A;
    border: 2px solid #e78233;
    box-shadow: none !important;
}

.login-logo, .register-logo {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 0;
    text-align: center;
    padding: 15px;
}

.check-box-div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
}

.login-check.form-check {
    padding-left: initial;
}

.login-div .form-check-label {
    margin-bottom: 0;
    color: rgb(102, 102, 102);
    font-size: 14px;
    cursor: pointer;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #59b246;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 35px;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #dee2e6;
    border: #adb5bd solid 1px;
    box-shadow: none;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.login-footer {
    width: 100%;
    display: block;
}

.footer-top {
    width: 100%;
    display: block;
    padding: 60px 0;
    background: linear-gradient(90deg, rgba(0,0,0,1) 8%, rgba(9,35,54,1) 51%);
}

.footer-logo {
    display: flex;
    align-items: center;
}

.login-footer .container {
    max-width: 100%;
    padding: 0 100px;
}

.footer-social-follow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.footer-social-icon {
    margin-left: 5px;
}

.footer-follow-process {
    border-right: 2px solid white;
}

.footer-bottom {
    width: 100%;
    display: block;
    background-color: #000;
    padding: 10px 0;
}

.footer-social-icon a {
    padding: 0 5px;
    font-size: 22px;
    color: #fff;
}

.footer-bottom .copyright {
    display: flex;
    height: 100%;
    align-items: center;
}

    .footer-bottom .copyright p {
        font-size: 12px;
        color: #fff;
        margin: 0;
        text-transform: uppercase;
    }

.footer-mail {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 16px;
    height: 100%;
    align-items: center;
}

    .footer-mail h6 a {
        color: #fff;
        text-decoration: none;
    }

    .footer-mail h6 {
        padding: 5px 0;
    }

.footer-follow-process img {
    width: 100%;
    height: auto;
    max-width: 100px;
    margin-right: 16px
}

.login-logo, .register-logo {
    padding: 0;
}

.footer-slogan-div img {
    max-width: 350px;
    height: auto;
}
.btn_1 {
    color: #fff;
    background-color: #e78233;
    width: fit-content;
    font-size: 16px;
    display: block;
    padding: 12px 20px;
    border-radius: 5px;
    min-width: 130px;
    border: 0;
    min-width:100%;
}
btn_1:focus-visible {
    border: 0;
}
.footer-slogan-div {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}
@media (min-width:1200px) {
    .login-box, .register-box { 
        width: 500px !important;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .login-box, .register-box {
        width: 400px !important;
    }
}
@media (min-width:992px) {
    .desk-none {
        display:none;
    }
}

@media (max-width: 991px) {
    .login-main-image {
        display: none;
    }
    .footer-social-follow {
        flex-direction: column;
        justify-content: center;
    }
    .footer-follow-process {
        margin-bottom: 10px;
        border-right: none;
    }
        .footer-follow-process img {
            max-width: 145px;
            margin-right: 0;
            margin-bottom: 20px;
            margin-top: 15px;
        }
    .mob-none {
        display: none;
    }
    .footer-logo img {
        max-width: 270px;
    }
    .footer-logo {
        justify-content: center;
    }
    .footer-top {
        padding: 20px 0px;
    }
    .login-logo {
        height:48px;
    }
    .copyright {
        text-align: center;
        display: block !important;
    }
    .login-footer .footer-mail {
        justify-content: center !important;
    }
    .footer-mail {
        font-size: 14px;
    }
    .footer-slogan-div {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 767px){
    .login-section {
        padding: 50px 0;
    }
}
@media (max-width: 576px) {
    .login-box, .register-box {
        width: 90%;
    }
}
.container-custom {
    max-width: 100%;
    padding: 0px 15px;
    margin: auto;
}

    .footer-slogan-div img {
        width: 95%;
        max-width: 350px;
        height: auto;
    }
.login-card-body .input-group .form-control, .register-card-body .input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.footer {
    background-color: #1b2534;
    padding: 72px 0 100px;
    margin-top: -1px;
}
.footer_logo {
    margin-bottom: 30px;
}
.footer_social_icon {
    display: flex;
}
    .footer_social_icon span {
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        cursor: pointer;
    }
    .footer_social_icon a {
        text-decoration: none;
    }
    .footer_social_icon span i {
        color: #0E3553;
    }
.usefull_link {
    max-width: 240px;
    margin-left: auto;
}
@media (max-width: 1200px) {
    .usefull_link {
        max-width: 222px;
    }
}
.footer_heading h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}
.footer_heading ul li:not(:last-of-type) {
    margin-bottom: 15px;
}
.footer_heading ul li a, .footer_heading ul li a p {
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}
.footer-contact {
    max-width: 378px;
    margin: auto;
}
.footer_heading ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

.footer_heading span i {
    font-size: 24px;
    margin-right: 20px;
    margin-top: 6px;
    min-width: 20px;
}
.veridoc {
    max-width: 180px;
}
@media (min-width:992px) {
    .veridoc {
        margin-left: -3px;
    }
}
@media (min-width: 992px) {
    .text-lg-end {
        text-align: right !important;
    }
}
.footer-copyright {
    padding: 10px 0px;
    background-color: #000000;
}
@media (max-width: 1399px) {
    .footer_logo {
        max-width: 250px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer .col-md-6:last-of-type {
        order: -1;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer .col-md-6:first-of-type {
        order: -1;
    }
}
@media (max-width:991px) {
    .usefull_link {
        margin-left:unset;
    }
    .footer {
        padding: 50px 0 50px;
    }
    .footer_heading ul li:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .footer_heading h3 {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .footer_heading {
        margin-bottom: 35px;
        max-width: initial !important;
    }
}
@media (max-width: 1199px) {
    .footer_heading ul li a, .footer_heading ul li a p {
        font-size: 16px;
    }
}
.f-form p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.form-control::placeholder {
    color: #b3b3b3;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.the_right {
    justify-content: end !important;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #e78233;
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    background-color: #555;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.head_top .navbar {
    padding: 0 !important;
}
.items-center {
    align-items: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer_social_icon a {
        margin-right: 0.2rem !important;
    }
}
@media (max-width:991px) {
    .veridoc {margin-bottom:24px;}
}
@media (min-width: 2160px) {
    .top-links a {
        font-size: 20px;
    }
}
.footer_heading span {
    height: 35px;
}
@media (max-width: 576px) {
    .footer_heading span {
        height: 34px;
    }
}

.swal2-container .swal2-confirm.swal2-styled {
    background-color: #e78233;
    border-radius: 4px;
    min-width: 150px;
    padding:10px 20px;
    height:45px;
}
    .swal2-container .swal2-confirm.swal2-styled:focus-visible {
        box-shadow: none;
    }