

form {
  margin: 0;
  padding: 0;
}

.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item .description {
  font-size: 0.85em;
}
label {
  display: block;
  font-weight: bold;
}
label.option {
  display: inline;
  font-weight: normal;
}


.form-required {
  color: #f00;
}
.marker{
  font-size: 0.9em;
  color: #234600;
  background-color: #e6f2ba;
  padding: 0 0.4em;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
abbr.form-required,
abbr.tabledrag-changed,
abbr.ajax-changed {
  text-decoration: none;
}

.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

body {
  line-height: 1.5;
  font-size: 87.5%;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: #faf8f8;
}
h1 {
  font-size: 1.357em;
  color: #000;
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
}

p {
  margin: 0 0 1.2em;
}

img {
  outline: 0;
}
body {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.l-wrapper {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input,
a.button {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/* Bootstrap layouts, restrict to 660px total width. */
.container {
  max-width: 600px;
  padding: 0 20px;
}

/* Legacy layouts, restrict to 600px total width. */
.layout-legacy .l-container,
.layout-legacy .l-top,
.layout-legacy .l-messages,
.layout-legacy .l-header-inner,
.layout-legacy .l-featured,
.layout-legacy .l-triptych,
.layout-legacy .l-footer-columns {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Push the footer down to the bottom of the page. */
.layout {
  box-sizing: border-box;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 33px;
  margin-top: -33px;
}

.l-wrapper,
.l-container {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}



.l-container {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* ----------------- Content ------------------ */

.content {
  margin-top: 10px;
}
.page-title {
  font-size: 2em;
  line-height: 1;
  margin-top: .5em;
}

/* ---------------- Buttons    ---------------- */

.form-submit,
a.button {
  background: #fff url(../../themes/t_login/images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
  -moz-border-radius: 20px;
  border-radius: 15px;
}
[dir="rtl"] .form-submit,
[dir="rtl"] a.button {
  margin-right: 0;
  margin-left: 0.6em;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

/* -------------- Form Elements   ------------- */
input {
  margin: 2px 0;
  padding: 4px;
  font-size: 0.929em;
}

input.form-text,
input.form-tel,
input.form-email,
input.form-number {
  border: 1px solid #ccc;
  box-sizing: border-box;
  max-width: 100%;
}
.form-submit:hover,
.form-submit:focus {
  background: #dedede;
}
.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}
.form-item label {
  font-size: 0.929em;
}
.form-actions {
  padding-top: 10px;
}

