/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.11.2014, 15:16:37
    Author     : Daniel
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,latin-ext);
html,
body {
    height: 100%;
    min-height: 400px;
    font-family:'Open Sans', sans-serif;
}
@media (min-width: 768px) {
    body {
        min-height: 500px;
    }
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:inherit;
    opacity:0.8;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:inherit;
    opacity:0.8;
}
#home-slider,
#home-slider .carousel,
#home-slider .item,
#home-slider .active {
    height: 100%;
}
.carousel-inner {
    height: 100%;
}
.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateZ(0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}
.carousel.carousel-fade .carousel-control {
    z-index: 1000;
    outline:none;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.login-wrap {
    width: 94%;
    position: absolute;
    top: 50px;
    left: 3%;
    z-index: 9999;
}
@media (min-width: 768px) {
    .login-wrap {
        width: 360px;
        margin-left: -180px;
        top: 150px;
        left: 50%;
    }
}
.login-wrap .bg {
    padding: 30px;
    background-color: rgba(255,255,255,0.3)
}
.login-wrap h1 {
    margin: 0 0 30px 0;
    font-size: 22px;
    text-align: center;
    letter-spacing: -1px;
    color: #ffffff;
}
.login-wrap h1 span {
    color: #0097ce;
}
.login-wrap h2 {
    margin: 0 0 30px 0;
    font-size: 23px;
    font-weight: 300;
    color: #eeeeee;
}
.login-wrap .input {
    margin: 10px 0;
    position: relative;
}
.login-wrap .input i {
    position: absolute;
    top: 11px;
    left: 14px;
    font-size: 16px;
    color: #cccccc;
}
.login-wrap .input input {
    width: 100%;
    padding: 7px 14px 7px 35px;
    border: 1px solid #e5e5e5;
}
.btn {
    border-radius: 0px;
    border: none;
}
.login-wrap p {
    margin: 10px 0;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
}























