﻿/**** index css****/
fieldset {
    border: 1px solid #ccc;
    padding: 15px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 5px;
}
.leftHeader img {
    width: 50%;
    display: block;
    margin: auto;
}
.CaptchaWrap {
    position: relative;
    display: flex;
}

.CaptchaTxtField {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
}

#UserCaptchaCode {
    padding: 15px 10px;
    outline: none;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    width: 343px;
}

#CaptchaImageCode {
    text-align: center;
    margin-top: 15px;
    padding: 0px 0;
    width: 80%;
    overflow: hidden;
}

.capcode {
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    font-style: italic;
    width: 100%;
    height: 80px;
}

.ReloadBtn {
    background: url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    border: 0px;
    outline: none;
    position: relative;
    bottom: -35px;
    left: 30px;
    outline: none;
    cursor: pointer; /**/
}

.error {
    color: red;
    font-size: 12px;
    display: none;
}

.success {
    color: green;
    font-size: 18px;
    margin-bottom: 15px;
    display: none;
}

.btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    color: #fff !important;
    background: #f20f10;
    text-decoration: none !important;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.btn-get-started2 {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    color: #fff !important;
    background: #181d45;
    text-decoration: none !important;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    border: 2px solid #181d45;
}

.log-with {
    /*width: 83%;*/
    width: 91%;
    margin-left: auto !important;
    margin: 30px;
    background: #fff;
    background: inherit;
}

.signup-box-login {
    /*margin-left: 110px !important;*/
    background: white !important;
}

.thrust img {
    margin-top: 20%;
    height: 400px;
    /*width: 100%;
    height: auto;*/
}

@media(max-width:480px) {
}

@media(max-width:992px) {
    .theme-card {
        margin-top: 10%;
    }

    .ReloadBtn {
    }
}

@media(max-width:768px) {
    .thrust {
        display: none;
    }
    .forgot-left {
        height: auto!important;
    }
 
}

@media(max-width:556px) {
    .thrust {
        margin-top: 120% !important;
        display: none;
    }

    .btn-get-started2 {
        padding: 14px 15px;
    }

    .btn-get-started {
        padding: 0px 21px;
    }

    .theme-card {
        margin-top: 34%;
    }

    fieldset {
        background: transparent;
    }

    .log-with {
        width: 100%;
    }

    .login-box-body {
        background: transparent !important;
    }
}


/**** forgotpassword css****/
.login-page {
    background: #fff;
}

.forgotSection {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.forgot-right {
    padding: 40px 90px;
    background-image: url(https://www.searates.com/design/images/index/slider/slide17/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .forgot-right .rightContant {
        margin: auto;
    }

    .forgot-right h5 {
        color: #d7261e;
        font-size: 53px;
        font-weight: 700;
    }

    .forgot-right h6 {
        color: #181d45;
        font-size: 32px;
        font-weight: 600;
        margin: 20px 0px;
    }

.left-contant h1 {
    font-size: 45px;
    font-weight: 600;
    color: #181d45;
}

.forgot-left {
    width: 35%;
    height: 100%;
    background: #d7261e1c !important;
    display: flex;
    flex-direction: column;
}

.forgot-right {
    width: 65%;
}

.leftHeader {
    padding: 20px 0;
}

.left-contant {
    padding: 40px 90px;
    margin: auto;
    width: 100%;
    height: fit-content;
}

.btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    color: #fff !important;
    background: #181d45;
    text-decoration: none !important;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.bg-danger {
    background-color: #d7261e !important;
}



p {
    text-align: left !important;
    padding: 0px !important;
    margin: 25px 0px !important;
    color: #686e72;
    font-size: 23px;
}


.has-feedback input {
    background: transparent !important;
    border: 1px solid #9ea3a9 !important;
    font-size: 20px !important;
    height: 67px !important;
    border-radius: 50px !important;
    padding: 32px !important;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
}


@media (max-width:992px) {
    .leftHeader {
        padding: 15px 30px;
    }

        .leftHeader img {
            width: 136px;
        }

    .left-contant {
        padding: 15px 30px;
    }

    .forgot-right {
        width: 60%;
        padding: 15px 30px;
    }

    .forgot-left {
        width: 40%;
    }

    .left-contant h1 {
        font-size: 35px;
    }

    .forgot-right h5 {
        font-size: 38px;
    }

    .forgot-right h6 {
        font-size: 23px;
    }

    p {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .forgot-right, .forgot-left {
        width: 100%;
    }

    .forgotSection {
        display: block;
    }
}

@media (max-width:557px) {
    .left-contant {
        margin: inherit;
    }

    .forgotSection {
        height: auto;
    }

    .left-contant h1 {
        font-size: 24px;
    }

    .forgot-right h5 {
        font-size: 23px;
    }

    .forgot-right h6 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }

    .btn-get-started {
        padding: 14px 20px;
    }
}

/**** changepassword css ****/
section.contentd {
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    padding: 30px;
    position: relative;
}

    section.contentd:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #d7271e;
        top: 0;
        left: 0;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
    }

.box-new-my-box {
    position: relative;
}

    .box-new-my-box input {
        background: #fff;
        box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px !important;
    }

.with-border01 {
    padding: 20px;
    text-align: center;
    background: #181d45;
    color: #fff;
}

    .with-border01 h3.box-title {
        font-size: 22px;
        color: #fff;
        font-weight: 700;
        position: relative;
    }

        .with-border01 h3.box-title:before {
            content: '';
            position: absolute;
            width: 250px;
            height: 2px;
            bottom: -10px;
            left: -25px;
            background: #fff;
        }

        .with-border01 h3.box-title:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            bottom: -14px;
            left: 90px;
            background: #fff;
            border-radius: 50px;
        }

button.submit-change {
    width: 60%;
    background: #fff;
    border: none;
    padding: 10px;
    margin-left: 18px;
    border-radius: 5px;
}

    button.submit-change input.btn {
        background: transparent;
        box-shadow: none !important;
        border: none !important;
        color: #eb570d;
        font-size: 18px;
        letter-spacing: 0 !important;
        font-weight: 600;
    }

section.contentd:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d7271e33;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    z-index: -1;
}

button.submit-change input.btn:hover {
    color: #171c44;
    background-color: transparent;
    border-color: transparent;
}

button.submit-change input.btn:active {
    border: none !important;
    border-color: #fff !important;
}

button.submit-change input.btn:focus {
    border: none !important;
    border-color: #fff !important;
}

section.contentd:hover {
    box-shadow: rgb(17 12 46 / 21%) 0px 48px 100px 0px;
}


/*** Aeps***/
.validationError {
    border: 1px solid red;
    color: red;
}

/*** AddMenualRoute , AddBackUpApiRoute***/
#vendordiv {
    overflow: auto;
    height: 470px;
/*    margin-left: 30px;*/
}
