div.glogin {
    cursor: pointer;
}

div.glogin div.customGPlusSignIn::before {
    width: 21px;
    height: 21px;
    background: url('../img/fb1.png') no-repeat top right;
    display: inline-block;
    content: "";
}

div.glogin div.customGPlusSignIn {
    padding: 0px 0px;
    background: url('../img/fb2.png') repeat-x top;
    height: 21px;
    color: #FFF;
    text-shadow: 1px 1px 0px #41577d;
    font-size: 12px;
    display: inline-block;
}

div.glogin div.customGPlusSignIn span {
    display: inline-block;
    padding: 0px 5px;
    position: relative;
    top: -6px;
    font-weight: bold;
}

div.glogin div.customGPlusSignIn:after {
    width: 2px;
    height: 21px;
    background: url('../img/fb3.png') no-repeat top left;
    display: inline-block;
    content: "";
}

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


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

.loginpopupsocial {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.loginpopupsocial span {
    color: #FFF !important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2) !important;
    font-family: arial !important;
}