.inline {
    vertical-align: top;
    display: inline-block;
}

.etiqueta {
    /*width: 104.5px;*/
    /*height: 121.1px;*/
    border: 1px solid #F5F5F5;
    text-align: center;
    margin: 16px;
    font-size: 9px;
    padding-top: 2px;
}

.textoEtiqueta {
    text-align: center;
    font-family: sans-serif;
}

.title {
    text-align: center;
    margin: 20px;
    color: #527bd0;
}

.form-container {
    margin: 40px auto 0;
    width: fit-content;
    height: auto;
    border: 1px solid rgba(102, 99, 165, .2);
}

.form-subdiv {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.form-label > span {
    color: #d73737;
}