.loginly-login-wrap {
  margin: 16px 0 8px;
  padding-top: 16px;
  border-top: 1px solid #dcdcde;
  clear: both;
}

.loginly-login-title {
  margin: 0 0 12px;
  text-align: center;
  color: #50575e;
  font-size: 13px;
}

.loginly-login-button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 8px;
  padding: 10px 16px;
  border-radius: 4px;
  background: #2563eb;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.loginly-login-button:hover,
.loginly-login-button:focus {
  background: #1d4ed8;
  color: #fff !important;
  box-shadow: none;
}

.loginly-provider-google {
  background: #fff;
  color: #3c4043 !important;
  border: 1px solid #dadce0;
}

.loginly-provider-google:hover,
.loginly-provider-google:focus {
  background: #f8f9fa;
  color: #3c4043 !important;
}

.loginly-provider-vk {
  background: #0077ff;
}

.loginly-provider-vk:hover,
.loginly-provider-vk:focus {
  background: #0066dd;
}
