﻿@CHARSET "UTF-8";

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
}
body {
	background: url(../Content/Images/Sirali_Ucaklar.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-space {
    font: 16px/2em Lato, serif;
	margin: 100px auto;
	max-width: 400px;
}

.login-form{
	color: #5d5d5d;
	background: #f2f2f2;
	padding: 26px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.login-img{
	display: block;
	margin: 0 auto;
	margin-bottom: 35px;
    width: 100%; 
    object-fit: contain;
}
.login-input {
	font-size: 18px;
	margin: 16px 0;
}
.login-div {
	text-align: center;
}
	
.form-links {
text-align: center;
margin-top: 1em;
margin-bottom: 50px;
}

.form-links a {
	color: #fff;
}