﻿div#gSignInWrapper {
    display: flex;
    justify-content: center;
}

#loginGoogleBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: 78% !important;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #loginGoogleBtn:hover {
        cursor: pointer;
    }

a#loginGoogleBtn:hover, a#loginGoogleBtn:focus {
    text-decoration: none;
}

#loginGoogleBtn .icon {
    background: url('../../img/login/g-normal.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

div#advertisement {
    display: flex;
    justify-content: center;
    padding: 10%;
    font-size: 17px;
    font-weight: bold;
}