
* {
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: geometricPrecision;
	-webkit-text-stroke: 1px transparent;
}
body {
	height: 100%;	
}
body {
	background: url("../../../Assets/images/bg.jpg") no-repeat center bottom;	
	background-size:cover;
	font-family: 'Open Sans', sans-serif;	
}
.container {
	margin-left: auto;
	margin-right: auto;
	display: block !important;
}
#formAccount
{
    background: rgba(0,0,0,0.5);
    border: 0px rgba(155,200, 100, 0.2) solid;
    display: block;
    position: static;
    height: 100%;
    }
.panel-heading{
	width:100%;
	
}	
h1.title {
	font-size: 50px;
	font-weight: 400;
	
}
h2 {	
	color: gold;	
	font-size: 2.6em;
	
	line-height:100%;
}
h3 {
    color:khaki;
    font-size:1.6em;    
}
h4 {	
    color:white;
    font-size:2.2em;
}
hr {
	width: 10%;
	color: #fff;
}
.main-login {
	background-color:darkolivegreen;	
	border-radius:10px;
}
.form-bg {
	background: #fff;
	padding: 15px 15px 0px 15px;
	display: table;
	border-radius: 10px;
}
.main-center {
	margin-top: 60px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 320px;
	padding: 30px 20px 10px 20px;
}
.form-horizontal .control-label {
	text-align: left;
}
.formRegister {
	top: 50px;
	bottom: auto;
	width: 400px;
	background: #fff;
	margin: auto;
	padding: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.modalHeading {
	margin: 0;
}
.btn{
    text-transform:uppercase;
    font-weight:bold;
    text-shadow:0px 0px 1px #000;
    }
.btn-sm {
	font-size: 15px;
	font-weight: bold;
}
.text-brown, .text-brown:hover {
	color: #fff;
}
.text-black {
	color: #3f3f3f;
}
.text-white, .text-white:hover, .text-white:focus {
	color: #ffffff;
}
.form-title {
margin-top: -65px;
}
.form-title .glyphicon {
    display: inline-block;
    font-size: 1.8em;
    padding: 15px;
    border-radius: 50%;
    background: darkolivegreen;    
    color: #ffffff;
    box-shadow: 0;    
    font-weight: bold;
    height: 70px;
    line-height: 30px;
    width:70px;
}
.form-title span {
	display: block;
	margin: 5px 0;
	color: #0C9AB2;
	font-weight: bold;
	text-transform: uppercase;
}
.input-group-addon {
	background-color: darkslategray;
	padding:5px;
	/*border-color: #0C9AB2;*/
}
.input-group-addon .glyphicon {
	color: #fff;
}
.alert {
	text-align: left;
	padding: 10px;
	margin-bottom: 15px;
	text-shadow: 1px 1px 0 #fff;
}
.alert.bg-danger {
	color: #d00;
}
.close {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.8) !important;
	border-radius: 3px;
	color: #000;
	float: right;
	font-size: 18px;
	font-weight: 700;
	line-height: 100%;
	opacity: 0.5;
	padding: 0 4px !important;
	text-shadow: 0 1px 0 #fff;
}
.form-control {
	border-color: transparent;
	height: auto;
}
/*.login-button {
	background: #1A2D58;
	border-color: #1A2D58;
	border-radius: 4px;
	position: relative;
	font-size: 18px;
	padding: 5px 20px;
	line-height: 100%;
}
.login-button:before {
	content: "xxx";
	position: absolute;
	left: 0;
	right: 0;
}
.login-button:hover, .login-button:active, .login-button:focus {
	background: #2A3D68 !important;
	border-color: #2A3D68 !important;
	color: #FFF !important
}*/
.LogoWap
        {
            border-radius: 5px;
            display: inline;
        }
.logo-wap
        {
            text-align: right;
        }
        .LogoPPA
        {
            width: 150px;
            /*display: inline;*/
        }
                
 @media screen and (max-width:767px) {
body, html {
	height: auto;
}
body {
	background: url("../../../Assets/images/bg.jpg") no-repeat center 0;
	background-size: 100% 120%;
}
}
        @media screen and (max-width:420px)
        {
            #btnLogin
            {
                margin-bottom: 10px;
            }
        }
 @media screen and (max-width:359px) {
.main-center {
	max-width: 90%;
}
.btn{
    margin-top:5px;
    margin-bottom:5px;
    }
    .img-responsive {
        display:inline-block;
        }
.align-center{
    text-align:center;
    }        
}

@media screen and (max-width:380px)
        {
            .LogoPPA
            {
                width: 50px;
            }
            .panel-title h2
            {
                font-size: 24px;
            }
            .panel-title h3
            {
                font-size: 20px;
            }
            .panel-title h4
            {
                font-size: 16px;
            }
        }
        