#auth_window{
	display: flex;
}

#div_table{
	border: 1px solid black;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

#button_auth{
	margin-bottom: 15px;
}

#table_form_auth td{
	padding: 5px;
}

.cell_right{
	text-align: right;
}

.cell_left{
	text-align: left;
}

#status_auth{
	font-weight: bold;
	color: #FF0000;
}

#div_table p{
	text-align: center;
}

#button_auth{
	width: 200px;
	height: 30px;
}