.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.brand-color {
  color: #904d5a;
}
.green-color {
  color: #46a546;
}
.red-color {
  color: #9d261d;
}
.gray-background {
  background-color: #f9f9f9;
}
/* Margins */
.mt {
  margin-top: 20px;
}
.mt-half {
  margin-top: 10px;
}
.mt-double {
  margin-top: 40px;
}
.mb {
  margin-bottom: 20px;
}
.mb-half {
  margin-bottom: 10px;
}
.mb-double {
  margin-bottom: 40px;
}
.ml {
  margin-left: 20px;
}
.ml-half {
  margin-left: 10px;
}
.ml-double {
  margin-left: 40px;
}
.mr {
  margin-right: 20px;
}
.mr-half {
  margin-right: 10px;
}
.mr-double {
  margin-right: 40px;
}
/* Paddings */
.pt {
  padding-top: 20px;
}
.pt-half {
  padding-top: 10px;
}
.pt-double {
  padding-top: 40px;
}
.pb {
  padding-bottom: 20px;
}
.pb-half {
  padding-bottom: 10px;
}
.pb-double {
  padding-bottom: 40px;
}
.pl {
  padding-left: 20px;
}
.pl-half {
  padding-left: 10px;
}
.pl-double {
  padding-left: 40px;
}
.pr {
  padding-right: 20px;
}
.pr-half {
  padding-right: 10px;
}
.pr-double {
  padding-right: 40px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.list-clean,
.list-flat {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* ================================================ */
/* ! Site */
/* ================================================ */
/* ================================================ */
/* ! Header Branding */
/* ================================================ */
.navbar-inner {
  position: relative;
}
.navbar-extra {
  padding: 20px 20px 10px 20px !important;
  *zoom: 1;
}
.navbar-extra:before,
.navbar-extra:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-extra:after {
  clear: both;
}
.navbar-branding {
  float: right;
}
.navbar-admin {
  background-color: #000 !important;
  background-image: none !important;
}
/* ================================================ */
/* ! Login Form */
/* ================================================ */
.form-signin-wrapper {
  margin: 0 auto 20px;
  max-width: 440px;
  background-color: #fff;
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form-signin {
  max-width: 300px;
  padding: 16px 30px 25px;
  margin: 0 auto 20px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}
.box-shadow {
  padding: 10px;
  -webkit-box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* ================================================ */
/* ! Page */
/* ================================================ */
.smaller-font {
  font-size: 12px !important;
}
.css-page-content {
  *zoom: 1;
  padding-bottom: 20px;
  margin-top: 140px;
  background: url(../images/stripes.png);
}
.css-page-content:before,
.css-page-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.css-page-content:after {
  clear: both;
}
.account_controller-get_login .css-page-content,
.account_controller-get_recover .css-page-content {
  background-image: none;
}
.account_controller-get_login input,
.account_controller-get_recover input {
  background: #fff;
}
.css-container {
  margin-top: -140px;
}
.page-content {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
}
.page-sidebar {
  margin-bottom: 20px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
}
.page-sidebar .nav-list {
  padding-top: 10px;
  min-height: 200px;
}
/* ================================================ */
/* ! Quick acess buttons */
/* ================================================ */
.qa-box {
  padding: 10px;
  -webkit-box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  background-color: #ffffff;
}
.qa-button {
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  background-color: #ffffff;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.qa-button:hover {
  text-decoration: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  color: #904d5a;
}
.qa-button > span {
  display: inline-block;
  vertical-align: top;
}
.qa-button > i {
  margin-right: 20px;
  margin-left: 10px;
}
.qa-button-account > span {
  padding: 36px 0 25px 0;
}
.qa-button-notifications > span {
  padding: 36px 0 25px 0;
}
.qa-button-delivery > span {
  padding: 21px 0 16px 0;
}
.qa-button-delivery-olive > span {
  padding: 21px 0 16px 0;
}
.qa-icon-account {
  display: inline-block;
  background-image: url(../images/user-account.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 54px;
  height: 73px;
  padding-top: 5px;
}
.qa-icon-notifications {
  display: inline-block;
  background-image: url(../images/notifications.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 54px;
  height: 73px;
  padding-top: 5px;
}
.qa-icon-delivery {
  display: inline-block;
  background-image: url(../images/graph.png);
  background-repeat: no-repeat;
  width: 69px;
  height: 72px;
}
.qa-icon-delivery-olive {
  display: inline-block;
  background-image: url(../images/graph-movimentos.png);
  background-repeat: no-repeat;
  width: 69px;
  height: 72px;
}
.qa-icon-clock {
  display: inline-block;
  background-image: url(../images/clock.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 50px;
  height: 50px;
  padding-top: 6px;
}
.qa-icon-mail {
  display: inline-block;
  background-image: url(../images/mail.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 51px;
  height: 40px;
  padding-top: 11px;
  margin-bottom: 4px;
}
.popover-toggle {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.popover-toggle h5 {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 61px;
}
.popover-toggle:hover {
  text-decoration: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  color: #904d5a;
}
tfoot .pagination {
  margin-bottom: 0;
}
.form-active-show {
  display: none;
}
.table-account th,
.table-account td {
  border: none;
}
.table-account td {
  background-color: #f9f9f9;
}
.site-footer {
  padding: 20px 0;
}
.site-footer a {
  font-size: 12px;
  text-transform: uppercase;
  color: #46a546;
}
.slides {
  *zoom: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slides:before,
.slides:after {
  display: table;
  content: "";
  line-height: 0;
}
.slides:after {
  clear: both;
}
.slides li {
  display: none;
}
.flexslider {
  position: relative;
}
.flexslider .flex-control-paging {
  *zoom: 1;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -15px;
}
.flexslider .flex-control-paging:before,
.flexslider .flex-control-paging:after {
  display: table;
  content: "";
  line-height: 0;
}
.flexslider .flex-control-paging:after {
  clear: both;
}
.flexslider .flex-control-paging li {
  float: left;
  margin-left: 15px;
}
.flexslider .flex-control-paging a {
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -999em;
  background: #86cb86;
  -webkit-box-shadow: 0 0 4px 2px #86cb86;
  -moz-box-shadow: 0 0 4px 2px #86cb86;
  box-shadow: 0 0 4px 2px #86cb86;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.flexslider .flex-control-paging .flex-active {
  background: #46a546;
  -webkit-box-shadow: 0 0 4px 2px #46a546;
  -moz-box-shadow: 0 0 4px 2px #46a546;
  box-shadow: 0 0 4px 2px #46a546;
}
.slide-content {
  padding: 10px;
  -webkit-box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 40px;
  background: #fff;
}
.show-in-print {
  display: none;
}
.page-break {
  display: none;
}
@media print {
  .hide-in-print {
    display: none;
  }
  .show-in-print {
    display: block;
  }
  .pagination {
    display: none;
  }
  .delivery_controller .span9 {
    width: 940px;
  }
  .page-break {
    display: block;
    page-break-after: right;
  }
  .table th,
  .table td {
    padding: 0.2cm;
    line-height: 0.5cm;
  }
  a[href]:after {
    content: "";
  }
}
@page  {
  margin: 2.15cm 1.5cm 2.4cm 1.5cm;
}
.weather-title {
  font-size: 1.1em;
  line-height: 2em;
  padding-left: 30px;
  background-image: url(../images/map-indicator.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.weather-title > span {
  color: #53a753;
}
.weather-sub-title {
  color: #53a753;
}
.weather-information {
  margin: 0;
  padding: 0;
  list-style: none;
}
.weather-information > li {
  display: inline-block;
  vertical-align: top;
}
.weather-now {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
  padding-top: 10px;
}
.weather-now > span {
  color: #999;
  font-size: 0.7em;
  position: relative;
  top: -2px;
}
.weather-label {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: normal;
  color: #5b2b36;
}
.weather-icon {
  float: left;
  margin-right: 5px;
}
.weather-data {
  font-size: 12px;
}
.weather-max {
  padding-top: 5px;
}
.weather-min {
  color: #54a954;
}
.weather-select {
  line-height: 3.9em;
}
.weather-select label {
  color: #5b2b36;
  font-weight: bold;
  display: inline;
}
.weather-select label > span {
  position: relative;
  top: -2px;
}
.account_controller-get_login .css-container {
  margin-top: -204px;
}
.updated-element {
  -webkit-animation: changeColor 2s;
  -moz-animation: changeColor 2s;
  animation: changeColor 2s;
}
@-webkit-keyframes changeColor {
  0% {
    border-color: #E6DB55;
    background-color: #FFFFE0;
  }
  50% {
    border-color: #E6DB55;
    background-color: #FFFFE0;
  }
}
@-moz-keyframes changeColor {
  0% {
    border-color: #E6DB55;
    background-color: #FFFFE0;
  }
  0% {
    border-color: #E6DB55;
    background-color: #FFFFE0;
  }
}
@keyframes changeColor {
  0% {
    border-color: #E6DB55;
    background-color: #FFFFE0;
  }
  0% {
    border-color: #E6DB55;
    background-color: #FFFFE0;
  }
}

.item-1, 
.item-2, 
.item-3 {
	position: absolute;
  display: block;
	top: 2em;
  
  width: 60%;
  
  font-size: 2em;

	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.scroll-left {
  height: 50px;	
  overflow: hidden;
  position: relative;
 }
 .scroll-left p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  /* Starting position */
  -moz-transform:translateX(100%);
  -webkit-transform:translateX(100%);	
  transform:translateX(100%);
  /* Apply animation to this element */	
  -moz-animation: scroll-left 30s linear infinite;
  -webkit-animation: scroll-left 30s linear infinite;
  animation: scroll-left 30s linear infinite;
 }
 /* Move it (define the animation) */
 @-moz-keyframes scroll-left {
  0%   { -moz-transform: translateX(100%); }
  100% { -moz-transform: translateX(-100%); }
 }
 @-webkit-keyframes scroll-left {
  0%   { -webkit-transform: translateX(100%); }
  100% { -webkit-transform: translateX(-100%); }
 }
 @keyframes scroll-left {
  0%   { 
  -moz-transform: translateX(100%); /* Browser bug fix */
  -webkit-transform: translateX(100%); /* Browser bug fix */
  transform: translateX(100%); 		
  }
  100% { 
  -moz-transform: translateX(-100%); /* Browser bug fix */
  -webkit-transform: translateX(-100%); /* Browser bug fix */
  transform: translateX(-100%); 
  }
 }

 .marginTop20{
   margin-top: 20px;
 }


 /*keyframe animations*/
.first-1 {
	-webkit-animation: bannermove 10s linear infinite;
	   -moz-animation: bannermove 10s linear infinite;
	    -ms-animation: bannermove 10s linear infinite;
	     -o-animation: bannermove 10s linear infinite;
	        animation: bannermove 10s linear infinite;
}
.first-2 {
	-webkit-animation: bannermove 15s linear infinite;
	   -moz-animation: bannermove 15s linear infinite;
	    -ms-animation: bannermove 15s linear infinite;
	     -o-animation: bannermove 15s linear infinite;
	        animation: bannermove 15s linear infinite;
}
.first-3 {
	-webkit-animation: bannermove 35s linear infinite;
	   -moz-animation: bannermove 35s linear infinite;
	    -ms-animation: bannermove 35s linear infinite;
	     -o-animation: bannermove 35s linear infinite;
	        animation: bannermove 35s linear infinite;
}
.first-4 {
	-webkit-animation: bannermove 35s linear infinite;
	   -moz-animation: bannermove 35s linear infinite;
	    -ms-animation: bannermove 35s linear infinite;
	     -o-animation: bannermove 35s linear infinite;
	        animation: bannermove 35s linear infinite;
}
.first-5 {
	-webkit-animation: bannermove 35s linear infinite;
	   -moz-animation: bannermove 35s linear infinite;
	    -ms-animation: bannermove 35s linear infinite;
	     -o-animation: bannermove 35s linear infinite;
	        animation: bannermove 35s linear infinite;
}
.first-6 {
	-webkit-animation: bannermove 35s linear infinite;
	   -moz-animation: bannermove 35s linear infinite;
	    -ms-animation: bannermove 35s linear infinite;
	     -o-animation: bannermove 35s linear infinite;
	        animation: bannermove 35s linear infinite;
}
 
@keyframes bannermove {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -2125px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-webkit-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-ms-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-o-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}

.photobanner {
	/*height: 50px;
	width: 3550px;*/
  margin-bottom: 40px;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
}

.marquee p{
  display: inline-block;
  margin-top: 5px;
}

.photobanner p {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.login-span {
  margin-top: 0 !important;
  margin-left: 30px !important;
  border-left: 0;
}

.login-span .login-btn {
  float: right;
}

.login-span .btn-login {
  margin-top: 15px;
  width: 168px;
  border-radius: 7px;
  border: 1px solid #5c2a36;
  background-color: #4e1f2a;  
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.56px;  
  padding: 15px 5px 15px 5px;
}

.login-span .btn-login .labelNav{
  margin-left: 10px;
}

.login-span .form-signin {
  margin-bottom: 0px;
  padding-top: 6px;
}

@media (max-width: 1199px) {
  .login-span {
    margin-left: 20px !important;
  }
}

@media (max-width: 767px) {
  .login-span {
    margin: 0 auto;
  }

  .login-span .login-btn {
    float: inherit;
  }
}

#loginModal {
  background-color: #4e1f2a;
  border: none;
  border-radius: 8px;
  width: 589px;
  height: 579px;
}

#loginModal .modal-header {
  border-bottom: none;
}

#loginModal .modal-header button.close{
  color: #FFF;
  opacity: 1;
}

#loginModal .modal-body {
    padding: 20px;
    padding-top: 25px;
    padding-left: 25px;
    max-height: 579px;
}

#loginModal .modal-body h3 {
  color: #ffffff;
  font-family: Arial;
  font-size: 24px;
  letter-spacing: -0.96px;  
  margin: 0;
  margin-top: 10px;
  font-weight: normal;
}

#loginModal .modal-body .span6,
#loginModal .modal-body .span8{
  margin-left: 0px;
  max-width: 530px;
}

#loginModal .modal-body form{
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

#loginModal .modal-body form label{
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  margin-top: 20px;
}

#loginModal .modal-body form .input-prepend{
  margin-top: 10px;
  max-width: 100%;
  width: 100%;
  display: flex;
  /* border: 1px solid #000000;
  border-radius: 8px;   */
  margin-bottom: 15px;
}

#loginModal .modal-body form input{
  /* border-radius: 0;
  border: 1px solid #000000; */
  background-color: #ffffff;  
  padding: 10px 10px;
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #000;
  border-bottom-right-radius: 8px;  
}

#loginModal .modal-body form .input-prepend .add-on {
  padding: 10px 15px;
  background: #FFF;
  border: none;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-top-left-radius: 8px;
  border-bottom: 1px solid #000;
  border-bottom-left-radius: 8px;    
}

#loginModal .modal-body form .btn-login-submit {
  margin-top: 15px;
  width: 168px;
  height: 53px;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.24);
  border-radius: 7px;
  background-color: #b58e97;
  background-image: none;
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.96px;  
}

#loginModal .modal-body .forgot-label p,
#loginModal .modal-body .footer-label p {
  margin-top: 50px;
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
}

#loginModal .modal-body .forgot-label a {
  color: #dfd0d4;
  font-family: Arial;
  font-size: 16px;
  text-decoration: underline;
  letter-spacing: -0.86px;
  margin-left: 0;
}

#loginModal .modal-body .footer-label a {
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  color: #b58e97;
  letter-spacing: -0.96px;  
  margin-left: 0;
}

.form-recover-password {
  text-align: center;
}

.form-recover-password h4 {
  color: #000000;
  font-family: Arial;
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: normal;
}

.form-recover-password .top-p {
  color: #333333;
  font-size: 16px;
  font-family: Arial;
  letter-spacing: -0.86px;
  margin-top: 20px;
}

.form-recover-password .top-p span {
  font-family: Arial;
  font-weight: 700;
  letter-spacing: -0.76px;
}

.form-recover-password label {
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  letter-spacing: -0.96px;  
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-recover-password label span {
  color: #333333;
  font-family: Arial;
  font-size: 16px;
  letter-spacing: -0.06px;  
}

.form-recover-password form {
    padding: 16px 0px 25px;
    margin: 0 auto;  
    max-width: 450px;
}

.form-recover-password form .input-prepend {
  width: 100%;
}

.form-recover-password form input{
  /* border-radius: 0;
  border: 1px solid #000000; */
  background-color: #ffffff;  
  padding: 10px 10px !important;
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #000;
  border-bottom-right-radius: 8px;  
}

.form-recover-password form .input-prepend .add-on{
  padding: 10px 15px;
  background: #FFF;
  border: none;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-top-left-radius: 8px;
  border-bottom: 1px solid #000;
  border-bottom-left-radius: 8px;    
}

.form-recover-password form .privacy-policy {
  margin-top:0px;
  margin-bottom:20px;
  text-align: left;
}

.form-recover-password form .privacy-policy p {
  display:inline;
  color: #333333;
  font-family: Arial;
  font-size: 16px;
  text-decoration: underline;
  letter-spacing: -0.86px;  
  text-decoration: none;
}

.form-recover-password form .privacy-policy p > a {
  text-decoration: underline;
}

.form-recover-password form .privacy-policy input {
  padding-top: 0 !important;
  margin-top: 0;
}

.form-recover-password form .btn-submit-recover {
  width: 168px;
  height: 53px;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0);
  border-radius: 7px;
  background-color: #4e1f2a;
  float: left;
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.96px;  
  font-weight: normal;
}

.form-recover-password .back-to-home {
  display: block;
  text-align: left;
  color: #662735;
  font-family: Arial;
  font-size: 16px;
  text-decoration: underline;
  letter-spacing: -0.06px;  
}