﻿body {
}

.top-header {
    width: 100%;
    height: 60px;
    background-color: #1e88e5;
    text-align: center;
}

/*@media(max-width:768px) {
    .top-header {
        height: 165px;
    }
}*/

#logo {
    /*position: absolute;*/
    display: inline-block;
    /*width: 146px;
    height: 38px;*/
    margin: 12px 0 0 0;
    /*background-image: url(/img/gpm-logo.png);*/
    background-position: center;
    background-repeat: no-repeat;
}

.g-signin-div {
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

#gSigninButton {
    display: inline-block;
    /*background-image: url(/img/Blue_signin_Long_normal_44dp_v3.png);*/
    background-repeat: no-repeat;
    /*width: 237px;
    height: 54px;*/
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}

.g-signin-msg-div {
    float: left;
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

.g-signin-msg-div .signing-in {
    display: none;
    font-size: 18px;
    color: #888;
    margin-bottom: 40px;
    line-height: 53px;
}

.signing-in img {
    margin-right: 10px;
    border-radius: 50%;
    display: inline-block;
}
