/* ==========================================================================
   Login Box styles
   ========================================================================== */
  
 
body{
	
color: #FFF;
	
background: url('../images/bg.jpg') no-repeat;
	
-webkit-background-size: cover;
	
-moz-background-size: cover;
	
-o-background-size: cover;
	
background-size: cover;
	
font-family: "Segoe UI", sans-serif;
	
height: 100%;
	
width: 100%;
}
.alert{
	margin: 20px auto;
	width: 70%;
}
#login-block{	 
	padding-top: 50px;
	padding-bottom: 25px;
}
#login-block h3{
	color: #FFF;
	text-align: center;
	font-size:1.5em;
	 opacity: 0.8;
	text-shadow: 2px 2px 2px #000;
	font-weight: normal;
 
}

.login-box{
	  position: relative;
	  max-width: 480px;
	  background: #1765B5;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  padding-bottom: 20px;
	  margin-top: 80px;
	  -webkit-box-shadow: 1px 4px 7px 0px rgba(0,0,0,0.75);
	  -moz-box-shadow: 1px 4px 7px 0px rgba(0,0,0,0.75);
	  box-shadow: 1px 4px 7px 0px rgba(0,0,0,0.75);
	  opacity: 0.8;
}

.login-logo{
	 text-align: center;
	 padding: 15px 0 10px;
}

.login-logo img{
	border:0;
	display: inline-block;
}
.login-form form p{
	width:80%;
	margin: 5px auto 10px;
	text-align: center;
}
 

.login-box hr{
	margin:10px auto 20px;
	width:70%;
	border-top: 1px solid rgba(0, 0, 0, 0.13);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}
/* page icon */
.page-icon{
   width: 150px;
  height: 150px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background:#fff;
  text-align: center;
  margin: -80px auto 0;
	
}
.page-icon img{
	vertical-align: middle; 
	margin: 18px 0 0 0;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0.9;
	  width: 120px;
  height:auto;
	 
}
.rotate-icon{
	 -moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform: rotate(360deg);
}
.login-box .page-icon{
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
/* Login Form */
.login-form input{
	display: block;
	margin:0 auto 15px;
	width:70%;
	background: #fefefe;
	border:0;
	color:#6c6c6c;
	padding: 8px;
	border-radius:2px;
	
}

.login-form select {
  display: block;
  margin: 0 auto 15px;
  width: 70%;
  background: #fefefe;
  border: 0;
  color: #6c6c6c;
  padding: 8px;
  border-radius: 2px;
}



/* Login Button */
.btn.btn-login {
	    width: 120px;
    display: block;
    margin: 20px auto 20px;
    color: white;
    text-transform: uppercase;
    background: #F8C301;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	
}
.btn.btn-login:hover {	 
	border:1px solid #FFF;
	opacity: 0.8;
} 
.btn.btn-reset{
	width: 180px;
}
.login-links{
	text-align: center;
}
.login-links a{
	color: #FFF; 
	display:inline-block;
	padding:5px; 
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	
}
.login-links a:hover{
	 opacity: 1;
	 text-decoration: none;
}

label.checkbox {
	width: 70%;
	display: block;
	margin: 0 auto;
}
label.checkbox input{
	width:14px;
	margin: 4px 0 0;
	padding: 0;
	background: none;
	border: 0;
}
#footer-text, #footer-text a{
	text-align: center;
	color:#FFF;
	
	opacity: 1; 
}

/* Social Login */
.social-login{
	margin:10px 0 5px;
}
.social-login .btn{ 
   text-align: center;
    margin: 5px auto;
    color:#FFF;
    text-shadow: 1px 1px 1px #333;
    width:95%;
}
 
.btn.btn-facebook {
	border: 1px solid #2D4479;
	 
	background: #385496;
	background-size: 100%; 
	font-size:12px;
}
.btn.btn-facebook:hover {
	background: #4365B4;
	 
}

.btn.btn-twitter {
	border: 1px solid #2189FF; 
	background: #4A9EFF; 
	font-size:12px;
}

.btn.btn-twitter:hover {
	background: #73B4FF; 
}
.fb-login, .twit-login{
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
}

 
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
	#login-block{	 
		padding-top: 10px;
		padding-bottom: 25px;
	}
	
}

/* Tablet Portrait Size to Tablet Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px){
	#login-block {	 
		margin: 0 auto;
		width: 420px;
	}
	
}


.navbar-brand {
       float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    display: block;
    font-weight: 600;
    font-family: Helvetica;
    /* text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 5px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 5px rgba(0,0,0,.15); */
    display: table;
    /* margin: 0 auto; */
    /* font-family: "Roboto Slab"; */
    /* font-weight: 400; */
    font-size: 26px;
    /* background: -webkit-linear-gradient(#0c4e93,#1765B5); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    line-height: 37px;
    text-shadow: 1px 2px 0px rgba(146, 146, 146, 0.3);
    /* float: left; */
    color: #fff;
    text-align: center;
}