.requiredInfo {
  width: 100%;
}

.requiredInfo div {
    display: block;
    padding: 12px 16px;
    background: #f8d7da;
    color: #721c24 !important;
    margin-top: 20px;
    width: 100%;
    border-radius: 8px;
    /* position: absolute; */
    /* top: -15px; */
    border: 1px solid #f5c6cb;
    font-weight: bold;
    font-size: 14px !important;
}
