.bg {
    background-image: url("images/mynahbg.jpeg"); /* The image used */
    background-color: #000; /* Used if the image is unavailable */
    background-size: auto;
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: #fff;

}

.LoginHeading {
    text-align: center; font-weight: bolder; font-size: 13pt;
}

.TextInput {
    text-align: center;
}
.footer {
    text-align: center; font-size: 8.5pt; margin-top: 20px; margin-bottom: 50px;
}

.headermenu {
	/*background-color: #1a1a1a;*/
	background-color: #000;
}

/*login*/
.error {
    color: red;
    text-align: center;
    font-size: 11px;
    padding: 5px;
}

input.invalid {
    border-color: red;
}

.Adminbg {
    background-image: url("images/mynahadminbg.jpg"); /* The image used */
    background-color: #000; /* Used if the image is unavailable */
    background-size: auto;
    background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: #fff;

}