.carousel-caption {
    position: absolute;
    top: 40%;
    left: 15%;
    max-width: 500px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.carousel-caption h2,
.carousel-caption p {
    text-align: left;
}

.carousel-caption a {
    position: absolute;
    left: 0;
}

form {
    max-width: 600px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    margin-left: 6rem;
    margin-bottom: 5%;
}

input,
select {
    display: block;
    margin: auto;
    max-width: 480px;
}