.account #content {
  min-height: 200px;
}
.account .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.account fieldset legend {
  font-size: 18px;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
}
.account .ac-h2-1, .account .ac-h2-2, .account .ac-h2-3 {
	overflow: hidden;
	padding: 8px 0px 8px 0px;
	color: #000000;
	font-size: 24px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 15px;
	border-bottom: none;
}
.account .forma #account legend, .account .forma #address legend, .account .forma #password legend, .account .forma #newsletter legend {
	overflow: hidden;
	padding: 8px 0px 8px 0px;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	border-bottom: none;
}
.account .forma #account legend .step-line, .account .forma #address legend .step-line, .account .forma #password legend .step-line, .account .forma #newsletter legend .step-line, .account .ac-h2-1 .step-line, .account .ac-h2-2 .step-line, .account .ac-h2-3 .step-line {
	width: auto;
	display: block;
	margin-left: 36px;
	border-bottom: 1px solid #cccccc;
}
.account .forma #account legend:before, .account .forma #address legend:before, .account .forma #password legend:before, .account .forma #newsletter legend:before, .account .ac-h2-1:before, .account .ac-h2-2:before, .account .ac-h2-3:before {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #00718d;
	color: #ffffff;
	display: inline-block;
	margin-right: 10px;
	content: "or";
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-radius: 50%;
}
.account .forma #account legend:before {
	content: "1";
}
.account .forma #address legend:before {
	content: "2";
}
.account .forma #password legend:before {
	content: "3";
}
.account .forma #newsletter legend:before {
	content: "4";
}
.account .ac-h2-1:before {
	content: "1";
}
.account .ac-h2-2:before {
	content: "2";
}
.account .ac-h2-3:before {
	content: "3";
}
.account .ac-list-account {
	padding-left: 50px;
}
.account .ac-list-account > ul > li {
	padding: 8px 12px;
}
.account .form-horizontal .control-label {
  font-size: 12px;
  padding-top: 8px;
  margin-bottom: 0;
  text-align: right;
}
.account .table>thead>tr>td {
  font-weight: 700;
  border: 1px solid #ccc;
}
.account .table-bordered td, .account .table-bordered th {
  border: 1px solid #ccc;
}
.account .table>tbody>tr>td .btn-primary {
  width: 100%;
  margin-top: 0;
  display: block;
}
.account .table>tbody>tr>td .btn-primary .fas {
  font-size: 16px;
}
.forgotten #content {
  min-height: 200px;
}
.forgotten .btn-primary {
  margin-top: 0;
  margin-bottom: 0;
}
.forgotten .form-horizontal .control-label, .reg .form-horizontal .control-label {
  font-size: 12px;
  padding-top: 8px;
  margin-bottom: 0;
  text-align: right;
}
.wishlist .td2 {
  width: 120px;
}
@media (max-width: 575px) {
  .account .form-horizontal .control-label, .forgotten .form-horizontal .control-label, .reg .form-horizontal .control-label {
    text-align: left;
    margin-bottom: .5rem;
  }
}
