/*!
 * @copyright (c) 2019.
 * @author            Alan Fuller (support@fullworks)
 * @licence           GPL V3 https://www.gnu.org/licenses/gpl-3.0.en.html
 * @link                  https://fullworks.net
 *
 * This file is part of  a Fullworks plugin.
 *
 *   This plugin is free software: you can redistribute it and/or modify
 *     it under the terms of the GNU General Public License as published by
 *     the Free Software Foundation, either version 3 of the License, or
 *     (at your option) any later version.
 *
 *     This plugin is distributed in the hope that it will be useful,
 *     but WITHOUT ANY WARRANTY; without even the implied warranty of
 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *     GNU General Public License for more details.
 *
 *     You should have received a copy of the GNU General Public License
 *     along with  this plugin.  https://www.gnu.org/licenses/gpl-3.0.en.html
 */
.twt-login-container.style-1 {
  text-align: left;
  flex-direction: row;
  height: 150px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 380px; }
  .twt-login-container.style-1 .twt-login-box {
    font-family: Roboto;
    width: 375px;
    height: 140px;
    background-color: #ededed;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    display: flex;
    box-shadow: 3px 3px #888; }
    .twt-login-container.style-1 .twt-login-box.logged-in {
      width: 0;
      height: 0; }
      .twt-login-container.style-1 .twt-login-box.logged-in .form-inputs {
        position: relative; }
        .twt-login-container.style-1 .twt-login-box.logged-in .form-inputs .twt-spinner {
          right: -40px; }
      .twt-login-container.style-1 .twt-login-box.logged-in input[type=submit].button {
        background-color: #ff00a7;
        color: #fff;
        font-weight: bold; }
        .twt-login-container.style-1 .twt-login-box.logged-in input[type=submit].button:hover {
          background-color: #5c1644; }
  .twt-login-container.style-1 .twt-login-heading {
    color: #343434;
    letter-spacing: 0;
    font-size: 21px;
    margin-bottom: 3px;
    padding-left: 10px; }
  .twt-login-container.style-1 .twt-login-sub-heading {
    position: relative;
    color: #d52d9b;
    font-size: 12px;
    padding-left: 10px; }
    .twt-login-container.style-1 .twt-login-sub-heading .twt-login-error {
      float: right; }
  .twt-login-container.style-1 .twt-login-ticket {
    color: #000;
    text-transform: uppercase;
    width: 266px;
    height: 41px;
    margin: 12px 0 12px 12px;
    border: none;
    padding: 12px;
    display: inline-block;
    border-radius: 5px 0 0 5px; }
  .twt-login-container.style-1 .twt-login-submit {
    position: relative;
    top: -1px;
    left: -4px;
    font-size: 14px;
    width: 70px;
    height: 41px;
    border: none;
    padding: 12px 12px 12px 0;
    display: inline-block;
    border-radius: 0 5px 5px 0;
    background-color: #fff;
    color: #d52d9b;
    cursor: pointer; }

.twt-login-container.style-2 {
  font-size: 1.7em; }
  .twt-login-container.style-2 .twt-login-error {
    font-weight: 900;
    color: #dc3232; }
  .twt-login-container.style-2 .form-inputs {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 200px;
    grid-gap: 25px;
    max-width: 686px;
    margin-left: auto;
    margin-right: auto; }
    .twt-login-container.style-2 .form-inputs .wfea-ticket-running {
      position: absolute;
      top: 7px;
      left: 10px; }
  @media (max-width: 768px) {
    .twt-login-container.style-2 .form-inputs {
      grid-template-columns: repeat(1, 1fr); }
      .twt-login-container.style-2 .form-inputs .twt-ticket-submit {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto; } }
  .twt-login-container.style-2 .twt-login-ticket {
    border-radius: 5px;
    color: #000;
    border: 2px solid white; }

/*# sourceMappingURL=block-login.css.map */
