/*
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.
Author: Great Ampere
*/
/* 
    Created on : 28-Jan-2015, 14:15:41
    Author     : Great Ampere
*/
root{
    display: block;
}
*{
    padding: 0px;
    margin: 0px;
}
/*body{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: url("../media/pattern-5.png") repeat;
}
div#header{
    width: 100%;
    height: 70px;
    background: url("../media/main_menu_2_bg.png") repeat-x;
}
#main-title h2{
    padding-top: 20px;
    color: #ddd;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}
div#content{
    margin: 20px auto 5px;
    width: 1000px;
    height: auto;
    min-height: 400px;
}
div#resources{
    width: 500px;
    height: auto;
    min-height: 200px;
    margin-right: 20px;
    float: left;
    margin-top: 30px;
    margin-bottom: 20px;
}
div#login-container{
    width: 450px;
    margin: auto;
    height: auto;
    min-height: 400px;
    padding: 0px 5px;
    margin-bottom: 20px;
}
#login-container fieldset{
    width: 420px;
    height: auto;
    min-height: 400px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 2px 2px #999;
    border: 2px;
    background: #fff;
}
#login-container fieldset legend{
    margin-left: 5px;
    padding: 5px;
    font-size: 16px;
    color: #444;
    font-family: Arial;
    text-shadow: 1px 1px 1px #999;
}
.lbl{    
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    color: #333;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 100px;
    text-transform: capitalize;
    font-size: 16px;
    height: 30px;
    text-align: right;
    text-shadow: 1px 0px 1px #ccc;
}
input[type='text'], input[type="password"] {    
    width: 230px;
    border: 1px solid #ccc;
    color: #444;
    height: 30px;
    font-size: 16px;
    margin-bottom: 30px;
    margin-left: 20px;
    border-radius: 5px;
    background-color: #fff;
    padding-left: 25px;
}
#password{
    background: url("../media/lock-128.png") no-repeat left #fff;
}
#username{
    background: url("../media/user-128.png") no-repeat left #fff;
}
input[type="submit"]{
    width: 260px;
    height: 30px;
    font-size: 14px;
    text-transform: capitalize;
    margin-left: 125px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
span.loading{
    width: 100%;
    height: auto;
    min-height: 20px;
    overflow: auto;
}
.loading img {
    float: left;
    margin-right: 10px;
}
.loading b{
    float: left;
    padding-top: 10px;
    
}*/
.response{
    height: auto;
    min-height: 40px;
    margin: 0px auto 20px;
    padding: 10px 10px 0px;
    border-radius: 7px;
}
.processing{
    background: #1c94c4;
    color: #dedede;
}
.errormsg{
    background: url('../media/error.png') no-repeat left;
    padding-left: 25px;
    color: #f00;
    height: 35px;
    text-transform: capitalize;
}
.messageboxerror{
    background: #efd0c1;
    text-align: center;
    border: 1px solid #f00;
    padding-top: 20px;
}
.okmsg{
    background: url('../media/ok.png') no-repeat left;
    padding-left: 30px;
    color: #20A044;
/*    text-transform: capitalize;*/
}
.okmsg b {
    height: auto;
    overflow: auto;
}
.okmessagebox{
    background: #ccffcc;
    text-align: center;
    border: 1px solid #88DD33;
    padding-top: 15px;
}
div#login-footer{
    width: 1000px;
    height: 50px;
    margin-top: 30px;
    float: left;
}
.developers p{
    text-align: center;
    font-size: 14px;
    text-shadow: 0px 1px 1px #999;
    margin-top: 10px;
}
root {
    display: block;
}
* {
    margin: 0px;
    padding: 0px;
}
body {
/*    background: url('media/homebg.jpg') no-repeat center center fixed;
    background-attachment: fixed;
    background-size: cover;
    background-color: #EFEFEF;*/
    
	
}
.container {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
#login-wrapper {
    width: 500px;
    background-color: #1D9D74;
    margin: 0px auto;
    min-height: 500px;
    position: relative;
}
/* ==========================================================================
   Login Box styles
   ========================================================================== */
  
 
#login-header{
	background: #203d61;
	color: #FFF;
        padding: 15px;
}
.alert{
	margin-top: 80px;
	/*width: 70%;*/
}
/*#login-block{	 
	padding-top: 50px;
	padding-bottom: 25px;
}*/
#login-block h3{
	color: #FFF;
	text-align: left;
	font-size:1.5em;
	 opacity: 0.8;
	text-shadow: 2px 2px 2px #000;
	font-weight: normal;
 
}
/*#login-frame {    	
	background: #16A085;
}*/
.login-box{
	position: relative;
	max-width:480px;
	background: linear-gradient(#2184CD, #19639A); /*#16A085;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:8px;
	padding-bottom: 20px; 
	margin-top: 20px; 
        box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}

.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.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}
/* page icon */
.page-icon{
	width: 100px;
	height:100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #198573;
	text-align: center; 
	margin: -60px auto 0;
	
}
.page-icon img{
	vertical-align: middle; 
	margin: 25px 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.6;
	width:48px;
	height:48px;
	 
}
.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%;
	background: #fefefe;
	border:0;
	color:#6c6c6c;
	padding: 8px;
	border-radius:2px;
	
}
#login-alert {
    height: auto;
    min-height: 40px;
    width: auto;
    padding: 0px 20px 20px;
    overflow: auto;
}
/* Login Button */
.btn.btn-login {
	width: auto;
	display:block;
	margin: 20px auto 20px;
	color: white;
	text-transform:uppercase ;	 
	background: #198573; 
	-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;
	opacity: 0.7;
}
.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:#333;
	/*color: rgba(255, 255, 255, 0.33);*/
	opacity: 1; 
}
#footer {
    margin-top: 20px;
}

/* 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;
	}
	
}

