/*!
 * QCObjects SDK @VERSION
 * https://sdk.qcobjects.com
 *
 *
 * QCObjects SDK is a part of QCObjects
 *
 * Cross Browser Javascript Framework for MVC Patterns
 * QuickCorp/QCObjects is licensed under the
 * GNU Lesser General Public License v3.0
 * [LICENSE] (https://github.com/QuickCorp/QCObjects/blob/master/LICENSE.txt)
 *
 * Permissions of this copyleft license are conditioned on making available
 * complete source code of licensed works and modifications under the same
 * license or the GNU GPLv3. Copyright and license notices must be preserved.
 * Contributors provide an express grant of patent rights. However, a larger
 * work using the licensed work through interfaces provided by the licensed
 * work may be distributed under different terms and without source code for
 * the larger work.
 *
 * Copyright (C) 2015 Jean Machuca,<correojean@gmail.com>
 *
 * Everyone is permitted to copy and distribute verbatim copies of this
 * license document, but changing it is not allowed.
 */

/* Insert here your custom CSS */
nav {
  background: none !important;
  width: 85% !important;
}

nav > button.navbtn {
  top: -3px !important;
  width: 100% !important;
  text-align: left !important;
}

nav > span.topnav {
  height: auto !important;
  background: none !important;
  position: relative !important;
}

nav .topnav .login-container {
  display: none !important;
  float: none !important;
  width: 100%;
  height: auto;
  position: relative !important;
}

nav > span.topnav a,
nav > span.topnav input[type=text],
nav > span.topnav input[type=password],
nav > span.topnav .login-container button {
  float: none !important;
  display: block !important;
  text-align: left !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 14px !important;
}

nav > span.topnav input[type=text],
nav > span.topnav input[type=password] {
  border: 1px solid #ccc !important;
}

nav form {
  display: grid;
  grid-gap: 20px !important;
  grid-auto-flow: row !important;
  width: 85%;
}

nav > span.topnav a.topmenu {
  display: none !important;
}

.topnav a.createaccountlink2 {
  display: none !important;
}

.topnav a.createaccountlink1 {
  display: block !important;
}
