/*
|-------------------[body]--------------------------|
|    _________________________________________      |
|    |                                        |     |
|    |--------[Titlenar]-navtitle-------------|     |
|    |               |                        |     |
|    |sidebarleft    |    mainContent         |     |
|    |               |   —————————————————    |     |
|    |               |      homeView          |     |
|    |               |      adminView         |     |
|    |               |       ....             |     |
|    |_______________|________________________|     |
|    |           loginView                    |     |
|    |________________________________________|     |
|    |                                        |     |
|    |_________________footer_________________|     |
|    |                                        |     |
|    |________________________________________|     |
|                                                   |
|---------------------------------------------------|-
*/


/*----------------- for LOGIN VIEW ---------------------*/
div.loginview{
    /* margin: 0;
    padding: 0;
	border: 0;
	text-align: center; */
	position: absolute;
	overflow: auto;
	margin: 0;
	padding: 0;
	height: 100%;
	width:  100%;
	border: 0;
	text-align: center;
	background: #E8E7E3;
	/* background: rgba(180, 180, 178, 0.6); */
}
div.loginview div{
	margin:0 auto;
	margin-top: 100px;
	/* padding: 0; */
	height: 200px;
	width:  200px; 
}

div.loginview input
{
	border: 1px solid #bebebe;/* #eee;*/
	height:30px;
	width:153px;
	/* padding-left:10px; */
	margin:15px 0 0 0;
}

div.placeholder h2 {
	margin-bottom: 0px;
}

div.loginview button
{
    border: 1px solid #bebebe;
    height: 30px;
    /* padding-left: 10px; */
	margin:15px 0 0 0;
	width:155px;
	text-align: center;
}
