.login-popup {
    display: none;
}

#useraccount {
  overflow: hidden;
  background-color: #fff;}
  #useraccount .wrapper {
    padding: 30px;
    padding-top: 10px;
    width: 100%;
    min-height: 0px;
    margin: 0px;
    position: relative;
    float: left; }
  #useraccount .wrapper header {
    height: 5px;
    border: none; }
  #useraccount .wrapper .btn {
    width: 150px;
  }
  #useraccount .wrapper section {
    width: 100%;
    display: block;
    text-align: center; }
  #useraccount .wrapper input:hover {
    border-bottom: 2px solid #f0ad4e; }
  #useraccount .wrapper input, select {
    background-color: #fff;
    width: 80%; }
  #useraccount .wrapper form {
    width: 100%;
    display: inline-block;
    text-align: center; }
  #useraccount .wrapper h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #2c3438;
    text-align: center;
    text-transform: uppercase; }
  #useraccount .new_user {
    padding: 30px;
    float: left; }
    #useraccount .new_user .btn {
      width: 100%; }
    #useraccount .new_user .fb-login {
      color: #fff;
      background: #3b5998; }
  #useraccount .btn-grp {
    margin-top: 30px; }
  #useraccount .forgot a {
    color: gray; }

.modal-login .modal-content {
    height: 350px;
}

.modal-login .modal-header {
  border-bottom: none;
}

.login-tabs {
  margin-bottom: 4%;
  border: none;
  outline: none;
  font-size: large;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}

a:focus {
  outline: none;
  color: black;
  text-decoration: none;
}

a .hide-link {
  color: black;
}

.modal-login .modal-content {
  height: 300px;
  background-color: #fff;
}

.modal-dialog {
  /* width: 450px; */
  margin: 5% auto;
}

.active-tab {
  border-bottom: 3px solid transparent;
  border-bottom-color: transparent;
  border-color: #e1393c;
  padding-bottom: 10px;
  background-color: #fff;
}

.modal-login .modal-content.register-mode {
  height: 450px;
}

@media only screen and (max-width: 480px) {
  #useraccount .new_user {
    padding: 15px 30px; }
  #useraccount .new_user, #useraccount .wrapper {
    width: 100%; } }
@media only screen and (min-width: 480px) {
  #useraccount .new_user {
    float: right; } }
@media only screen and (min-width: 992px) {
  /* Style adjustments for viewports that meet the condition */ }
@media only screen and (min-width: 1200px) {
  /* Style adjustments for viewports that meet the condition */ }

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