/*Error showing messages*/
.error {
    color: darkred;
}

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

/*Front end error show-able div styling*/
.error-front {
    color: indigo;
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
    font-size: large;
}

.language_th{
    width: 50%;
}


