﻿#signUp {
  float: left;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#login {
  float: left;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#loginLink {
  float: left;
  clear: both;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#registerLink {
  float: left;
  clear: both;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#thirdPartyLogin {
  float: left; }

#nativeLogin {
  float: left; }

#facebookLogin {
  clear: both; }

#googleLogin {
  clear: both;
  margin: 16px; }

.loginImage {
  padding: 6px 0 0 0; }

.loginLink {
  padding: 6px 0 0 0; }

.monad-username {
    width: 20em;
}

.monad-remember-me {
    width: 100%;
    display: inline-block;
}

.monad-authexternal-facebook, .monad-authexternal-google {
    padding: 0;
    margin-bottom: 1em;
    border: none !important;
    background: transparent !important;
    display: inline-block;
}

    .monad-authexternal-facebook img {
        height: 46px;
        padding: 3px;
        width: auto !important;
    }
    .monad-authexternal-google img {
        height: 46px;
        width: auto !important;
    }

    .monad-authexternal-button i {
        padding-right: 0.5em;
    }
