.credentialform h1{ 
 font-size: 18px;
}

.web-screen .main-text{ 
 font-size: 18px;
}

.credentialform h1{ 
 color: rgb(0, 0, 0);
}

.web-screen .main-text{ 
 color: rgb(0, 0, 0);
}

.credentialform .plain{ 
 font-size: 16px;
}

.credentialform .field .checkbox label{ 
 font-size: 16px;
}

.credentialform .standaloneText{ 
 font-size: 16px;
}

.web-screen .detail-text{ 
 font-size: 16px;
}

.credentialform .plain{ 
 color: rgb(0, 0, 0);
}

.credentialform .field .checkbox label{ 
 color: rgb(0, 0, 0);
}

.credentialform .standaloneText{ 
 color: rgb(0, 0, 0);
}

.web-screen .detail-text{ 
 color: rgb(0, 0, 0);
}

.clientchoices_description{ 
 color: rgb(0, 0, 0);
}

.logo-container { 
 max-width : 350px; 
 max-height: 50px; 
 background-size: 100%; 
}

@media(-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { 
 .logo-container { 
  max-width : 350px; 
  max-height: 50px; 
  background-size: 100%; 
 } 
 }

.button.default {
 background-color : #00664F;
 padding: .7em;
 margin: 1em;
}

.personal_bm_addbox button {
 background: #00664F;
}


.theme-header-bgcolor {
 background-color :#574f5b; 
}

.large .toggle-view-button.selected,.large .toggle-view-button:hover {
 background-color:rgba(0,0,0,0.1); 
}

.dropdown-menu .dropdown-menu-top {
 background-color: black; 
}

.web-screen .content-area {
 background :rgb(255, 255, 255); 
 border-bottom: 1px solid #ccc; 
}.box  {
 background-color :rgb(255, 255, 255); 
}.block-container .box:hover  {
 background-color :rgb(255, 255, 255); 
}

.largeTiles .storeapp .storeapp-name {
 color :#333333; 
}

.appInfoName {
 color :#333333; 
}

.store-apps-title {
 color :black; 
}

.toolbar-button-unselected {
 color :black; 
}

.storeapp-category {
 color :#999999; 
}

.appInfoCategoriesOrHostName {
 color :#999999; 
}

.app-description {
 color :#999999; 
}

.web-screen {
 background-color: #eee;
 background-image: none;
}

/*
.vertical-center-outer {
display: flex;
flex-direction: column;
justify-content: center;
}
*/

.credentialform input[type=text], .credentialform input[type=password] {
border-style: solid;
border-color: #eaeaea;
border-width: 2px;
}

.logon-large.logon-logo-container {
min-width: 450px;
}

  .web-screen .content-area {
    padding: 0 0 60px 0;
  }
  .logon-small.logon-logo-container {
    padding: 20px 20px;
    margin: 0px;
    background-color: #ffffff;
    background-size: auto;
    border-top: 1px solid #ccc;
  }

.credentialform {
 width: 540px;
}

@media screen and (max-width: 609px) {
  .credentialform {
    width: 100%;
  }
}

.logon-spacer {
 min-width: 450px;
}

.form-content {
 width: 540px;
}

 .logon-small.logon-logo-container {
  height: 75px;
  min-width: 175px;
  display: block;
 }

 .logon-spacer {
  display: none;
 }

 .form-content {
  width: 100%;
 }
 .form-container {
  display: inline-block;
 }
.authentication-content {
 display: inline-block;
}

.logon-small {
text-align: center;
}


#selectloginform.label {
	font-size: 1em;
}

/* Popup open button */

.openBtn {
  color: #FFF;
  background: #269faf;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #269faf;
  border-radius: 3px;
}

.openBtn:hover {
  background: #35c7db;
}

.popup {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.58);
  width: 100%;
  height: 100%;
  display: none;
}


/* Popup inner div */
.popup-content {
  width: 325px;
  margin: 0 auto;
  padding: 25px;
  margin-top: 100px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  font-size: 14px;
  text-align: center;
  color: black;
}

/* Popup close button */
.closeBtn {
  text-align: center;
  font-size: 17px;
  text-decoration: none;
}

/*
.logo {
  width: 300;
  height: 28;
}
*/

.form-container {
	margin-top:2em;
}