@charset "UTF-8";

form,ul,p{
	display:block;
}
strong,b{
	font-family:"Open Sans Bold", sans-serif;
	font-weight:600;
}
b{
	color:#333333;
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin:0;
	padding:0;
}
.firma-bilgileri{
	border:1px solid #eeeeee;
	padding:5px;
}
.firma-bilgileri .logo{
	margin-bottom:10px;
	margin-top:5px;
}
.firma-bilgileri .logo img{
	display:block;
	max-height:80px;
	width:auto;
	max-width:100%;
	margin:0 auto;
}
.firma-bilgileri .bilgiler{
	text-align:center;
}
.firma-bilgileri .bilgiler table td{
	font-size: 13px;
    font-weight: 600;
    font-family: "Open Sans Bold",sans-serif;
    text-align: left;
}
.firma-bilgileri .bilgiler table td i{
	width:30px;
	text-align: center;
}
.firma-bilgileri .bilgiler table{
	width:100%;
}
.firma-bilgileri .bilgiler table td.baslik{
	text-align:right;
	width:60px;
	vertical-align:top;
}
.text-center{
	text-align:center!important;
}
.text-left{
	text-align:left!important;
}
.text-right{
	text-align:right!important;
}
.firma-bilgileri .bilgiler table td.baslik2{
	padding:0;
	font-size:14px;
}
.servis-bilgileri table{
	width:100%;
}
.servis-bilgileri table td{
	padding:2px;
	font-size:13px;
}
.servis-bilgileri table td.baslik{
	vertical-align:top;
	font-family:"Open Sans Bold", sans-serif;
	font-weight:600;
	text-align:left;
	width:90px;
}
.servis-bilgileri table td.aciklama{
	vertical-align:top;
	padding:5px;
	border:1px solid #ddd;
	position:relative;
	font-family:"Open Sans Bold", sans-serif;
	font-weight:600;
	color:#666666;
}
.servis-bilgileri table td.aciklama:before{
	content:"";
	position:absolute;
	bottom:100%;
	left:3px;
	border:6px solid transparent;
	border-bottom-color:#aaaaaa;
	z-index:15px;
}
.servis-bilgileri table td.aciklama:after{
	content:"";
	position:absolute;
	bottom:100%;
	left:4px;
	border:5px solid transparent;
	border-bottom-color:#ffffff;
	z-index:16px;
}
.degisen-parcalar{
	padding:5px;
	border-top:1px solid #ddd;
	margin:5px -5px -5px -5px;
	background-color:#f5f5f5;
}
.degisen-parcalar > .baslik{
	padding:0;
	margin:0;
	font-size:13px;
}
.degisen-parcalar > ul .parca{
	padding:3px;
	background-color:#0086b3;
	color:#fff;
	margin-right:3px;
	margin-top:3px;
	font-size:12px;
	line-height:12px;
	border-radius:2px;
	overflow:hidden;
}
.degisen-parcalar > ul .parca .adet{
	padding: 2px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    color: #0086b3;
    font-size: 11px;
    text-align: center;
    width: 16px;
}


/*hareketli kutular*/
.area{
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    background: linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height:100vh;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

/*login kutusu*/
#login{
 background-color:rgba(255,255,255,0.19);
 border-radius:10px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 padding-top:50px;
 padding-bottom:50px;
 padding-right:20px;
 padding-left:20px;
 border-style:none;
}

#login .firma-bilgileri{
 border-style:none;
}

#loginForm .logo{
 text-align:center;
 padding-bottom:10px;
}

/* Label */
#loginForm .checkbox label{
 color:#ffffff;
}

#loginForm .btn-primary{
 border-width:0px;
 background-color:#2c3e50;
 margin-left:0px;
 height:40px;
}

#loginForm .input-group input[type=text]{
	background-image:none;
	background-color:#ffffff;
	height:43px;
}

#loginForm .input-group input[type=password]{
 height:43px;
}