body {	 
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
.my-container:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	background-color: #fff;
}
.giris
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.giris, .giris .checkbox
{
    margin-bottom: 10px;
}
.giris .checkbox
{
    font-weight: normal;
}
.giris .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.giris .form-control:focus
{
    z-index: 2;
}
.giris input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
}
.giris input[type="password"]
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.giris input[type="button"] {
	background-color: #e31e24;
	border: 0px;
	margin-top: 20px;
}
.giris input[type="button"]:hover{
	background-color: #009846;
}
.arkaplan
{
   /* margin-top: 20px;
    padding: 10px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
}

.logo
{
	width: 131px;
    margin: 0 auto;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.yardim
{
	color: #e31e24;
    margin-top: 10px;
}