@charset "utf-8";
/* CSS Document */

body
 {
 margin:0;
 padding:0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:13px;
 }
 
#login-manage-top
  {
  width:100%;
  float:left;
  padding:25px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d3a80+0,6885b8+100 */
background: #1d3a80; /* Old browsers */
background: -moz-linear-gradient(top,  #1d3a80 0%, #6885b8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1d3a80 0%,#6885b8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1d3a80 0%,#6885b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3a80', endColorstr='#6885b8',GradientType=0 ); /* IE6-9 */

  }
  
#login-manage-middle
  {
  width:100%;
  float:left;
  padding:25px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4b6d9+0,9aaccb+100 */
background: url(../images/skelatal_weave.png); /* Old browsers */

  }
  
#login-manage-footer
  {
  width:100%;
  float:left;
  padding:25px 0;
  margin-top:20px;
  color:#FFFF00;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a689b+0,395898+100 */
background: #395898; /* Old browsers */


  }
  
.login-wrapper
  {
  width:98%;
  margin:auto;
  background-color:White;
  }
  
.login-wp-manage
  {
  width:100%;
  float:left;
  }
  
.create-section-manage
  {
  width:560px;
  margin:auto;
  }
  
.create-section
  {
  width:100%;
  float:left;
  border-radius:3px; 
  background:#f9fbb8;
  }
  
.login-txt
  {
  width:98%;
  padding:1%;
  }
  
.login-section
  {
  width:100%;
  float:left;
  background:#c0f7ec;
  border-radius:3px;
  color:#1d3a80;
  }
  
.line {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffff00+1,ff3030+21,dd00da+50,4ed600+76,faff00+91 */
background: #ffff00; /* Old browsers */
background: -moz-linear-gradient(left, #ffff00 1%, #ff3030 21%, #dd00da 50%, #4ed600 76%, #faff00 91%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffff00 1%,#ff3030 21%,#dd00da 50%,#4ed600 76%,#faff00 91%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffff00 1%,#ff3030 21%,#dd00da 50%,#4ed600 76%,#faff00 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#faff00',GradientType=1 ); /* IE6-9 */
  width: 100px;
  height: 5px;
  top:175px;
  -webkit-animation: animateThis 5s ease-in infinite;
  -webkit-animation-fill-mode: forwards;
  position:absolute;
  z-index:999999999999999999999999999999999999999999;
}
@-webkit-keyframes animateThis {
  0% {
    width: 100px;
    height: 5px;
  }
  100% {
    width: 100%;
    height: 5px;
  }
}