/*
Theme Name: uslots
Theme URI: https://example.com/themes/uslots
Description: Custom WordPress theme for uslots.
Author: Rags-ReBrandGurus
Author URI: https://example.com
Version: 1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, custom-header, custom-background, one-column, two-columns, right-sidebar
Text Domain: uslots
*/

.site-logo img {
  max-height: 70px;
  max-width: 185px;
}

.search-box-form input[type="text"],
.search-box-form select,
.logon-from input[type="email"],
.logon-from input[type="password"] {
  background: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #666;
  outline: none;
}
.search-box-form input[type="submit"] {
  text-align: center;
  margin: 10px auto 0;
  display: block;
  background: #4a5e86;
  color: #fff;
  padding: 5px 40px;
  border: navajowhite;
  border-radius: 5px;
}
.wpcf7-spinner {
  position: absolute !important;
}

/* logon-from */
.logon-from label {
  display: block;
  width: 100%;
}

.logon-from button {
  text-align: left;
  margin: 10px auto 0;
  background: #4a5e86;
  color: #fff;
  padding: 5px 40px;
  border: navajowhite;
  border-radius: 5px;
}
