body, html                      { height:100%; position:relative; text-align:center; }
.login_button + .login_button   { margin-top:20px; }
.login_button                   { margin:0 auto; }
.buttons                    { height:110px; left:50%; margin-left:-140px; margin-top:-55px; position:relative; top:50%; width:280px; }
.login_button               {-webkit-font-smoothing: antialiased; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; border-radius: 6px; box-sizing: border-box; color: rgb(255, 255, 255); cursor: pointer; display:block; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: normal; height:45px; line-height: 1.33; overflow: hidden; padding: 10px 16px 10px 61px; position: relative; text-align: left; text-decoration: none; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; width:100%; }
.facebook_login             { background-color: rgb(45, 67, 115); }
.google_login               { background-color: rgb(221, 75, 57); }
.login_button > i:before    { -webkit-font-smoothing: antialiased; border-right: 1px solid rgba(0, 0, 0, 0.2); bottom: 0px; box-sizing: border-box; color: rgb(255, 255, 255); cursor: pointer; display: block; font:normal normal normal 14px/1 FontAwesome; font-size: 1.8em; height: 45px; left: 0px; line-height: 45px; position: absolute; text-align: center; text-rendering:auto; top:0px; width: 45px; }
.facebook_login > i:before { content: "\f09a"; }
.google_login > i:before   { content: "\f0d5"; }