﻿body{
	font-family: 'Raleway', serif;
}

.top-bar{
	padding: 12px 1%;
	background: #ffffff;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.logo{
	height:30px;
	background: url("../img/logo.png") no-repeat;
}

.number{
	text-align: right;
	font-size: 1.3em;
}

.number span {
    background: url("../img/icon_phone.png") no-repeat;
    width: 20px;
    height:18px;
    display: inline-block;
    margin-right: 10px;
}

.content-wrapper{
	padding-top: 54px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	padding-bottom:54px; 
	box-sizing: border-box;
	position: relative;
}

.content{
	background: url("../img/bg.jpg") no-repeat;
	background-size: cover;
	background-position:right bottom;
	height: 100%;
	min-height: 100%;
	width: 100%;
	overflow: auto;
}

.hello-message{
	font-size: 1.5em;
	padding-top: 40px;
}

.hello-message p {
	text-align: center;
	margin-bottom: 1.3em;
    color: #6B6970;
}

.hello-message p strong {
    color: #353438; 
}

.btn-default.blue-gredinet {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6e026+0,abdc28+100;Green+Flat */
    background: #b6e026; /* Old browsers */
    background: -moz-linear-gradient(top, #b6e026 0%, #abdc28 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b6e026 0%,#abdc28 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b6e026 0%,#abdc28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e026', endColorstr='#abdc28',GradientType=0 ); /* IE6-9 */
    border: none;
    color: #fff;
}

.btn-default.login-btn{
	width: 100%;
}

.login-box {
    background: #F2F3F3;
    margin: 30px 24%;
    padding: 40px 6% 40px 6%;
    border-top: 16px #b7cf39 solid;
}

.login-box p{
	font-style: 1.1em;
	text-align: center;
}

.login-box .form-group, .login-box p, .login-box div{
	margin: 20px 0px;
}

.login-box .form-group input{
	border: 1px #444 solid;
	border-radius: 1px;
}

.login-box p:first-child{
	font-size: 1.3em;
	font-weight: bold;
	
}


footer{
	padding: 20px 1% 6px 1%;
	background: #ffffff;
	overflow: hidden;
	width: 100%;
	position: absolute; 
	bottom: 0px;
}

footer .center{
	text-align: center;
}

footer .center a:link, footer .center a:visited {
    color: #111;
}

.logo2{
	height:30px;
	background: url("../img/logo2.png") no-repeat;
}

@media (max-width: 1200px){
	.number{
		text-align: right;
		font-size: 1.1em;
	}
}

@media (max-width: 1600px)  and (min-width: 1200px) {
   .hello-message p {
		font-size: 1em;
		padding-bottom: 1em;
		padding: 0.4em;
		margin: 0;
	}

	.login-box{
		margin: 30px 0%;
	}
}

@media (max-width: 768px){
	.logo2{
		display: none;
	}

	footer .center{
		text-align: left;
	}
}

#regulamin {
    background: rgba(255, 255, 255, 0.6);
}

.arrow {
    display: inline-block;
    width: 14px;
    margin-left: 6px;
    height: 12px;
    background: url("../img/icon_arrow.png") no-repeat;
}

