/* B2C CSS */
.glc-logo-sec {
    background-color: #e2e3e4;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 30px 0;
    /*margin-top: 50px; */
	max-width: 555px;
    margin: 0 auto;
	margin-left: 26.6%;
	
}

.glc-logo-sec a {
    display: block;
}

.logo-class {
	width: 37%;
    margin: auto;
}


.wb-logo-sec {
 /* background-color: #4f878f; */
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  /*padding: 30px 0;
  margin-top: 50px;
  max-width: 555px; */
}
.wb-logo-sec button {
  display: block;
  background: transparent !important;
}
.wb-logo-sec button:hover {
    background: transparent !important;
}
.wb-logo-sec button img {
  display: block;
  margin: 0 auto;
}

.wb-logo-sec  .divider h2 {
    color: #002f51;
    line-height: 20px;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: 400;
}
.wb-logo-sec  .divider h2 {
    font-size: 30px;
}

.wb-logo-sec .intro h2 {
    font-size: 20px;
    text-align: center;
    margin: 0px;
    font-family: "Andes", sans-serif;
    line-height: 38px;
    font-weight: bold;
	letter-spacing: normal;
    color: #002f51;
}
.other-login-sec {
  background-color: #e2e3e4;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 35px 50px;
  border-top: 1px solid #fff;
  margin-bottom: 50px;
}
.other-login-sec p {
  font-size: 24px;
  color: #231f20;
  text-align: center;
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-family: 'DINOT-Medium';
}
.other-login-sec ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.other-login-sec ul li {
 /* margin: 30px 10px;
  padding: 0;
  list-style-type: none;
  display: inline-block; */
    margin: 15px 10px;
    padding: 0;
    list-style-type: none;
    display: block;
    text-align: left;
}
.other-login-sec ul li a {
  display: block;
  opacity: 1;
}
.other-login-sec ul li a:hover {
  opacity: 0.8;
}
.other-login-sec h2 {
  font-size: 48px;
  color: #4f878f;
  font-weight: 800;
  text-align: center;
  margin-top: 30px;
  font-family: 'DINOT-Bold';
}
.other-login-sec h5 {
  font-size: 21px;
  color: #231f20;
  text-align: center;
  margin: 15px 0;
  padding: 0;
  font-family: 'DINOT-Medium';
}
.other-login-sec h5 a {
  color: #4f878f;
}
.other-login-sec form label {
  font-size: 18px;
  line-height: 1.5rem;
  color: #231f20;
  margin-top: 15px;
  font-family: 'DINOT-Medium';
  font-weight: inherit;
}
.other-login-sec form label span {
  color: #bb6565;
}
.other-login-sec form input.custom-input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px 0 !important;
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  background-color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #999;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f8f8f8;
  height: 5rem;
}
.reset-txt {
  font-size: 18px;
  color: #4f878f;
  font-family: 'DINOT-Regular';
}
.checkboxcont {
  margin-top: 8px;
}
.checkboxSec {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 20px;
}
.checkboxSec input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 1px;
  height: 20px;
  width: 20px;
  background-color: #fff;
}
.checkboxSec:hover input ~ .checkmark {
  background-color: #fff;
  border-radius: 2px;
}
.checkboxSec input:checked ~ .checkmark {
  background-color: #4f878f;
  border-radius: 2px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkboxSec input:checked ~ .checkmark:after {
  display: block;
}
.checkboxSec .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sm-txt {
  font-size: 11px;
  color: #6c6d6d;
  margin-bottom: 10px;
}
.sm-txt-one {
  font-size: 11px;
  color: #6c6d6d;
  margin: 0;
  padding: 0;
  line-height: 18px;
}
.btn-submit {
  border-radius: 15px;
  background: #65bbb0;
  box-shadow: 0px 5px 6.86px 0.14px #c9e4e0;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  margin: 15px auto 0 auto;
  padding: 15px;
  text-decoration: none;
  float: left;
}
.btn-submit:hover, .btn-submit:focus {
  color: #fff;
  text-decoration: none;
  background: #70cdc1;
}
.float-right {
  float: right !important;
}
.divider {
  text-align: center;
}
.divider h2 {
  color: #231f20;
  line-height: 20px;
  margin: 20px 0;
  text-align: center;
  font-size: 36px;
  font-family: 'DINOT-Bold';
}
.divider h2:after, .divider h3:before {
  content: "";
  height: 1px !important;
  position: relative;
  top: 10px;
  width: 40%;
  background-color: #4f878f;
}
.divider h2:before {
  float: left;
}
.divider h2:after {
  float: right;
}
.loginBtn {
  background-color: transparent;
  color: #231f20;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #231f20;
  padding: 8px 15px;
  margin: 15px auto;
  letter-spacing: 3px;
  font-family: 'DINOT-Bold';
  display: block;
}
.loginBtn:hover {
  background-color: #231f20;
  color: #fff;
}
@media (min-width: 60em) {
  .other-login-sec p {
    padding: 0 100px;
  }
}
/* Font face Style */
@font-face {
  font-family: 'DINOT-Black';
  src: url('../fonts/DINOT/DINOT-Black.eot');
  src: local('../fonts/DINOT/DINOT-Black.eot?#iefix'), url('../fonts/DINOT/DINOT-Black.woff') format('woff'), url('../fonts/DINOT/DINOT-Black.ttf') format('truetype'), url('../fonts/DINOT/DINOT-Black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINOT-Regular';
  src: url('../fonts/DINOT/DINOT-Regular.eot');
  src: local('../fonts/DINOT/DINOT-Regular.eot?#iefix'), url('../fonts/DINOT/DINOT-Regular.woff') format('woff'), url('../fonts/DINOT/DINOT-Regular.ttf') format('truetype'), url('../fonts/DINOT/DINOT-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINOT-Bold';
  src: url('../fonts/DINOT/DINOT-Bold.eot');
  src: local('../fonts/DINOT/DINOT-Bold.eot?#iefix'), url('../fonts/DINOT/DINOT-Bold.woff') format('woff'), url('../fonts/DINOT/DINOT-Bold.ttf') format('truetype'), url('../fonts/DINOT/DINOT-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINOT-Light';
  src: url('../fonts/DINOT/DINOT-Light.eot');
  src: local('../fonts/DINOT/DINOT-Light.eot?#iefix'), url('../fonts/DINOT/DINOT-Light.woff') format('woff'), url('../fonts/DINOT/DINOT-Light.ttf') format('truetype'), url('../fonts/DINOT/DINOT-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINOT-Medium';
  src: url('../fonts/DINOT/DINOT-Medium.eot');
  src: local('../fonts/DINOT/DINOT-Medium.eot?#iefix'), url('../fonts/DINOT/DINOT-Medium.woff') format('woff'), url('../fonts/DINOT/DINOT-Medium.ttf') format('truetype'), url('../fonts/DINOT/DINOT-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sentinel-Book';
  src: url('../fonts/Sentinel/Sentinel-Book.eot');
  src: local('../fonts/Sentinel/Sentinel-Book.eot?#iefix'), url('../fonts/Sentinel/Sentinel-Book.otf') format('opentype'), url('../fonts/Sentinel/Sentinel-Book.woff') format('woff'), url('../fonts/Sentinel/Sentinel-Book.ttf') format('truetype'), url('../fonts/Sentinel/Sentinel-Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sentinel-Light';
  src: url('../fonts/Sentinel/Sentinel-Light.eot');
  src: local('../fonts/Sentinel/Sentinel-Light.eot?#iefix'), url('../fonts/Sentinel/Sentinel-Light.otf') format('opentype'), url('../fonts/Sentinel/Sentinel-Light.woff') format('woff'), url('../fonts/Sentinel/Sentinel-Light.ttf') format('truetype'), url('../fonts/Sentinel/Sentinel-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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: 60px;
  width: auto;
   padding-left: 25px; 
  /*background-color: #505050;*/
  padding-right: 25px;
  background-color: #e2e3e4;
}
.accountButton {
  cursor: pointer;
}

#MicrosoftAccountExchange:hover {
  background-color: transparent;
}
#MicrosoftAccountExchange {
  background-image: url(https://www.growlearnconnect.org/sites/wkt/themes/weknow/images/microsoft-icon.png);
  background-repeat:no-repeat;
        background-position-x: center;
}
#FacebookExchange:hover {
  background-color: transparent;
}
#FacebookExchange {
  background-image: url(https://www.growlearnconnect.org/sites/wkt/themes/weknow/images/fb-icon.png);
  background-repeat:no-repeat;
        background-position-x: center;
}
#LinkedInExchange:hover {
  background-color: transparent;
}
#LinkedInExchange {
  background-image: url(https://www.growlearnconnect.org/sites/wkt/themes/weknow/images/linkedin-icon.png);
  background-repeat:no-repeat;
    background-position-x: center;
}
#GoogleExchange:hover {
  background-color: transparent;
}
#GoogleExchange {
  background-image: url(https://www.growlearnconnect.org/sites/wkt/themes/weknow/images/gmail-icon.png);
  background-repeat:no-repeat;
    background-position-x: center;
}
#AmazonExchange:hover {
  background-color:transparent;
}
#AmazonExchange {
display: none;
  background-image: url(https://wbssoextcl.worldbank.org/wbssoextcl/memberportal/images/amazon_ico.png);
  background-color: transparent;
        background-position-x: center;
              background-repeat:no-repeat;
              color:#fff;
              font-size:16px;
}
#TwitterExchange:hover {
  background-color:transparent;
}
#TwitterExchange {
  background-image: url(https://wbssoextcl.worldbank.org/wbssoextcl/memberportal/images/twitter_ico.png);
  background-color: #5bb6f3;
        background-position-x: center;
              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: 555px;
  margin: 0 auto;
  padding: 15px;
  /*border: 1px solid #c5c5c5;*/
  margin-bottom: 30px;
  background-color: #e2e3e4;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 35px 50px;
    border-top: 1px solid #fff;
    margin-bottom: 50px; 
	margin-left: 26.6%;
}
.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;
  margin-left: 11px;
}
.options:after{
  content:"";
  clear:both;
  display:block;
  height: 15px;
  width: 100%;
}
.divider h2:before {
  background: #002f51;
  left: 0;
  float: left;
}
.divider h2:after {
  background: #002f51;
  right: 0;
  float: right;
}
label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}
#logonIdentifier, #password, #signInName {
  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;
  color: #002f51;

}
.divider h2 {
  color: #002f51;
  line-height: 20px;
  margin: 30px 0;
  text-align: center;
  text-transform: uppercase;
    font-family: 'Raleway';
}
.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;
}
label[for="displayName"]:after {
    content: "*";
    color: red;
}
