* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.game-box {
  padding: 1rem;
  margin: 6rem 0 2rem;
  display: flex;
  justify-content: space-evenly;
}

.figure {
  display: block;
  height: 24rem;
  width: 20rem;
  fill: transparent;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  flex-shrink: 0;
}

.body-part {
  display: none;
}

.content {
  height: 24rem;
  max-width: 50rem;
  width: 100%;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.word {
  font-size: 3rem;
  height: 70%;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.letter {
  text-align: center;
  display: block;
  height: 4rem;
  width: 3rem;
  margin-right: 0.8rem;
  border-bottom: 4px #46a9fc solid;
}

.incorrect {
  height: 30%;
  padding: 1rem;
  display: flex;
  display: none;
}

.incorrect.visible {
  display: flex;
}

.incorrect h2 {
  display: inline-block;
  padding: 0 0 0 4rem;
  font-size: 2rem;
  font-weight: 500;
}

.incorrect p {
  font-size: 2rem;
  display: inline-block;
  margin: 0;
  padding: 0 1rem;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10;
  display: none;
}

.backdrop.visible {
  display: block;
}

.no-work {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  max-width: 40rem;
  width: 75%;
  height: 15rem;
  padding: 2rem;
  line-height: 1.6;
  margin: auto;
  background-color: #c532e2;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.no-work p {
  font-size: 2rem;
}

.final-msg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  max-width: 40rem;
  width: 75%;
  height: 20rem;
  padding: 2rem;
  line-height: 1.6;
  margin: auto;
  background-color: #233d4d;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.final-msg.visible {
  display: flex;
}

.final-msg p {
  font-size: 2rem;
  margin: 0;
}

.final-msg .play {
  font: inherit;
  font-size: 1.6rem;
  padding: 1.2rem;
  cursor: pointer;
  margin-top: 3rem;
  background-color: #008080;
  border-radius: 4px;
  color: #fff;
  border: none;
  outline: none;
  transition: opacity 200ms ease-in;
}

@media (hover: hover) {
  .final-msg .play:hover {
    opacity: 0.75;
  }
}

.indication {
  border: 2px #fff solid;
  border-radius: 8px;
  background-color: #e34754;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 40rem;
  width: 75%;
  margin: auto;
  transform: translateY(100%);
  transition: transform 200ms ease-in;
}

.indication.visible {
  transform: translateY(-20%);
}

.indication p {
  margin: 2rem;
  font-size: 1.8rem;
}

@media (max-width: 600px) {
  .game-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .content {
    height: 20rem;
  }
}

@media (hover: none) {
  .backdrop {
    display: block;
  }

  .no-work {
    display: flex;
  }
}
.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list li a:before {
    content: "\f14f";
    font: 400 21px/1 "Material Design Icons";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}
.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;
}

.input-group-prepend span{
width: 50px;
background-color: #FFC312;
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: black;
background-color: #FFC312;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffd336;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar:visited .navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
}