html {
  font-size: 14px;
  maximum-scale=1;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

label {
  margin-top: 5px;
  margin-bottom: 2px;
}

.container {
  margin-top: 30px;
  max-width: 960px;
  padding-top: 10px;
}

.login-form .input-group {
  margin-right: 10px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.icon--height {
  background-image: url('../images/height.svg');
  background-size: auto 100%;
}

.icon--sedentary-active {
  background-image: url('../images/activity-icons/sedentary-active.svg');
  background-size: auto 100%;
}

.icon--vigorously-active {
  background-image: url('../images/activity-icons/vigorously-active.svg');
  background-size: auto 100%;
}

.icon--moderately-active {
  background-image: url('../images/activity-icons/moderately-active.svg');
  background-size: auto 100%;
}

.icon--extremely-active {
  background-image: url('../images/activity-icons/extremely-active.svg');
  background-size: auto 100%;
}

.btn-radio {
  width: 100px;
  height: 48px;
  padding: 13px 13px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 5px;
}

/*html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}*/

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

table.table td a.edit {
  color: #FFC107;
}

table.table td a.delete {
  color: #F44336;
}

/*select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}*/
 


/**{
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;;
  color: #30304D;
  font-weight: 400;
}

body{
  text-align: center;
  background-color: #FBFCFC;
}

h1, h2{
  text-transform: uppercase;
  margin: 5px 0;
  font-weight: 600;
}

h1{
  font-size: 125px;
  font-weight: 800;
  color: #79A741;
}

h2{
  font-size: 40px;
}

p{
  font-size: 17px;
}

section{
  margin-bottom: 28px;
}
--------------
  Button
--------------
.btn {
  border-style: none;
  color: #FBFCFC !important;
  font-weight: 600;
}

.btn-action{
  padding: 15px 50px;
  font-size: 18px;
  background-color: #79A741;
  text-transform: uppercase;
}

.btn-action:hover{
  background-color: #BFD840;
}
