#app-web{
    overflow: hidden;
}

.form-web-title{
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.05px;
    color: rgba(25, 26, 25, 0.87);
    text-transform: none;
}

.form-web-caption{
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #666666;
    text-transform: none;
}

.btn-primary {
    border-radius: 25px;
    padding: 10px 45px;
    font-weight:700;
    min-width:200px;
    font-size:18px;
    margin-top:10px;
}