﻿.footer-button-container {
	text-align: right;
}

.table-tarih-label {
	float: right;
}

.input.disabled input {
	background-color: #e3e3e3;
}
.footer-button-container {
	text-align: right;
}

.table-tarih-label {
	float: right;
}

.input.disabled input {
	background-color: #e3e3e3;
}

.login-page {
	display: flex;
	height: 100%;
	flex-direction: column
}

.login-bg {
	background-image: url("../image/login.png");
	background-repeat: no-repeat;
	background-size: contain;
	flex: 1;
	background-color: white;
}

.login-div {
	position: absolute;
	top: 25%;
	left: 55%;
	width: 20%;
	height: 50%;
	position: absolute
}