.button-facebook {
  background: #4B67A3; /* technically gradient down to #3A579A */
  color: #fff;
}

.button-facebook:before {
  font-family: FontAwesome;
  /*font-size: 1.9em;*/
  font-size: 1.9em;
  content: "\f082";
  display: inline-block;
  padding-left: 0px;
  padding-right: 6px;
  vertical-align: top;
}


.button-google {
  background: #DE4931;
  color: #fff;
}

.button-google:before {
  font-family: FontAwesome;
  /*font-size: 1.9em;*/
  font-size: 1.9em;
  content: "\f1a0";
  display: inline-block;
  padding-left: 0px;
  padding-right: 6px;
  vertical-align: top;
}

.select-field {
  position: relative;
  margin-top: 1rem;
}

.select-field .select-wrapper input.select-dropdown {
  margin-top: 0px;
}

.select-field .prefix {
  margin-top: 0;
  top: 0.5rem;
  line-height: 45px;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: transparent !important;
}

textarea {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  margin: 0.5rem 0 0.5rem 0;
  padding: 0;
  height: auto;
}
.text-count {
  line-height: 12px;
  position: relative;
  top: -10px;
  font-size: 75%;
}

/*.login .card-panel, .logout .card-panel {*/
  /*margin-top: 3rem;*/
  /*margin-bottom: 3rem;*/
/*}*/

/*input[type=text]:focus:not([readonly])+label {*/
  /*color: #26a69a;*/
/*}*/
/*!*.login .input-field label.active {*!*/
 /*!*color: #26a69a;*!*/
/*!*}*!*/

/*.login {*/
  /*height: 100%;*/
/*}*/

/*.login .asterisk {*/
  /*display: none;*/
/*}*/

/*.login .checkbox {*/
  /*margin: 0 auto 1rem 3rem;*/
/*}*/


/*.big-box {*/
  /*border: 1px solid #eee;*/
  /*-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .5);*/
  /*box-shadow: 3px 3px 3px rgba(0, 0, 0, .5);*/
  /*padding: 20px;*/
/*}*/

/*!* Small devices (tablets, 768px and up) *!*/
/*@media (min-width: 768px) {*/
  /*.big-box {*/
    /*margin-top: 60px;*/
    /*margin-bottom: 60px;*/
  /*}*/
/*}*/
