/* ==========================================================================
   Login Box styles
   ========================================================================== */
  
/*Change Backgound image here */
/*html{
	background: #000 url(img/Background.png) top center;
	height:100%;
}*/
/*
body{
	background: transparent urlimg/login-bg-overlay.png) repeat;
	min-height:100%; 
}*/

body {
        background: #f1f2f3;
}

.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-msg {     
    font-size: 11px;
	margin: 0 auto;
	padding: 10px 10px 0;
	margin-left:15%;
    color: #F1692A;
}

.login-error {
    font-size: 12px;
	margin: 0 auto;
	padding: 10px 10px 0;
	margin-left:15%;
    color: #800000;
}

.login-box{
	position: relative;
	max-width:480px;
	background-color: #FFFFFF;
	color: #000000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 2px;
	padding-bottom: 20px;
	-moz-box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
	margin-top: 80px;
}

.login-logo{
	 text-align: center;
	 padding: 5px 0 0px;
	 width: 100%;
}

.login-lang {
    float:left;
    margin: 5px 0 0 5px;    
}

.login-lang a{
	color: #6c6c6c; 		
	-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-lang a:hover{
	text-decoration: none;
	color:#3276B1;
}


.login-copyright {
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 10px 0;
	text-align: center;
    color:#909090;
}


.login-title {
	padding: 0px 0px 0px; /*HC 14px 10px 12px; */
	margin-left: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	min-width:210px;
	text-align: center;
}


.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 #dddbda;
	border-bottom:1px solid #FFF;
}
/* page icon */
.page-icon{
	width: 105px;
	height: 105px;
	-webkit-border-radius: 105px;
	-moz-border-radius: 105px;
	border-radius: 105px;
	/*background: transparent url(img/login-bg.png) repeat; */
    background-color:#FFFFFF;
	border:8px solid #DEDEDE; /*#f9f9fa;*/
	text-align: center;
	/*-webkit-box-shadow: inset 1px 3px 8px #999;
	-moz-box-shadow: inset 1px 3px 8px #999;
	box-shadow: inset 1px 3px 8px #999;
        */
	margin: -60px auto 0;
	
}
.page-icon img{
	vertical-align: middle; 
	margin: 2px 0 0 -1px;
	-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;
	-ms-interpolation-mode: bicubic;
}
.rotate-icon{
	 -moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform: rotate(45deg);
}
.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%;
	color:#6c6c6c;
	padding: 10px 8px 8px 27px;
}

/* Login forgot*/
.forgot1 {
	color: #909090;
	font-size: 12px;
	position: absolute;
	right: 17%;
	text-shadow: 1px 1px 1px #FFFFFF;
	top: 9px;
    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.forgot1:hover{
	text-decoration: none;
	color:#3276B1;
}


.widthBtnLogin {
    width: 124px;
}

.widthBtnReset {
    width: 183px;
}

/* Login Button */
.btn.btn-login {    
	width: 120px;
	display:block;
	margin: 20px auto 20px;    
	color: white;
	/*text-transform:uppercase ;	*/
	/*text-shadow: 1px 2px 2px #c44c4c;*/
	background: #48c7d5; 
	border: 1px solid #42a3ae;
	-webkit-box-shadow: inset 0 1px 2px #73e2ed;
	-moz-box-shadow: inset 0 1px 2px #73e2ed;
	box-shadow: inset 0 1px 2px #73e2ed;        
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
	
}
.btn.btn-login:hover {	 
	background: #21aebd; 
} 
.btn.btn-reset{
	width: 180px;
}
.login-links{
	text-align: center;
}
.login-links a{
	color: #6c6c6c; 
	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{
	text-decoration: none;
	color:#3276B1;
}

label.checkbox {
	width: 70%;
	display: block;
	margin: 0 auto;
}
label.checkbox input{
	width:25px;
	margin: 4px 0 0;
	padding: 0;
	background: none;
	border: 0;
}
#footer-text, #footer-text a{
	text-align: center;
	color:#FFF;
	opacity: 1;
	text-shadow: 1px 1px 1px #000;
}

/* 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;
	}
	
    .forgot1 {
	    position: relative;
	    left:18%;
        top:-3px;
    }

    .login-lang {
        float:none;
    }

}

/* 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;
	}
}

@media only screen and (min-width: 990px) and (max-width: 1280px) {
        .forgot1 {
	    position: relative;
	    left:18%;
        top:-3px;
         
    }
}

.login-logo img {
    width: 270px;
    margin: 10% auto;
    display:block;
}
