.glogin {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    max-width: 400px; /* Set a maximum width */
}

.customGPlusSignIn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #4285f4;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.customGPlusSignIn::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url('../../img/new/gl1.png') no-repeat center center;
    background-size: contain;
    margin-right: 8px;
}

.customGPlusSignIn span {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 600px) {
    .customGPlusSignIn {
        font-size: 12px;
        padding: 8px;
    }
    .customGPlusSignIn::before {
        width: 20px;
        height: 20px;
    }
}

.gloader {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 40px;
    width: 80px;
    background: #C9210D url('../../img/loading.gif') no-repeat center center;
    background-size: contain;
    border-radius: 4px;
}

.loginpopupsocial {
    display: inline-block;
    margin-right: 10px;
}
.loginpopupsocial span {
    color: #FFF !important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2) !important;
    font-family: Arial, sans-serif !important;
}

.glogin-link {
    display: block;
    color: white;
    font-weight: bold;
    padding: 8px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    line-height: 18px;
    border-left: 1px solid #515151;
}
