
#myHeader {
    display: none
}

#myHeader2 {
    display: none
}

.errorusername {
    border: 2px solid red !important;
}

.errorusername-message {
    color: red;
    font-size: 12px;
    display: none;
}

.errorpassword {
    border: 2px solid red !important;
}

.errorpassword-message {
    color: red;
    font-size: 12px;
    display: none;
}

.signIn-btn {
    display: none;
}

.learn_about_chargers {
    padding: 50px 0 20px 0;
}

.loginCard {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

button:disabled {
    cursor: not-allowed !important;
}

.register_box {
    font-size: 14px;
}

.login-container {
    width: 100%;
    margin: auto;
    padding: 20px;
}

.form-group input:-webkit-autofill {
    background-color: #fff !important;
    color: #1A1A1A !important;
    box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}


.form-group {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
}

    .form-group label.top_left {
        position: absolute;
        top: -11px;
        left: 5px;
        background-color: #fff;
        font-size: 12px;
        color: #000;
    }

    .form-group label {
        display: block;
        margin-bottom: 5px;
    }

    .form-group input {
        width: 100%;
        padding: 10px 40px 10px 40px;
        box-sizing: border-box;
        margin-bottom: 10px;
        border: 1px solid #ced4da;
        border-radius: 4px;
    }

span.icon-feilds-left {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #ced4da;
}

    span.icon-feilds-left i {
        font-size: 20px;
    }

span.eyes-icon {
    position: absolute;
    right: 12px;
    top: 9px;
    cursor: pointer;
}

    span.eyes-icon i {
        font-size: 20px;
        color: #c5c5c5;
    }

.remember-me {
    margin-bottom: 30px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.detailsBoxTitle h2 {
    margin: 0;
    font-weight: 600;
    font-size: 30px;
    color: #1a1a1a;
    margin-bottom: 0px;
    width: 100%;
    clear: both;
}

.detailsBoxTitle p {
    margin: 5px 0px 0px 0px;
    clear: both;
}

    .detailsBoxTitle p a {
        font-weight: 600;
        text-decoration: underline;
    }

.kept-secure {
    margin: 15px 0px 30px 0px;
}

    .kept-secure p {
        margin: 0;
        font-size: 12px;
        font-weight: 400;
        display: flex;
        align-items: center;
        gap: 0px 4px;
    }

        .kept-secure p i {
            font-size: 14px;
        }

.login-form button {
    background-color: #007bff;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .login-form button:hover {
        background-color: #0056b3;
    }

.register-link {
    display: block;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    color: #007bff;
}

    .register-link:hover {
        text-decoration: underline;
    }

.remember-me .form-check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .remember-me .form-check input {
        max-width: 10px !important;
        max-height: 10px !IMPORTANT;
        padding: 9px;
        outline: none !important;
        box-shadow: none !important;
        border: 1px solid #ced4da;
    }

.remember-me label {
    margin-bottom: 0;
    margin-top: -4px;
    margin-left: 6px;
    cursor: pointer;
    font-size: 14px;
}

.form-check-input:checked {
    background-color: #cfdf00;
}





.login_features {
    margin-top: 30px;
}

    .login_features a {
        color: #cfdf00;
    }

.login-btn {
    background-color: #cfdf00;
    border-color: #cfdf00;
    color: #3A4D13;
    font-weight: 600;
}

    .login-btn:hover {
        background-color: #cfdf00 !important;
        border-color: #cfdf00 !important;
        opacity: 0.8;
    }

.guest_user button {
    background: #cfdf00;
    color: #3A4D13;
    font-weight: 600;
    padding: 12px 18px;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 40px;
    outline: none;
    border: 0;
}

    .guest_user button:focus {
        outline: auto;
    }

.flex-itemBox {
    display: flex;
    justify-content: space-between;
    gap: 0px 20px;
    align-items: stretch;
}

.loginLeft {
    width: 70%;
}

.loginRight {
    width: 30%;
    min-height: 100%;
    display: flex;
}

.guest_user {
    display: flex;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    padding: 20px;
    height: 100%;
    flex-direction: column;
}

    .guest_user h3 {
        color: #1a1a1a;
        text-align: left;
        font-weight: 600;
        margin-bottom: 0px;
        margin-top: 0;
        font-size: 22px;
    }

    .guest_user p {
        text-align: left;
        margin-top: 25px;
        margin-bottom: 0px;
    }

    .guest_user ul li {
        list-style-type: disc;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .guest_user ul {
        margin-top: 30px;
        padding-left: 20px;
    }


.guest_user_login_new button {
    background: #cfdf00;
    color: #3A4D13;
    padding: 12px 18px;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    outline: none;
    border: 0;
}

    .guest_user_login_new button:focus {
        outline: auto;
    }

.disclaimer-Box {
    margin-top: 32px;
}

    .disclaimer-Box h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0;
        margin-top: 0;
    }

    .disclaimer-Box p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0;
    }

.disclaimer-Box {
    padding: 16px 21px;
    background-color: #eff0f4;
    border-radius: 4px;
    display: inline-flex;
    gap: 0px;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
}

.forget_pass.registerPass {
    margin-top: 25px;
    text-align: center;
}

.forget_pass {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 12px;
    text-align: right;
}

    .forget_pass a {
        font-weight: 600;
        text-decoration: underline;
    }

.evBenifitSec {
    background-color: #fff;
    border-radius: 4px;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    width: 100%;
    padding: 30px;
    height: max-content;
}

    .evBenifitSec h3 {
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 15px 0;
        line-height: 36px;
    }

    .evBenifitSec img {
        border-radius: 4px;
        width: 100%;
        margin-top: 5px;
    }

.goToHomePage {
    font-size: 16px !important;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}


input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none;
    pointer-events: none;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

@media screen and (max-width: 1200px) {
    .flex-itemBox {
        flex-wrap: wrap;
    }

    .loginLeft {
        width: 100%;
        margin-bottom: 40px;
    }

    .loginRight {
        width: 100%;
    }
}
