/*
 * Copyright 2018, Backblaze, Inc.  All rights reserved.
 */
.sso-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 15px; }

.sso-buttons .bz-alert-text {
  min-height: auto;
  margin-top: -10px;
  margin-bottom: 12px; }

.sso-buttons .bz-btn {
  background-color: #ffffff;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 400;
  margin: 0 4px 11px 4px;
  padding: 6px 9px; }

.sso-buttons .bz-btn:hover {
  background-color: #e2edf8;
  color: #3e88d2; }

.sso-buttons .bz-btn img {
  width: 22px;
  margin-right: 8px; }

/*
 * Copyright 2018, Backblaze, Inc.  All rights reserved.
 */
.bz-alert-text {
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #990000 !important;
  font-size: 13px;
  margin-bottom: 0; }

/*
 * Copyright 2018, Backblaze, Inc.  All rights reserved.
 */
.bz-btn {
  border: 0;
  border-radius: 4px;
  font-weight: 300; }

.bz-btn-lg {
  padding: 12px 30px;
  font-size: 18px; }

.bz-btn-medium {
  padding: 6px 12px;
  font-size: 14px; }

.bz-btn-small {
  padding: 6px 12px;
  font-size: 12px;
  line-height: 26px;
  height: 26px; }

.bz-btn-blue {
  background-color: #3e88d2;
  color: #ffffff; }

.bz-btn-blue:hover {
  background-color: #509de9; }

.bz-btn-inverse {
  background-color: #ffffff;
  color: #3e88d2;
  border: 1px solid #3e88d2 !important; }

/*
 * Copyright 2019, Backblaze, Inc.  All rights reserved.
 */
.region-selector {
  display: flex;
  width: 200px;
  float: right; }

.region-select select:hover,
.region-select select:visited,
.region-select select:focus,
.region-select select:active,
.region-selector select {
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none !important;
  padding-right: 15px;
  text-align-last: right;
  color: #a6a6a6;
  font-size: 13px;
  background-image: url("/bzapp_web_assets/public/pics/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  direction: rtl; }

.region-selector option {
  direction: rtl; }

@-moz-document url-prefix() {
  .region-select select:hover,
  .region-select select:visited,
  .region-select select:focus,
  .region-select select:active,
  .region-selector select {
    padding-right: 12px !important; } }

