﻿@charset "utf-8";
/* CSS Document v 4.4 */

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: #ECEFF1;
    } 
}
 

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

html {
    background: transparent;
}

/** BG **/
body {
    background-image: url('bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.login-panel-bg > .panel-heading h4 {
	text-align: center !important;
	font-size: 20px !important;
	font-weight: normal !important;
	color: #555 !important;
}

.alert {
	padding: 5px 10px !important;
	margin-bottom: 10px !important;
	border: 1px solid transparent !important;
	border-radius: 0px !important;
}

.alert-danger {
	background-color: #f2dede !important;
	border-color: transparent !important;
	color: #a94442 !important;
	font-size: 13px !important;
}

/** Login panel **/
.login-panel-bg {
    z-index: 16;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 55px; 
    width: 800px;
    height: 450px;
    background-color: white;
    margin-top: 10%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8); 
}


.login-form-wraper > .row:first-of-type {
    position: absolute;
    width: 800px;
    height: calc(100% - 30px);
    display: flex;
    align-items: center;
    margin: auto;
}

    .login-form-wraper > .row:first-of-type > .col-md-8 {
        border-left: 1px solid #E4E7EA;
        padding: 30px 50px;
        padding-bottom: 0px;
    }

        .login-form-wraper > .row > .col-md-8 .forgot-password {
            color: #686868;
        }

@media only screen and (max-width : 1000px) {
    .login-panel-bg, .login-form-wraper > .row:first-of-type {
        width: 80vw;
    }
}

@media only screen and (max-width : 768px) {
    .login-form-wraper > .row > .floating-labels > .row:last-of-type > .col-md-6 {
        text-align: center !important;
        padding: 5px;
    }
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
    .login-panel-bg {
    
    }
}
.form-group > span {
	margin-top: 4px !important;
	display: block;
	margin-bottom: 8px !important;
	width: 100% !important;
}


	.forgot-password:hover {
		color: #2980b9 !important;
	}

.new-user {
	margin: 0px 20px 0px 0px;
	color: #3498db !important;
}

	.new-user:hover {
		color: #2980b9 !important;
	}

.warning-nt {
	padding: 4px 0px !important;
	margin-top: 5px !important;
	margin-bottom: 10px !important;
	font-size: 14px !important;
}

.login-captcha {
    position: relative;
    border: 1px solid #d5d5d5;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 15px;
}

	.login-captcha > div > .captcha-img {
		width: 50% !important;
	}

	.login-captcha > div > .form-control {
		position: absolute !important;
		width: 45% !important;
		right: 5px !important;
		top: 4px !important;
	}

.kurum-logo {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.kurum-text {
	max-width: 360px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 20px;
}

.login-button > .btn-default {
	background: #afca0b !important;
	width: 100% !important;
	padding: 10px 10px !important;
	border: none !important;
	border-radius: 4px !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: bold;
	margin: 5px 0px 10px 0px !important;
}

	.login-button > .btn-default:hover {
		background: #bdd818 !important;
	}
/** Login Panel Biter **/



/** Genel CSS **/

.login-page-navbar > .navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
}

.login-page-navbar > .navbar {
	position: relative;
	min-height: 90px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0px;
}

.login-page-navbar > .navbar-default > .container-fluid > .navbar-header > .navbar-brand {
	float: left;
	padding: 15px;
	font-size: 18px;
	line-height: 80px;
	height: 80px;
	padding: 5px 15px 0px 15px;
}

.login-page-navbar > .navbar-default .navbar-nav > li {
	line-height: 90px;
	font-size: 16px;
	font-weight: bold;
}

.login-bottom {
    z-index:16;
    margin-right: 5px;
}

.login-bottom img{
    max-height: 15px;
}

.version {
    font-size: 12px;
}

/** Netcad İle İlgili Kısım **/


.firma-logo {
	float: right;
	margin-left: 20px;
	font-size: 13px;
	color: #999;
}

	.firma-logo img {
		height: 28px;
		margin-left: 15px;
	}

.logo-urun img {
	margin-left: 15px;
}

.logo-urun img {
	margin-top: 5px;
	float: left;
	height: 100px;
}


@media screen and (max-width: 768px) {

.login-panel-bg {
	max-width: 100%;
	top: 10px;
	right: 10px;
	left: 10px;
    margin-right:auto;
    margin-left:auto;
	}
}

.login-pattern,
.login-pattern:after {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.login-pattern:after {
	content: '';
	background: transparent url(pattern.png) repeat top left;
}

.login-form-control {
	height: 42px;
	background: #ECEFF1;
	border: none;
}

.btn {
	padding: 10px 12px;
}

.checkbox {
    padding-left: 20px;
    margin: 0;
}

    .checkbox label {
        padding-left: 0px;
        position: relative;
        font-size: 14px;
        top:0;
    }

.login-error {
    background: #fff9c4;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    margin: 11px 0px;
}

.login-text {
	text-align: center;
	margin-bottom: 15px;
	color: #FFF;
    display:none;
}



.login-button {
    color: #fff;
}


@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
   /* background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);*/
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 10s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 20s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 35s linear infinite;
}

.downloadDiv {
    height: 40px;
    cursor: pointer;
}