/**
    Theme Name: Astra Child
    Author: Brainstorm Force
    Author URI: http://wpastra.com/about/
    Description: This is Astra Child theme, it is created over Astra theme.
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: astra-child
    Template: astra
*/

/* ILMS Login Error Styling */
.ilms-error-message {
    background-color: #fdecea;
    color: #b71c1c;
    border: 1px solid #f5c6cb;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
}