
.mod-login__userdata .icon-user, 
.mod-login__userdata .icon-lock,
.mod-login__userdata span[class^="icon-"],
.mod-login__userdata i {
    display: none !important;
}


.mod-login__userdata label {
    display: block !important;
    margin-bottom: 5px;
    font-weight: bold;
}


.mod-login__userdata .form-control {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
}


.mod-login__userdata .btn-primary {
    width: 100%;
    background-color: #1a2a6c;
    border: none;
    padding: 10px;
}

.mod-login__userdata .btn-primary:hover {
    background-color: #b21f1f;
}


aside .card, aside .well {
    max-width: 100%;
    overflow: hidden;
}


body.category-alerts {
    background-color: #fff5f5 !important;
}


body.category-alerts h1 {
    color: red !important;
}


body.category-news .navbar {
    background-color: #004a99 !important;
}
