﻿.UserIcon
{
	background-image: url('images/Login/box_user_icon.png');
	background-repeat: no-repeat;
}
.PasswordIcon
{
	background-image: url('images/Login/box_password_icon.png');
	background-repeat: no-repeat;
}
.CompanyIcon
{
    background-image: url('images/Login/box_company.png');
	background-repeat: no-repeat;
}
.LoginTopLeft
{
	background-image: url( 'images/Login/box_top_left.jpg' );
	background-repeat: no-repeat;
}

.LoginTopRight
{
	background-image: url('images/Login/box_top_right.jpg');
	background-repeat: no-repeat;
}

.LoginTopLine
{
	background-image: url('images/Login/box_top_line.jpg');
	background-repeat: repeat-x;
}

.LoginBottomLeft
{
	background-image: url('images/Login/box_bottom_left.jpg');
	background-repeat: no-repeat;
}

.LoginBottomRight
{
	background-image: url('images/Login/box_bottom_right.jpg');
	background-repeat: no-repeat;
}

.LoginBottomLine
{
	background-image: url('images/Login/box_bottom_line.jpg');
	background-repeat: repeat-x;
}

.LoginLeftLine
{
	background-image: url('images/Login/box_left_line.jpg');
	background-repeat: repeat-y;
}

.LoginRightLine
{
	background-image: url('images/Login/box_right_line.jpg');
	background-repeat: repeat-y;
}

.LoginIcon
{
	background-image: url('images/Login/box_login_icon.png');
	background-repeat: no-repeat;
}

.LoginMiddle
{
	background-image: url('images/Login/box_middle.jpg');
}
.dvv
{
	font-family: Verdana;
	font-size: 12px;
	margin-right: 0px;
}

.aciklama
{
    font-weight: bold;
    text-align: left;
    color: #aaa;
    font-family: Verdana;
}

.kullanici
{
    margin: 0 0 1em 0;
    border: 1px solid #669999;
    background: url('images/Login/box_user_icon.png') no-repeat left center;
    padding-left: 32px;
    height: 30px;
    width: 250px;
    font-size: 130%;
    background-color: #FFFFFF;
    font-family: Verdana;
}
.sifre
{
    margin: 0 0 1em 0;
    border: 1px solid #669999;
    background: url('images/Login/box_password_icon.png') no-repeat left center;
    padding-left: 32px;
    height: 30px;
    width: 250px;
    font-size: 130%;
    background-color: #FFFFFF;
    font-family: Verdana;
}

.ErrorIcon
{
	background-image: url('images/Login/info_red.png');
	background-repeat: no-repeat;
}

.BoxLogo
{
	background-image: url('images/Login/box_logo.png');
	background-repeat: no-repeat;
}
.karsilama
{
    background-image: url('images/Social-Network.jpg');
	background-repeat: no-repeat;
    min-height: 300px;
     width: 400px;
}
.slogan
{
    color: #000080;
    font-weight: bold;
    margin: 20px;
}






#login-box {
	width:333px;
	height: 352px;
	padding: 58px 76px 0 76px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(images/login-box-backg.png) no-repeat left top;
}

#login-box img {
	border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: bold 44px "Calibri", Arial;
}


#login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
}

#login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login  {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#1e4f8a;
	font-size: 16px;
	color: #ebebeb;
}


.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}

