html,
body {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  color: #404040;
  font-family: arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  min-width: 100%;
  padding: 0;
  position: absolute;
}
.help-block,
.help {
  font-size: 11px;
  color: #404040;
  margin-top: 5px;
}
.help-block {
  display: block;
}
.other-link,
.link {
  background-color: transparent;
  border: 0 none;
  color: #427fed;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}
.other-link:hover,
.link:hover {
  text-decoration: underline;
}
.link {
  padding: 0;
}
#wp2sv .tac {
  text-align: center;
}
#wp2sv a {
  background-color: transparent;
  border: 0 none;
  color: #427fed;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
#wp2sv a:hover {
  text-decoration: underline;
}
#wp2sv .error {
  color: #dd4b39;
  display: block;
  line-height: 17px;
  margin: 0.5em 0;
}
#wp2sv .header .logo {
  background-image: url("../images/icon-128x128.png");
  background-size: 48px 48px;
  height: 48px;
  width: 48px;
  display: block;
  float: none;
  margin: 25px auto 20px;
}
#wp2sv .header h1 {
  color: #555;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-top: 0;
  text-align: center;
  margin-bottom: 15px;
}
#wp2sv .header h2 {
  color: #555;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 354px;
}
#wp2sv .form {
  background-color: #f7f7f7;
  border-radius: 2px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  margin: 0 auto 25px;
  padding: 40px;
  width: 274px;
}
#wp2sv .mobile {
  display: block;
  height: 100px;
  margin: -10px auto 10px;
  width: 125px;
}
#wp2sv .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 18px;
}
#wp2sv .desc {
  font-size: 15px;
  margin-bottom: 18px;
}
#wp2sv .input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-color: #c0c0c0 #d9d9d9 #d9d9d9;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #404040;
  font-size: 16px;
  height: 44px;
  margin: 0;
  padding: 0 8px;
  box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
  width: 100%;
}
#wp2sv .input:focus {
  border: 1px solid #4d90fe;
  outline: none;
}
#wp2sv .submit {
  border-radius: 3px;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  min-width: 46px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  font-family: arial, sans-serif;
  font-size: 13px;
  background-color: #4d90fe;
  background-image: -moz-linear-gradient(center top, #4d90fe, #4787ed);
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
#wp2sv #others {
  background-color: #f7f7f7;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: 1px solid #d5d5d5;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  margin: -26px auto 25px;
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 274px;
  z-index: 1;
}
#wp2sv .other-methods {
  padding: 0;
  width: 354px;
}
#wp2sv #possible-methods {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#wp2sv #possible-methods .btn-text {
  display: inline-block;
  vertical-align: middle;
  width: 223px;
}
#wp2sv #possible-methods li form {
  border-bottom: 1px solid #d5d5d5;
}
#wp2sv #possible-methods form button {
  background: rgba(0, 0, 0, 0) url("../images/arrow_right_2x.png") 308px center no-repeat;
  background-size: 21px 21px;
  border: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  outline: none;
  padding: 15px 20px;
  text-align: left;
  text-overflow: ellipsis;
  width: 100%;
  border-left: 4px solid transparent;
}
#wp2sv #possible-methods form button:focus {
  border-left: 4px solid #4c8aff;
}
#wp2sv #possible-methods form button img {
  display: inline-block;
  height: 46px;
  margin-left: -15px;
  margin-right: 15px;
  vertical-align: middle;
  width: 55px;
}
#wp2sv .current-user {
  margin: 8px 0;
  text-align: center;
}
#wp2sv .current-user .logout {
  display: block;
  margin-top: 2px;
}
#wp2sv .form-recovery {
  padding: 20px;
  width: 600px;
}
#wp2sv .form-recovery .desc ol {
  padding-left: 20px;
}
#wp2sv .recovery #others {
  width: 560px;
}
