body {
	background-color: #2B2039!important;
}
.loginInput {
	width: 200px;
	margin: 5px !important;
	border: none;
	border-bottom: 4px solid goldenrod;
	border-radius: 5px;
	background-color: #48365E; /*#3490F1;*/
	color: whitesmoke;
	padding: 5px;
}
.loginInput::placeholder{
	color:whitesmoke;
}
.btnLogin {
	margin-top: 5px;
	width: 125px;
	background-color: #6329AA;
	border: none;
	height: 40px;
	border-radius: 5px;
	font-weight: bold;
}
.btnLogin:hover{
	background-color:goldenrod;
	color:whitesmoke;
}
.container{
	height:100vh!important;
}
.loginImage{
	width:400px;
}
.loginImgContainer{
	margin:10px;
}
.loginHeaderSpan{
	font-size:48px;
	font-weight:bold;
	margin-bottom:20px;
	color:whitesmoke;
}
.sari {
	background-color: yellow;
}
.mavi{
	background-color:blue;
}
.turuncu{
	background-color:orange;
}
.kırmızı{
	background-color:red;
}
