.nav {
    padding: 20px 60px;
}
.navimg {
    height: 30px;
}
.mankind-logo {
    width: 80%;
    margin-left: 10%;
    text-align: center
}
button.google-auth.google-light {
    display: block;
    width: 100%;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    background: #fff;
    border: #ccc solid 1px;
    text-align: left;
}
button.google-auth.google-light:hover {
    background: #fafafa;
}

button.google-auth.google-light span.google-icon {
    background-image: url("https://cdn4.iconfinder.com/data/icons/new-google-logo-2015/400/new-google-favicon-512.png");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 1px;
    border-right: 1px solid #b7b7b7;
    width: 15%;
    margin-right: 16px;
}

button.google-auth.google-light span.microsoft-icon {
    background-image: url("/images/microsoft_logo.png");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 1px;
    border-right: 1px solid #b7b7b7;
    width: 15%;
    margin-right: 16px;
}

button.google-auth.google-light span.google-text {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    font-size: 1rem;
    font-weight: 300;
    text-transform: none;
    text-align: center;
    color: #000;
    opacity: 0.54;
    font-family: 'Roboto', sans-serif;
    padding-right: 8px;
    margin: 0;
}
#google-signup {
    margin: 1% 35% 0 35%;
    width: 30%;
}

span#poweredby-span {
    color: gray;
    font-size: 13px;
}
img#mankind-logo-img {
    width: 35%;
}
button#microsoft-signin {
    margin: 1% 35% 0 35%;
    width: 30%
}
div#helptext-div {
    text-align: center; color:gray
}
