﻿::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

::-webkit-scrollbar-thumb {
    background: #cccccc;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}
:disabled {
    background-color: #e9ecef !important;
}
.error-msg {
    color: #e23c39;
    margin-top: 4px !important;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.form-control::placeholder {
    color: #b3b3b3;
}
ul{
    padding:0;
    list-style:none;
}
a{
    text-decoration:none;
}
/*---Login Header Start---*/
.login-header {
    background: linear-gradient(to right, #000001 0%, #0a0a0a 41%, #242424 100%);
}
.login-header nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
    .login-header img {
       height: 68px;
        width:100%;
    }
/*---Login Header End---*/


/*---Login Main start---*/
.login-section {
    background: linear-gradient(79deg, #df8336, #f1aa6e );
    position: relative;
    min-height: calc(100vh - 264px);
    display: flex;
    padding: 60px 60px;
    align-items: center;
    min-height: calc(100vh - 608.05px);
    padding: 50px 0;
}

    .login-section .login-div {
        padding: 45px 50px 38px;
        /* 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;
    }

.login-div h1 {
    font-size: 24px;
    text-align: left;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.login-div .f-form h1{
    margin-bottom: 20px;
}
.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;
        font-family: 'Roboto', sans-serif;
    }
        .top-links a:last-of-type {
            font-weight: normal;
            text-decoration: underline;
            cursor: pointer;
            font-size: 15px;
            font-family: 'Roboto', sans-serif;
        }
.login-div .form-group {
    position:relative;
    margin-bottom: 0px;
}
.input-icons {
    color: #b3b3b3;
    font-size: 18px;
    position: absolute;
    z-index: 2;
    left: 12px;
    height: 50px;
    width: 20px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    top: -2px;
    /* transform: translateY(-50%); */
}
.login-div .form-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;
    font-family: 'Roboto', sans-serif;
}
.login-form {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
margin-bottom:23px;
}
.login-icon {
    position: absolute;
    right: 10px;
    top: 15px !important;
    cursor: pointer;
}
    .login-icon.fa-eye1 {
        width: 23px !important;
        height: 15px !important;
        display: inline-block !important;
        background-image: url('../images/login/hide-password.svg') !important;
        background-repeat: no-repeat !important;
        background-position: 50% 0 !important;
        background-size: cover !important;
    }

    .login-icon.fa-eye-slash1 {
        display: inline-block !important;
        height: 15px !important;
        width: 23px !important;
        background-image: url('../images/login/show-password.svg') !important;
        background-repeat: no-repeat !important;
        background-position: 50% 0 !important;
        background-size: cover !important;
    }
.login-section .form-control:focus {
    color: #58595A;
    border: 2px solid #f19446;
    box-shadow: none !important;
}
.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;
        font-family: 'Roboto', sans-serif;
    }
.f-form p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.login-btn {
    font-size: 16px;
    text-transform: capitalize;
    background: #f19446 !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;
    font-family: 'Roboto', sans-serif;
}
.swal2-styled.swal2-confirm:hover {
    background: #f19446 !important;
}
.password_validate span, .errMsg, .invalid-feedback {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
@media (max-width:1600px) {
    .login-section .login-div {
        max-width: 500px;
    }
}
@media (max-width:991px) {
    .login-main-image {
        display: none;
    }
       }
@media (max-width:768px) {
    .login-section .login-div {
        padding: 25px 15px !important;
    }
    .login-header img {
        height: 53px;
        width: 100%;
    }
}
@media (max-width:625px) {
    .little_btn{
        margin-top: 0px;
    }
}

    @media (min-width: 768px) {
        .login-section {
            align-items: center;
        }
    }
    /*@media (min-width: 991px) {
  
   
}*/
    @media (min-width: 1800px) {
        .container {
            max-width: 1600px;
        }

        .login-section .login-div {
            min-width: 620px;
        }
    }

    @media (min-width:2160px) {
        .top-links a:first-of-type {
            font-size: 20px;
        }
    }


    /*---Login Main End---*/
    /*---Login Footer Start---*/
    .usefull_link ul {
        margin-bottom: 0px;
    }

    .footer {
        background-color: #000;
        padding: 80px 0 100px;
        margin-top: -1px;
    }

    .footer_logo {
        margin-bottom: 30px;
    }

    .footer_social_icon {
        display: flex;
    }

        .footer_social_icon a {
            text-decoration: none;
        }

        .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 span i {
                color: #242424;
            }

    .footer_heading h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 20px;
        font-family: 'Roboto', sans-serif;
        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;
        font-family: 'Roboto', sans-serif;
    }

    .usefull_link {
        max-width: 240px;
        margin-left: auto;
    }

    .footer-contact {
        max-width: 375px;
        margin: auto;
    }

    .footer_heading span i {
        font-size: 24px;
        margin-right: 20px;
        margin-top: 5px;
        min-width: 20px;
    }

        .footer_heading span i.fa-map-marker {
            margin-left: 5px;
        }

    .veridoc {
        max-width: 180px;
    }

    .footer-copyright {
        padding: 10px 0px;
        background-color: #000000;
    }

    .charlength_validate {
        margin-top: 10px;
    }

    .red {
        color: red;
        width: 100%;
        margin-bottom: 10px;
    }

    .green {
        color: green;
        width: 100%;
        margin-bottom: 10px;
        display: none;
    }

    @media (max-width: 1600px) {
        .green, .red {
            font-size: 14px;
        }
    }

    @media (max-width: 1399px) {
        .footer_logo {
            max-width: 250px;
        }
    }

    @media (max-width: 1199px) {
        .footer_heading ul li a, .footer_heading ul li a p {
            font-size: 16px;
        }
    }

    @media (max-width: 991px) {
        .footer {
            padding: 50px 0 50px;
        }

        .usefull_link {
            max-width: initial;
        }

        .footer_heading h3 {
            margin-bottom: 15px;
        }

        .footer_heading ul li:not(:last-of-type) {
            margin-bottom: 10px;
        }

        /*.container {
            max-width: 100%;
        }*/
    }

    @media (max-width: 767px) {
        .footer_heading {
            margin-bottom: 35px;
        }

        .footer_heading {
            max-width: initial !important;
        }

        .usefull_link {
            max-width: initial !important;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .footer .col-md-6:first-of-type {
            order: -1;
        }

        .footer .col-md-6:last-of-type {
            order: -1;
            text-align: center;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .footer_social_icon a {
            margin-right: 0.2rem !important;
        }
    }

    @media only screen and (min-width: 1024px) and (max-width: 1277px) {
        .login-section {
            min-height: calc(100vh - 340px) !important;
            padding-top: 0px;
            padding-bottom: 0;
        }
    }

    @media only screen and (max-width: 376px) {
        .login-div h1 {
            font-size: 20px;
        }
    }

    /*---Login Footer End---*/

    .footer-copyright p {
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
    }

    @media (min-width: 2160px) {
        .top-links a {
            font-size: 20px;
        }
    }


    /*new*/
    .verifyemail {
        z-index: 9999;
        position: fixed;
        background: #fff;
        border: 1px solid #eee;
        width: 95%;
        max-width: 500px;
        left: 0;
        right: 0;
        top: 40px;
        margin: auto;
        display: block;
        box-shadow: 0 0 20px rgb(0 0 0 / 27%);
        display: none;
        padding: 50px;
        max-height: calc(100vh - 50px);
        overflow-y: auto
    }

        .verifyemail h5 {
            font-size: 16px;
            margin: 15px auto 30px;
            color: #48ad24;
            max-width: 300px;
            font-weight: 600
        }

        .verifyemail .close {
            top: 10px;
            right: 10px;
            position: absolute
        }

            .verifyemail .close span {
                width: 20px;
                height: 20px;
                line-height: 17px;
                text-align: center;
                color: #fff;
                background: red;
                border-radius: 50%;
                display: block;
                padding: 0;
                font-weight: 400
            }





    .iconnnnnn .input-icons {
        top: auto !important;
    }
.footer ul li a{
    text-decoration: none !important;
}
/*.footer_logo img{
    height:62px;
}*/