.accountButton {
  margin-top: 5px;
}
.accountButton {
  border: 0px solid #FFF;
  color: transparent;
  margin-left: 0;
  margin-right: 2px;
  transition: background-color 1s ease 0s;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
  word-wrap: break-word;
  height: 34px;
  width: 174px;
  padding-left: 30px;
  background-color: #505050;
}
.accountButton {
  cursor: pointer;
}

#MicrosoftAccountExchange:hover {
  background-color: #ADDBF9;
}
#MicrosoftAccountExchange {
  background-image: url(https://wbssoextcl.worldbank.org/wbssoextcl/memberportal/images/microsoft_ico.png);
  background-color: #33A7F2;
              background-repeat:no-repeat;
              color:#fff;
              font-size:16px;
}
#FacebookExchange:hover {
  background-color: #B0BDD7;
}
#FacebookExchange {
  background-image: url(https://wbssoextcl.worldbank.org/wbssoextcl/memberportal/images/facebook_ico.png);
  background-color: #3B5B9C;
  background-repeat:no-repeat;
  color:#fff;
  font-size:16px;
}
#LinkedInExchange:hover {
  background-color: #99CAE1;
}
#LinkedInExchange {
  background-image: url(https://wbssoextcl.worldbank.org/wbssoextcl/memberportal/images/linkedin_ico.png);
  background-color: #0077B5;
              background-repeat:no-repeat;
              color:#fff;
              font-size:16px;
}
#GoogleExchange:hover {
  background-color: #F1B8B3;
}
#GoogleExchange {
  background-image: url(https://wbssoextcl.worldbank.org/wbssoextcl/memberportal/images/google_ico.png);
  background-color: #DC4E41;
              background-repeat:no-repeat;
              color:#fff;
              font-size:16px;
}
#AmazonExchange:hover {
  background-color:#8c8b8b;
}
#AmazonExchange {
  background-image: url(https://wbssoextcl.worldbank.org/wbssoextcl/memberportal/images/amazon_ico.png);
  background-color: #231f20;
              background-repeat:no-repeat;
              color:#fff;
              font-size:16px;
}
#TwitterExchange:hover {
  background-color:#c0e1f9;
}
#TwitterExchange {
  background-image: url(https://wbssoextcl.worldbank.org/wbssoextcl/memberportal/images/twitter_ico.png);
  background-color: #5bb6f3;
              background-repeat:no-repeat;
              color:#fff;
              font-size:16px;
}
.buttons button:disabled, button[disabled], .buttons button[disabled]#continue, .buttons button[disabled]:hover#continue {
  background-color: #767676;
  border-bottom: 5px solid #767676;
  border-color: #767676;
}
.buttons button:hover#continue {
  background-color: #286090;
  border-bottom: 5px solid #286090;
  border-color: #286090;
  color: #fff;
}
button{border-radius: 2px !important;}


div#api {
  max-width: 450px;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #c5c5c5;
  margin-bottom: 30px;
}
.intro h2 {
  font-size: 30px;
}

.social,.localAccount {
  /* border: 1px solid #f1f1f1; */
  /* padding: 15px; */
  /* margin-bottom: 30px; */
}

h2 {}

.divider {
  text-align: center;
}

.divider h2 {
  font-size: 30px;
}

div#api {}
.social .options div {
  width: 49%;
  float: left;
}
.options {
/*     float: left; */
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: middle;
}
.options:after{
  content:"";
  clear:both;
  display:block;
  height: 15px;
  width: 100%;
}
.divider h2:before {
  background: rgb(126,126,126);
  background: linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -moz-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  left: 0;
  float: left;
}
.divider h2:after {
  background: rgb(126,126,126);
  background: linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -moz-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  right: 0;
  float: right;
}
label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}
#logonIdentifier, #password, #signInName,#email {
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc;
  border-radius: 2px !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  color: #555;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  margin: 10px 0;
  padding: 6px 12px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  width: 100% !important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
}
#forgotPassword {
  clear: right;
  cursor: pointer;
  float: right;
  /* margin-top: 10px; */
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.intro h2 {
  font-size: 20px;
  text-align: center;
  margin: 0px;
  font-family: "Andes", sans-serif;
  line-height: 38px;
  font-weight: bold;
}
.divider h2 {
  color: #ccc;
  line-height: 20px;
  margin: 20px 0;
  text-align: center;
  text-transform: lowercase;
}
.divider h2:after, .divider h2:before {
  content: "";
  height: 1px !important;
  position: relative;
  top: 10px;
  width: 40%;
}

.create {
  text-align: center;
}

.entry .buttons button {
  height: 50px;
}
.entry .buttons button {
  border-bottom: none;
}

.entry .buttons button {
  background-color: #337ab7;
  font-size: 18px;
  line-height: 1.3333333;
  padding: 10px 16px;
  color: #fff;
  width: 100%;
}
.buttons button {
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-align: center;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}


.buttons button:disabled, button[disabled], .buttons button[disabled]#continue, .buttons button[disabled]:hover#continue {
  background-color: #767676;
  border-bottom: 5px solid #767676;
  border-color: #767676;
  color: #fff;
}
.buttons button#continue {
  height: 50px;
  width: 49%;
}
.buttons button#cancel, .buttons button#email_ver_but_edit, .buttons button#email_ver_but_resend {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.buttons button#cancel {
  height: 50px;
  width: 49%;
}
#api ul {
  list-style-type: none;
  padding-left: 0;
}
.attrEntry .tiny, .phoneEntry .tiny, #codeVerification .tiny {
  display: none;
}
.entry-item {
margin-bottom: 15px;
}
.attrEntry .error.itemLevel, .attrEntry .helpText, .phoneEntry .error.itemLevel, .phoneEntry .helpText, #codeVerification .error.itemLevel, #codeVerification .helpText {
display: none;
}
.error.itemLevel p {
color: #a94442;
}
.attrEntry input, .attrEntry select, .phoneEntry input, .phoneEntry select, #codeVerification input {
background-color: #fff !important;
background-image: none !important;
border: 1px solid #ccc !important;
border-radius: 2px !important;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
color: #555;
display: block;
font-size: 14px;
height: 40px;
line-height: 1.42857143;
padding: 6px 12px;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
width: 100% !important;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
}
.buttons button#email_ver_but_send, .buttons button#email_ver_but_verify {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
  margin-top: 15px;
}
label, .password-label {
margin-top: 10px;
}

label {
font-size: 14px;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
.buttons.verify button {
  margin-top: 5px;
}
