/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato');
body{background:#e31e24;margin:0px;padding:0px; font-family: 'Lato', sans-serif;font-size: 14px;
    line-height: 1.42857143;}
#Main { background: url('../../../img/Back-1.jpg') 0 0 no-repeat; }
#Footer{background:#FFF;position: absolute;
     width: 100%;
    left: 0;
   	box-shadow: 0px 0px 5px 5px; 
	
	position: relative;
    margin-top: -180px; /* altAlan yuksekliginin eksi degeri */
    height: 180px;
    clear:both;
	}
#Logos li
{
	display: inline-block;
    float: left;
	margin-top:15px;	
	margin-left:5px;
	border-left: 1px #363636 solid
}

#Logos li:first-child {
	border:none;
	margin-left: 0px;
	}
.MyShadow
{
	box-shadow: 5px 5px 0px 0px; 
}

.MyHeaderColor
{
	color:white;
}
.mypad{padding:0px;margin:0px;}


/*Min Height Tags*/
.mh1{min-height:1px;}
.mh2{min-height:2px;}
.mh3{min-height:3px;}
.mh4{min-height:4px;}
.mh5{min-height:5px;}
.mh6{min-height:6px;}
.mh7{min-height:7px;}
.mh8{min-height:8px;}
.mh9{min-height:9px;}
.mh10{min-height:10px;}
.mh20{min-height:20px;}
.mh30{min-height:30px;}
.mh40{min-height:40px;}
.mh50{min-height:50px;}
.mh60{min-height:60px;}
.mh70{min-height:70px;}
.mh80{min-height:80px;}
.mh90{min-height:90px;}
.mh100{min-height:100px;}
.mh110{min-height:110px;}
.mh120{min-height:120px;}
.mh130{min-height:130px;}
.mh140{min-height:140px;}
.mh150{min-height:150px;}
.mh200{min-height:200px;}
.mh250{min-height:250px;}
/*Max Height Tags*/
.mx1{max-height:1px;}
.mx2{max-height:2px;}
.mx3{max-height:3px;}
.mx4{max-height:4px;}
.mx5{max-height:5px;}
.mx6{max-height:6px;}
.mx7{max-height:7px;}
.mx8{max-height:8px;}
.mx9{max-height:9px;}
.mx10{max-height:10px;}
.mx20{max-height:20px;}
.mx30{max-height:30px;}
.mx40{max-height:40px;}
.mx50{max-height:50px;}
.mx60{max-height:60px;}
.mx70{max-height:70px;}
.mx80{max-height:80px;}
.mx90{max-height:90px;}
.mx100{max-height:100px;}
.mx110{max-height:110px;}
.mx120{max-height:120px;}
.mx130{max-height:130px;}
.mx140{max-height:140px;}
.mx150{max-height:150px;}
.mx160{max-height:160px;}
.mx170{max-height:170px;}
.mx170{max-height:180px;}
.mx190{max-height:190px;}
.mx200{max-height:200px;}
.mx250{max-height:250px;}

/*Margintop Tags*/
.mrgtp1{margin-top:1px;}
.mrgtp2{margin-top:2px;}
.mrgtp3{margin-top:3px;}
.mrgtp4{margin-top:4px;}
.mrgtp5{margin-top:5px;}
.mrgtp6{margin-top:6px;}
.mrgtp7{margin-top:7px;}
.mrgtp8{margin-top:8px;}
.mrgtp9{margin-top:9px;}
.mrgtp10{margin-top:10px;}
.mrgtp20{margin-top:20px;}
.mrgtp30{margin-top:30px;}
.mrgtp40{margin-top:40px;}
.mrgtp50{margin-top:50px;}
.mrgtp60{margin-top:60px;}
.mrgtp70{margin-top:70px;}
.mrgtp80{margin-top:80px;}
.mrgtp90{margin-top:90px;}
.mrgtp100{margin-top:100px;}
.mrgtp110{margin-top:110px;}
.mrgtp120{margin-top:120px;}
.mrgtp130{margin-top:130px;}
.mrgtp140{margin-top:140px;}
.mrgtp150{margin-top:150px;}

.MyFontSize9{font-size:9px;}
.MyFontSize10{font-size:10px;}
.MyFontSize11{font-size:11px;}
.MyFontSize12{font-size:12px;}
.MyFontSize13{font-size:13px;}
.MyFontSize14{font-size:14px;}
.MyFontSize15{font-size:15px;}
.MyFontSize16{font-size:16px;}
.MyFontSize17{font-size:17px;}
.MyFontSize18{font-size:18px;}


/***Login Css***********/

.container-login {
    min-height: 0;
    width: 480px;
    color: #333333;
    margin-top: 40px;
    padding: 0;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.container-login > section {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
}
#top-bar {
    display: inherit;
}
.nav-tabs.nav-justified {
    border-bottom: 0 none;
    width: 100%;
}
.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
    float: none;
}
.container-login .nav-tabs.nav-justified > li > a,
.container-login .nav-tabs.nav-justified > li > a:hover,
.container-login .nav-tabs.nav-justified > li > a:focus {
    background: #e31e24;
    border: medium none;
    color: #ffffff;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 0;
}
.container-login .nav-tabs.nav-justified > .active > a,
.container-login .nav-tabs.nav-justified > .active > a:hover,
.container-login .nav-tabs.nav-justified > .active > a:focus {
    background: #ffffff;
    color: #333333;
}
.container-login .nav-tabs.nav-justified > li > a:hover,
.container-login .nav-tabs.nav-justified > li > a:focus {
    background: #de2f18;
}
.tabs-login {
    background: #ffffff;
    border: medium none;
    margin-top: -1px;
    padding: 10px 30px;
}
.container-login h2 {
    color: #e31e24;
}
.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #999999;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.container-login .checkbox {
    margin-top: -15px;
}
.container-login button {
    background-color: #e31e24;
    border-color: #e73e28;
    color: #ffffff;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
    width: 100%;
}
.container-login button:hover,
.container-login button:focus {
    background: #de2f18;
    border-color: #be2815;
}



.bayi-logo > img {
    width: 100%;
    max-width: 140px;
    height: auto;
    max-height: 50px;
	border-right:2px solid #fff;
}

.slogan {
    margin: 8px 0 0 1em;
    padding: 12px 0 8px 1em;
    border-left: 1px solid #e6e6e6;
    float: left;
}
