/* Stylesheet */


/* Imports */

@import url(animate.css);

/* Selections */

::selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

::-moz-selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

/* Basics */

html, body {
	width: 100%;
	 
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	background: #f0f0f0;
	
}

#container
{
    left:300px;
    margin-top:10%;
    position:relative;
    padding:10px 0px 10px 25px;
    width: 385px;
    height: 300px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e9ae41;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: bounceIn;
    -moz-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    animation-name: bounceIn;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
#divmain
{ width: 550px; height: 259px; float:left;}
#divheadimg{ width:375px; float:left; text-align:left; padding-bottom:10px;}
#divheadh{ width:530px; float:left; text-align:left;}
#divheadh h1{ font-family:Monotype Corsiva; font-size:24px; padding-top:10px; color:green; font-weight:bold;}
#loginfrm 
{
    float:left;
   	position:relative;
	width: 355px;
	height: 230px;
	background: #fff;
	border: 1px solid #e9ae41;
	border-radius:10px;
}
#contentpanel 
{
    float:left;
    padding-left:30px;  
	position:relative;
	width: 540px;
	height: 230px;
	background: #fff;
	float:left;	
}
#foot{width:950px; float:left;}
form {
	margin: 0 auto;
	
}

label {
	color: #395588;
	display: inline-block;
	margin-left: 18px;
	padding-top: 7px;
	font-size: 14px;
	float:left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #395588;
    margin: 0 auto;
    line-height:1.5;
	 text-align:justify;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

p a:hover {
	color: #555;
}

input {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}

.txtbox{
	color: #395588;
	padding-left: 10px;
	margin: 7px;
	margin-top: 12px;
	margin-left: 12px;
	width: 319px;
	height: 33px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.txtbox:hover {
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}

.txtbox:focus {
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}

#lower {
	background: #ecf2f5;
	width: 100%;
	height: 69px;
	margin-top: 20px;
	box-shadow: inset 0 1px 1px #fff;
	border-top: 1px solid #ccc;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

input[type=checkbox] {
	margin-left: 20px;
	margin-top: 30px;
}

.check {
	margin-left: 3px;
	font-size: 11px;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

.btn {
   
	margin-right: 0px;
	margin-top: 0px;
	width: 80px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9ae41), to(#e9ae41));
	background-image: -moz-linear-gradient(top left 90deg, #e9ae41 0%, green 100%);
	background-image: linear-gradient(top left 90deg, #e9ae41 0%, green 100%);
	border-radius: 30px;
	border: 1px solid #e9ae41;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
	cursor: pointer;
}

, #b6e2ff 0%, #6ec2e8 100%);
	background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #6ec2e8 100%);
}

.btn:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
	background-image: -moz-linear-gradient(top left 90deg, #6ecbtn:active);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec2e8), to(#b6e2ff));
	background-image: -moz-linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
	background-image: linear-gradient(top left 90deg, #6ec2e8 0%, #b6e2ff 100%);
}

.tblsummaryst
 { width:99%;  margin:5px;}
 .tblsummaryst tr td
 {
   background-color:#001953;
     color:#ffffff;
     padding:5px;
     border-right:2px solid #ffffff;
 }
 
 .member-login
 {
color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0 10px 20px;
    border-radius:10px 10px 0px 0px;
    width: 335px;
    text-shadow: #555555 1px 1px 1px;
    background-color:#e9ae41;
 }

 .animate-charcter
	{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #f67a45 0%,
    #e4ce30 29%,
    #a99a3e 67%,
    #e4ce30 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  
      font-size: 14.5px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}