@charset "utf-8";
/*
	===================================================================	
		Theme Adı		: 
		Theme URI		: https://
		Başlama Tarihi	: 11.01.2018 - 11.30
		Version			: 18.0.0.1
		Firma			: Devasa Ajans
		Firma URI		: https://www.devasa.com.tr
		
		Tasarım 		: Hasan Hüseyin ÇELİK 	(hasan@devasa.com.tr)
        Kodlama			: Sefa AYDIN 			(sefa@devasa.com.tr)
        Metin			: Ali Batuhan Pirdal	(batuhan@devasa.com.tr)
		
		Güncellemeler	: 
		
			Copyright: (c) 2011-2018 Devasa AJANS.
	===================================================================
*/

.background { background: linear-gradient(40deg,#ff6ec4,#7873f5);}
.backgroundDark { background: #050608;}
.gri { background: linear-gradient(40deg,#d3cce3,#e9e4f0);}
.yesil { background: linear-gradient(40deg,#43cea2,#185a9d);}

.font18 { font-size: 18px;}

.intro-2 {
    background: url("http://mdbootstrap.com/img/Photos/Others/images/91.jpg")no-repeat center center;
    background-size: cover;
}

.top-nav-collapse {
    background-color: #050608 !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #050608 !important;
    }
}

.hm-gradient .full-bg-img {
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
    background: -webkit-gradient(linear, 45deg, from(rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%)));
    background: linear-gradient(to 45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
}

.md-form .prefix {
    font-size: 1.5rem;
    margin-top: 1rem;
}

.md-form label {
    color: #ffffff;
}

.devasa {text-shadow: 1px 1px 1px #bababa; color:  #fff;}
.version { font-size: 12px; line-height: 18px;}