/*Validation error backend*/
.error {
    color: darkred;
}

/*Invalid domain name error frontend*/
.banner-content>.invalid{
    color: firebrick;
}

/*settings sidebar styling*/
.settings {
    list-style: none;
}

/*larger icon*/
.larger_icon{
    font-size: 100px;
}

/*Setting background color of site logo & favicon show-able content in settings*/
.view{
    background-color: black;
}

/*making email address uncompilable */
.email{
    user-select: none;
}

/*Success text color green*/
.success{
    color: green;
}

/*Danger text color red*/
.danger{
    color: red;
}

/*System status title color*/
#ss_title{
    color: purple;
    font-weight: bold;
}


