html, 
body {
	font-family: Arial, Verdana;
	background-color: #99734e;
    height: 100%;
}

#loginForm {
	min-width: 400px;
	max-width: 400px;
	background-color: #e8dcd0;
    border: solid 5px #26bdb4;
    color: #594430;
}

.form-control {
    background-color: white !important;
    color: #594430 !important;
}


.btn_nav {
    border: none;
    outline: none;
    cursor: pointer;
}
.btn_nav:focus {
    outline: none;
}
.btn_nav:hover {
    transform: scale(1.1);
}
.btn_nav:active {
    transform: scale(1.15);
}

.btn_large {
    width: 216px;
    height: 223px;
}

#submit_button_enter {
    background: url("/public/images/gombok/belepes.png") no-repeat;
}
#submit_button_enter:active {
    background: url("/public/images/gombok/belepes_click.png") no-repeat !important;
}
#submit_button_enter:hover {
    background: url("/public/images/gombok/belepes_hover.png") no-repeat;
}

