.form {
    width: 500px;
    margin: auto;
    border: 1px solid #c2c2c2;
    border-radius: 15px;
    text-align: start;
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 14px !important;
    background-color: white;
}

.btn-orange {
    background-color: #f54336 !important;
    width: 100%;
    color: #fff !important;
    border-radius: 30px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 13px;
}

.form h2 {
    margin-bottom: 17px !important;
    color: #212121;
}
.form-group {
    margin-bottom: 10px !important;
}

.form .ne {
    color: #292f38;
    margin-top: 10px !important;
    line-height: 1.75;
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
}

.form-control {
    padding-top: 30px !important;
    padding-left: 0;
    padding-bottom: 30px !important;
    outline: none !important;
    border: none;
    border-bottom: 1px solid #e0e2e6;
    border-radius: 0;
    margin-top: 10px;
    color: #cacdd2;
    opacity: 0.7;

}

.form-control:focus {
    border-bottom: 1px solid #f54336 !important;
    outline: none !important;
    box-shadow: none !important;
}

.blue {
    color: #f54336;
}
main {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('https://www.lpluxvacations.com/uploads/0000/161/2022/09/15/pexels-spencer-davis-4353632-1.jpg');
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px){
    .form {
        width: 100% !important;
    }
}
