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