/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.warning-button {
    background-color: red;
    color: white;
}

form fieldset {
  border: 1px solid #000;
  position: relative;
}

form fieldset input {
  padding:25px 12px 6px 12px !important;
  height:45px !important;
  box-shadow:none !important;
}

form fieldset input,
form fieldset select {
  border: none !important;
}

form fieldset input:not([type="submit"]):focus {
  border-bottom-width: 4px !important;
  border-bottom-style: solid !important;
  border-color: #F9C623 !important;
}

form fieldset .text-label {
  position: absolute;
  top: 13px;
  left: 13px;
  color: #909090;
    font-weight:300;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

form fieldset input:valid + label, form fieldset input:focus + label {
  color: #909090;
  font-weight: 700;
  font-size: 12px;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

form fieldset input:disabled + label, form fieldset input:focus + label {
  color: #909090;
  font-weight: 700;
  font-size: 12px;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

#edit-username-button {
  float: right;
  margin-top: 12px;
  color: black;
  cursor: pointer;
  margin-left: 10px;
}

.checkbox-label {
  font-size: 14px !important;
  color: black !important;
}

fieldset[data-type="text"] {
  border: 1px solid black;
}

fieldset[data-type="vertical"] span {
  display: block;
}

.btn.btn-primary,
.btn.btn-primary#username-submit-checkout,
.btn.btn-primary#register_submit {
  width: 300px;
  max-width:100%;
  color: black;
  padding: 0 1rem;
  text-align: center;
  min-height: 2.8rem;
  font-size: 16px;
  line-height: 2.75rem;
  font-weight: 300;
  letter-spacing: 0em;
  border-width: 1px;
  border-radius: 0rem;
  border: 1px solid black;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 0;
  position: relative;
  background: linear-gradient(to left, #F9C623 50%, #eba818 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .3s ease;
}

.btn.btn-primary:not([disabled]):hover,
.btn.btn-primary#username-submit-checkout:hover,
.btn.btn-primary#register_submit:hover {
  background-position: left bottom;
}

.account-header {
  margin-bottom:20px;
}

#error_message, #goodsam_error_message {
  color: red;
  display: none;
}

.management-links {
  margin: 20px 0;
}

.management-links a {
  color: black;
  text-decoration: underline;
}

.interest {
  border: 1px solid grey;
  box-shadow: -1px 1px 5px grey;
  padding: 5px 10px;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}

.interest.active {
  background-color: #2cb2a0;
  border-color: #2cb2a0;
}

.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  padding-right: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  cursor: pointer;
  margin-bottom: 10px;
}

.towguideform disclaimer p {
  font-size:15px;
  line-height: normal;
}

.logo-container {
  max-width: 400px;
  margin: 20px auto;
  display:flex;
  flex-wrap: wrap;
}

.logo-container img {
  max-width: 89px;
  margin: auto;
  flex-shrink: inherit;
  display: flex;
  flex: 1;
  padding: 5px;
}

