﻿.facebook-login-block .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  border-top: none;
  padding: 0;
}

.facebook-btn {
  display: flex;
  align-items: center;
  width: 300px;
  height: 55px;
  border: 2px solid #3c5a9a;
  border-radius: 5px 5px 5px 5px;
  margin: 0;
}

.facebook-btn .logo {
  background-image: url('images/facebook-logo.png');
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  width: 50px;
  height: 50px;
}

.facebook-btn .body {
  background-color: #3c5a9a;
  color: #ffffff;
  width: 246px;
  height: 53px;
  text-align: center;
  font: 18px verdana;
  display: flex;
  align-items: center;
  justify-content: center;
}
