.info-container {
    height: 570px;
    background-image: url('../images/bg_landing_page.png'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    /* margin: 5% 10% 5% 10%; */
}

.text-info-container {
    margin: 19%;
}

.stripe {
    color: #304369;
    border-style: solid;
    border-width: 25px;
}

/* Part 2 */
.screenshots-container {
    /* padding: 3% 15%; */
    /* height: 570px; */
    background-image: url('../images/bg_carousel.png'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}

.screenshots-text-box {
    color: white;
    background-color: #20416B;
}

.screenshots-text-box-title {
    font-weight: bold;
}


/*Parte 3*/
.outer-register-container {
    background-color: #2D4980;
}

.inner-register-container {
    background-color:white;
    margin: 5% 10% 5% 10%;
}

.create-account-btn {
    background-color: #F58220;
    color: white;
}

.create-account-btn:hover {
    background-color: #da6701;
    color: white;
}

.faq-container {
    color: white;
    margin: 5% 10% 0 10%;
    text-decoration: underline;
}

@media (max-width: 1200px) {
  .screenshots-text-box {
    border-radius: .375rem !important;
  }

  .screenshots-container {
    margin: 10px;
  }

  .screenshots-container img {
    width: 100% !important;
  } 

}
