.register-page .recap-section {
    padding: 2rem 5rem 5rem 5rem;
}

.register-page .recap-section .logo-jenny {
    color: #333333;
    font-weight: 600;
    font-size: 20px;
}
.register-page .recap-section .logo-jenny:hover{
    text-decoration: none;
}

.register-page .recap-section .recap-subscription-container .subscription-name {
      font-size: 32px;
      line-height:39px;
      color: #333333;
      font-weight: 500;
}

.register-page .recap-section .recap-subscription-container .month-amount-big {
    color: #FF4A70;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
}

.register-page .recap-section .recap-subscription-container .month-amount {
    color: #FF4A70;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}
.register-page .recap-section .recap-subscription-container .price-detail {
    font-size: 11px;
    margin-bottom: 2rem;
}

.register-page .recap-section .recap-subscription-container .subscription-infos {
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}

.register-page .recap-section .total-container {
    background-color: #F9FAFC;
    color: #333333;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}
.register-page .recap-section .total-container .discount-content  {
    color: #FF2F6D;
}

.register-page .recap-section ul {
    list-style: none;
  }
  .register-page .recap-section ul li {
      color:#333333;
      font-size: 20px;
      font-weight: 35px;
  }
  
  .register-page .recap-section ul li::before {
    content: "\2022";
    color: #FF2F6D;
    font-weight: bold;
    font-size: 30px;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    }


.register-page .recap-section h1 {
    color: #232323;
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
}

.register-page .section-form {
    padding: 2rem 5rem 5rem 7rem;
    background-color: #F5ECE9;
}

.register-page .logo-jenny-container {
    margin-bottom: 4rem;
}
.register-page .section-form .back-link{
    color: #FF5C73;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 5rem; 
}
.register-page .section-form .back-link:hover {
    text-decoration: underline;
}
.register-page .section-form .title-register {
    font-weight: 600;
    color: #232323;
    font-size: 28px;
    line-height: 38px;
}

.register-page .section-form input {
    width: 370px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #5E5E5E;
    padding-left: 1rem;
}
.register-page .section-form input:focus {
    border: 2px solid #5E5E5E;
    outline: none;
}
.register-page .section-form label {
    color: #1A1919;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.register-page .section-form .conditions-content {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.register-page .section-form .conditions-content a {
    color: #FF2F6D;
}
.register-page .section-form .btn.btn-primary {
    width: 240px;
    height: 50px;
}


