#login2 {
    border-radius: 5px 5px 5px 5px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    right: 0;
    text-align: left;
    top: 15px;
    z-index: 9999;
}
#login2 .login-popup {
}

#login2 .form-field { 
  position: relative; 
}
#login2 .form-field label  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-indent: 5px;
  cursor: text;
  color: #8ff88;
  color: rgba(0,0,0, 0.9);
}
.login-popup .clr label {
  color: #fff !important;
}
#login2 .link-block a {
  font-size: 12px;
}
#login2 .link-block a:hover { 
  text-decoration: underline;
}
#login2 .valign {
  cursor: pointer;
}
#login2 hr {
  border-color: rgba(255,255,255, 0.30);
}
#login2 p.login-details {
  background: #f9f9f9;
    background: rgba(255,255,255, 0.9);
    border: 1px solid #fff;    
    padding: 5px !important;
}

#login2 .login-details,
#login2 .login-details a {
    color: #000000 !important;
    padding: 0 !important;
    font-size: 12px;
}
#login2 p.login-details a {
    /*background-color: #FCFDFE;*/
    /*border-bottom: 1px solid #2368AE;*/
    color: #2368AE !important;
    padding: 0 3px !important;
}
#login2 p.login-details a:hover {
  background: #2368AE;
  color: #fff !important;
}
 #convince a  {
  text-align: center;
   display: block;
  margin: 0px;
  padding: 6px 7px 8px;

  -webkit-border-radius: 15px;
  border-radius: 15px;

  }
 #convince a:hover { 

-webkit-box-shadow: none;
box-shadow: none;
  }
 #convince a:active {
  padding: 8px 7px 6px;
  border-width: 3px;
  }

#convince {
  position: absolute;
  width: 400px;
  margin-top: 60px;

}
#convince-message {
  position: absolute;
  top: 0;
  left: 110px;
  padding: 20px;
  margin: 0 0 0;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#convince-message p {
  font-size: 12px;
  color: #fff;
}

#convince-message:after {
  display: block;
  position: absolute;
  left: -30px;
  top: 50px;

  content: "";
  width: 24px;
  height: 30px;
}
#convince-npc {
  position: relative;
  margin-top: 0;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: url("../images/header-npc-bg.jpg") 50% 50%;
  border: 1px solid #fff;
    border: 1px solid rgba(0,0,0, 0.5);
    border: 5px solid #56A617;
    border-width: 1px 3px 7px 3px;

      background: rgb(205,217,55); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(205,217,55,1) 0%, rgba(114,179,50,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,217,55,1)), color-stop(100%,rgba(114,179,50,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(205,217,55,1) 0%,rgba(114,179,50,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(205,217,55,1) 0%,rgba(114,179,50,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(205,217,55,1) 0%,rgba(114,179,50,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(205,217,55,1) 0%,rgba(114,179,50,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd937', endColorstr='#72b332',GradientType=0 ); /* IE6-9 */

}
#convince-inner {
  bottom: 0;
  left: -22px;
  position: absolute;
  height: 164px;
  width: 150px;
  overflow: hidden;
  -webkit-border-radius: 0 0 100px 100px;
  border-radius: 0 0 100px 100px;

    -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;  
}
#convince-inner img {
  position: absolute;
  left: 0px;
  bottom: -105px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;    
}
#convince:hover #convince-inner {
  /*bottom: -105px;*/
}
#convince:hover img {
  bottom: -90px;
}

/*summer theme*/
#convince-message {
  border-style: solid;
  border-width: 1px !important;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
#convince-message p {
  margin: 0 0 20px;
}
#convince a,
#convince a:hover,
#convince a:active {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff !important;
  height: 42px;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: 275px;
  padding: 0 !important;
  border: none !important;
}
#convince a:hover {
  background-position: 0 100% !important;
}
#convince-message:after {
  width: 30px;
  height: 30px;
}