/* ==========================================================================
   Login Box styles
   ========================================================================== */
  
 
body
{
       color: #FFF;
    background: url('../img/background.jpg') repeat;
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
    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;
 
}
.btn-warning {
    color: #fff;
    background-color: #2466bc!important;
    border-color: #2466bc!important;
}
.login-box{
	     position: relative;
    max-width: 480px;
   background:#248a52;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 20px;
    margin-top: 80px;
    -webkit-box-shadow: 2px 4px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 4px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 4px 7px 0px rgba(0,0,0,0.75);
    /*opacity: 0.8;*/
}

.login-logo{
	 text-align: center;
	 padding: 45px 0 0;
}
.login-logo h1{font-size:23px; color:white}
.login-box h4{font-size:18px; color:white;text-align:center; margin-bottom: 10px}
.login-logo img{
	border:0;
	display: inline-block;

}
.login-form form p{
	width:80%;
	margin: 5px auto 10px;
	text-align: center;
}
.form-group label{font-size:12px; color:white;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: 140px;
    height: 140px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #fff;
    text-align: center;
    margin: -80px auto 0;
    box-shadow: 0px -3px rgba(202, 202, 202, 0.64);
    -moz-box-shadow: 0px -3px rgba(202, 202, 202, 0.64);
    -webkit-box-shadow: 0px -3px rgba(202, 202, 202, 0.64);
    -o-box-shadow: 0px -3px rgba(202, 202, 202, 0.64);
    left: 30%;
}
.page-icon img{
	    vertical-align: middle;
    margin: 10px 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: 130px;*/
    width: 105px;
    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;
    /*border: 5px solid rgba(20, 124, 195, 0.52);*/
    position:absolute;
}
/* Login Form */
.login-form input{
	display: block;
	/*margin:0 auto 15px;*/
	width: 93%;
	background: #fefefe;
	border:0;
	color:#6c6c6c;
	padding: 8px;
	border-radius:2px;
}
.form-group {
    margin-bottom: 15px;
    margin-left: 7%;
}
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
 .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: 0px !important; 
}
 .btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active {
    color:rgba(255,255,255,0.75)
}
.login-form select {
  display: block;
  margin: 0 auto 15px;
  width: 70%;
  background: #fefefe;
  border: 0;
  color: #6c6c6c;
  padding: 8px;
  border-radius: 2px;
}
.checkbox input[type="checkbox"] {
    left: 20px;
    width: auto;
}
button.btn.form-btn-login.btn_login.btn-warning {
    width: 80%;
    padding: 5px;
    border-radius: 2px;
}
/* Login Button */
.btn.btn-login {
	    width: 120px;
    display: block;
    margin: 20px auto 20px;
    color: white;
    text-transform: uppercase;
     background: rgba(76,158,0,1);
background: -moz-linear-gradient(top, rgba(76,158,0,1) 0%, rgba(61,130,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,158,0,1)), color-stop(100%, rgba(61,130,0,1)));
background: -webkit-linear-gradient(top, rgba(76,158,0,1) 0%, rgba(61,130,0,1) 100%);
background: -o-linear-gradient(top, rgba(76,158,0,1) 0%, rgba(61,130,0,1) 100%);
background: -ms-linear-gradient(top, rgba(76,158,0,1) 0%, rgba(61,130,0,1) 100%);
background: linear-gradient(to bottom, rgba(76,158,0,1) 0%, rgba(61,130,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c9e00', endColorstr='#3d8200', GradientType=0 );
    -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;
	}
	
}
h1
{
            font-size: 24px;
    color: #ffffff;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    padding-top: 2%;
    text-align: center;
    text-transform: uppercase;
    /* text-shadow: 2px 2px 4px #a2d3ff; */
    margin: 0;
    line-height: 32px;
}
.form-group {
    margin-left: 6%;
}

