

.login h1 a {
    background-image: url(https://enviropackaging.com/wp-content/uploads/2022/03/ep-logo.png?ver=20131202);
    background-size: contain;
    height: 105.875px;
    width: 220px;
}


.custom_heateor_sl_outer_login_container {
    margin: 20px 0;
    text-align: center;
}

.custom_heateor_sl_login_container {
    margin-top: 15px;
}

.custom_heateor_sl_login_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom_heateor_sl_login_ul li {
    margin-bottom: 16px;
}

.custom_heateorSlLogin {
    display: flex;
    justify-content: center; /* Align icon and text with space-between */
    align-items: center; /* Align icon and text vertically */
    width: 100%; /* Full width */
    max-width: 640px;
    padding: 12px 20px;
    background-color: white;
    color: #999999;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    text-align: left;
    position: relative;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: box-shadow 0.3s;
}

.woocommerce-checkout .custom_heateorSlLogin {
    margin: 0 auto;
}


.custom_heateorSlLogin:hover {
    background-color: white;
    color: #878787;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}

.custom_heateorSlLoginSvg {
    display: inline-block;
    vertical-align: middle;
    width: 24px; /* Adjust icon size */
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.heateorSlLoginSvg {
    width: 35px !important;
    height: 35px !important;
}

.custom_heateorSl_label {
    text-align: center; /* Center the text */
    margin-left: 10px;
    font-weight: normal;
}

.custom_heateorSlLogin .platform-name {
    font-weight: 600;
}
