﻿
.learn_about_chargers {
    padding: 50px 0;
}

.loginCard {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 60%;
    padding: 20px;
}

.register_box {
    font-size: 14px;
}

.login-container {
    width: 100%;
    margin: auto;
    padding: 20px;
}

.form-group {
    margin-bottom: 15px;
    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: 8px;
        box-sizing: border-box;
        margin-bottom: 10px;
        border: 1px solid #ced4da;
        border-radius: 4px;
    }

.remember-me {
    margin-bottom: 30px;
    margin-top: 5px;
}


.loginCard h2 {
    margin: 0;
    font-weight: 600;
    font-size: 32px;
    color: #000;
    display: block;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}



.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;
    }

.custom-control.custom-checkbox label {
    margin-bottom: 0;
    margin-top: 2px;
    margin-left: 6px;
}

.remember-me .custom-control-label::before {
    width: 20px;
    height: 20px;
}

.remember-me .custom-control-label::after {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.custom-control.custom-checkbox {
    display: flex;
    align-items: center;
}

.custom-control.custom-checkbox {
    display: flex;
    align-items: center;
}

.login_features {
    margin-top: 30px;
}

.forget_pass {
    margin-bottom: 15px;
    font-size: 14px;
}

.login_features a {
    color: #215ED9;
}

.login-btn {
    background-color: #215ed9;
}

.guest_user a {
    background: #215ed9;
    color: #fff;
    padding: 12px 18px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 40px;
}

.flex-itemBox {
    display: flex;
    justify-content: space-between;
}

.guest_user {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 35%;
    padding: 30px;
    height: max-content;
}

    .guest_user h5 {
        color: #000;
        text-align: center;
        font-weight: 600;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .guest_user p {
        text-align: center;
    }
