body {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f2f4f7;
  padding: 0;
  margin: 0;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: normal;
  margin-bottom: 100px;
  
}

.left-section {
  display: block;
}

.ls-content {
  font-size: 30px;
  width: 500px;
  font-weight: normal;
  line-height: 32px;
  width: 500px;
  margin-top: 16px;
}

.camer-ludo-logo {
  height: 100px;
}


@media (min-width: 776px) and (max-width:1122px) {
  .left-section {
    padding-left: 12px;
    padding-right: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .ls-content{
    font-size: 18px;
    display: flex;
    width: 300px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .camer-ludo-logo {
    height: 90px;
  }
}

@media(max-width: 775px) {
  .left-section {
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .ls-content{
    text-align: center;
    font-size: 18px;
    display: flex;
    width: 300px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .camer-ludo-logo {
    height: 70px;
  }
}



.right-section {
  display: flex;
  width: 400px;
  flex-direction: column;
  align-items: center;
}

.divider {
  background-color: rgb(228, 228, 228);
  height: 1px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

/*
.btn-primary, .btn-secondary {
  border: none;
  border-radius: 6px;
  line-height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 0;
  padding-bottom: 0;
  outline: none;

  color: white;
  font-weight: bold;
  cursor: pointer;
}


.btn-primary {
  background-color: #4690CF;
  font-size: 20px;
  width: 100%;
  margin-bottom: 17px;
}

.btn-secondary {
  background-color: #F2D319;
  font-size: 17px;
}
*/

.recover-container {
  text-align: center;
}

.blue-link {
  color: #4690CF;
  text-decoration: none;
  font-size: 14px;
}

.blue-link:hover {
  text-decoration: underline;
}

.create-account-container {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  align-items: center;
}

.question {
  font-size: 16px;
  color: rgb(48, 48, 48);
}

.live-value {
  font-size: 14px;
  color:  rgb(48, 48, 48);
  margin-top: 15px;
}

.black-link {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.black-link:hover {
  text-decoration: underline;
}

.btn {
  background-color: #4690CF;
  font-size: 16px;
  padding: 5px 10px;
  margin-bottom: 20px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  align-items: center;
}

.btn:hover {
  opacity: 0.8;
}


