body {
  color:  #666;

  /*
  padding-top: 40px;
  padding-bottom: 40px;
  */

  /*background-color: #F0F0F0;*/
  background-color: #AEE9F2;
  /*background: linear-gradient(#FFF, #F0F0F0);*/
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-weight: normal;
  font-family: 'Lato', 'arial';
  color: inherit;
  text-rendering: optimizelegibility;
}

img {max-width: 100%;}



.content-wrapper {color: #777;}
.content-container {
  /*border-bottom: 1px solid #FFFFFF;*/
  /*margin-bottom: 25px;*/
  margin: 0 auto;
}
.content-container .heading {text-align: center;font-weight: 500;margin-bottom: 0px;}
.content-container .heading .logo {margin-bottom: 15px;}

.form-horizontal {
  /*padding: 0 15px 15px;*/
  /*border-bottom: 1px solid #DDDDDD;*/
  padding: 0 15px;
}

.input-wrapper {
  color: #666666;
  border-right: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  padding: 2px;
  /*background: #E5E5E5;*/
  background: #EAEAEA;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.input-wrapper .menu-icon {
  width: 22px;
  text-align: center;
  display: inline-block;
  margin-top: 6px;
  margin-left: 8px;
  margin-right: 0;
  color: #B5B5B5;
  position: absolute;
  top: 5px;
  font-size: 16px;
}
.input-wrapper input {
  border: none;
  background: none;
  padding-left: 38px;
}


.alternative-actions {
  width: auto;
  text-align: center;
  display: block;
  margin:0 auto;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #DDDDDD;
  padding-top: 15px;
}
.alternative-actions .action-group {/* display: table; */ text-align: center; width: 100%}
.alternative-actions .action {
  padding-left: 15px;
  padding-right: 15px;
  /* display: table-cell; */
  display: inline-block;

  /*border-right: 1px solid #aaa;*/
  /*border-left: 1px solid #fff;*/

  vertical-align: middle;
  /* width: 50%; */
  font-size: 14px;
}
.alternative-actions .action a {color: inherit;}
.alternative-actions .action.border-right {border-right: 1px solid #ddd;}
.alternative-actions .action.border-right + .action.border-left {border-left: 1px solid #fff;}

.alternative-actions .action:first-of-type {padding-left:0 !important;}
.alternative-actions .action:last-of-type {padding-right:0 !important;}

/*.alternative-actions .action-group.tec {display:block;margin-top:15px;text-align: center}
.alternative-actions .action-group.tec .action {width:auto;display: inline-block;font-size: 12px;padding-left: 5px;padding-right: 5px;}*/
