html,body{
background-image: url('images/login-bg.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container{
height: 100%;
align-content: center;
}

.card{
height: 370px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.logo {
  background-image: url('images/placemaker-logo-final.png');
}

.welcome-hero-container {
  width: 100%;
  height: 1080px;
}

.welcome-hero-container img {
  width: 100%;
}

.input-group-prepend span{
width: 50px;
background-color: #008bff;
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: white;
background-color: #008bff;
width: 100px;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}

  /* CSS Style for View Credit Usage, table */
  #creditUsage {
    width: 100%;
  }
  
  .Table
  {
    display: table;
    width: 100%;
    table-layout: auto;
  }
  .Row
  {
    display: table-row;
  }
  .Column
  {
    display: table-cell;
    white-space: nowrap;
    text-align: center;
    padding: 0px 5px 2px 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #f4f4f4;
  }

  .opt-col-1
  {
    display: none;
  }

  .no-results {
    width: auto !important;
  }

  .credit-usage-controls {
    margin-bottom: 10px;
  }
  /* END OF CSS Style for View Credit Usage, table */

  #creditValue {
    width: 100%;
  }

  * {box-sizing: border-box}

  .header-container {
    padding: 15px;
    background-color: whitesmoke;
    border-bottom: 1px solid #bfbfbf;
  }

  .header-logo {
    margin-left: 10%;
  }

  .body-container {
    min-width: 780px;
    max-width: 1500px;
    margin: auto;
  }

  /* Style tab links */
  .tablink {
    background-color: transparent;
    color: #333333;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 25%;
  }

  .tablink:hover:not(.active) {
    border-bottom: 6px solid lightgray;
  }

  .active {
    border-bottom: 6px solid #008bff;;
  }

  /* Style the tab content (and add height:100% for full page content) */
  .tabcontent {
    display: none;
    padding: 50px 20px;
    margin: auto;
    /* height: 100%; */
  }

  .tabcontent h3 {
    margin-top: 40px;
  }

  .user-info {
    float: right;
    margin-right: 10%;
    position: relative;
  }

  .data-credits {
    margin-bottom: 16px;
  }

  .user-credits {
    font-size: 75%;
  }

  .header-button {
    display: inline-block;
    background-color: #008bff;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
  }

  .reset-button {
    display: inline-block;
    background-color: #cc3300;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 4px;
  }

  .reset-button:hover {
    background-color: #e63900;
  }

  .header-button:hover, .login_btn:hover {
    background-color: #0cabff;
  }

  .logout-button {
    margin-left: 60px;
  }

  .upgrade-button {
    position: absolute;
    right: 0;
    bottom: 12px;
    background-color: #6a873e;
    font-size: inherit;
  }

  .upgrade-button:hover {
    background-color: #85a753;
  }

  .credit-product-container {
    background-color: whitesmoke;
    padding: 40px;
    border: 1px solid gainsboro;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 85%;
  }

  .credit-product-container h3 {
    margin: 0;
    padding: 0;
  }

  .credit-product-container div, .credit-product-container a {
    float: right;
    margin-left: 20px;
  }