#page-login {
  position: relative; }
  #page-login .btn-login {
    margin-right: -10px; }

.social-login {
  text-align: center; }
  .social-login > a {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    line-height: 44px;
    white-space: nowrap;
    border-radius: 0;
    font-size: 18px;
    color: #FFF;
    min-width: 200px;
    width: 290px;
    max-width: 100%;
    text-align: center;
    /* Facebook */
    /* Google */ }
    .social-login > a:before {
      content: "";
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      width: 44px;
      height: 100%; }
    .social-login > a:focus, .social-login > a:hover {
      color: white;
      text-decoration: none; }
    .social-login > a:focus {
      outline: none; }
    .social-login > a:active {
      box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1); }
    .social-login > a.button--facebook {
      background-color: #4C69BA;
      text-shadow: 0 -1px 0 #354C8C; }
      .social-login > a.button--facebook:before {
        border-right: #364e92 1px solid;
        background: url("https://beesfund.com/new/assets/c061b4be/img/icon_facebook.png") center center no-repeat; }
      .social-login > a.button--facebook:hover, .social-login > a.button--facebook:focus {
        background-color: #5B7BD5; }
    .social-login > a.button--google {
      /*font-family: "Roboto", Roboto, arial, sans-serif;*/
      background: #DD4B39; }
      .social-login > a.button--google:before {
        border-right: #BB3F30 1px solid;
        background: url("https://beesfund.com/new/assets/c061b4be/img/icon_google.png") center center no-repeat; }
      .social-login > a.button--google:hover, .social-login > a.button--google:focus {
        background: #E74B37; }

#form-login {
  padding: 60px 15px;
  margin-top: 50px;
  margin-bottom: 50px; }
  #form-login .login-header {
    text-align: center; }
  #form-login img {
    width: 75px; }
  #form-login h2 {
    margin-top: 30px;
    margin-bottom: 30px; }
  #form-login a.remind-password {
    font-size: 1.1em;
    color: #373737; }