* {
	/*font-size: 8.12pt;*/
}
html {
  background: url('../images/loginbg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-y: scroll;
}

body {
    font-family: "Segoe UI", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.875em; /*14px*/
    margin: 0;
    padding: 0;
    height:100%;
}
a {
  text-decoration: none;
}
a.normal-link,
a.normal-link:visited {
  color: #676767;
  text-transform:uppercase;
  font-weight:600;
}
p {
  color: #676767;
}
img {
  border: 0;
}
h1 {
  text-transform:uppercase;
  font-size:3em;
}
ul {
  list-style-type:none;
  padding:0;
  margin:0;
}
ul li {
  display:inline-block;
}
.bold {
  font-weight:bold;
}
.header-ln1 {
  color: #10253f;
  margin:0;
}
.header-ln2 {
  color: #10253f;
  margin:0;
}
.color-rh {
	color: #10253f;
}
a.sign_in_link {
    color: #0e2c68;
    text-decoration: underline;
}
a.sign_in_link:hover {
    color: #01AEF0;
    text-decoration: underline;
}
#sign_in, #change_password {
  width:550px;
  margin-left:auto;
  margin-right:auto;
  margin-top:70px;
}

.logo {
  display: block;
  width:100%;
  text-align:left;
}
.logo img {
  width:35%;
  margin-bottom:10px;
}
.white-bg {
  background-color:#fff;
  padding:20px 70px 40px 70px;
}
#social_list {

}
#social_list a {
  display: block;
  height: 26px;
  width:26px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 13px;
}
#social_list li:last-of-type a {
  margin-right: 0px;
}
#social_list a.facebook {
  background-image: url("../images/FB-f-Logo__white_58.png");
}
#social_list a.linkedin {
  background-image: url("../images/LinkedIn-White-59px-R_invert.png");
}
#social_list a.twitter {
  background-image: url("../images/Twitter_Social_Icon_Square_White_invert.png");
}
#social_list a.wordpress {
  background-image: url("../images/wordpress-logo-notext-white_invert.png");
}
#social_list a.youtube {
  background-image: url("../images/yt_icon_mono_dark_invert.png");
}
#social_list a.instagram {
  background-image: url("../images/ig-glyph-logo_May2016_invert.png");
}
#social_list a.slideshare {
  background-image: url("../images/slideshare-512_invert.png");
}
#link_list {
  float:right;
}
#store_badges {
    height: 45px;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
    text-align:center;
}
.store_badge {
    display: inline-block;
    width: 49%;                     /* poor approximation for old browsers    */
    width: calc(50% - 5px);         /* standards-based answer for IE9+, FF16+ */
    width: -moz-calc(50% - 5px);    /* support for FF4 - FF15                 */
    width: -webkit-calc(50% - 5px); /* support for Chrome19+ and Safari6+     */
    background-color: white;
}
input[type="text"],
input[type="email"],
input[type="password"]
{
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.75);
  display: inline-block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
  width: 100%;
}

input[name="company_name"]
{
    margin-bottom: 0;
}

input[name="email"]
{
    margin-top: 1rem;
}

#sign_in_button,
#change_pw_button,
#reset_pw_submit,
#register_submit,
#login_loading_indicator,
a.back_to_login
{
  background-color: #f68d1f;
  border-color: #d57109;
  border-style: solid;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  padding: 1rem 2.5rem 1.0625rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms ease-out 0s;
  border-radius: 3px;
  text-transform: uppercase;
}
#sign_in_button:hover,
#change_pw_button:hover,
#reset_pw_submit:hover,
#register_submit:hover {
  background-color:#d57109;
}
#reset_pw_submit {
    text-transform:uppercase;
}

#sign_in_action_buttons > li:first-child {
  margin-right:25px;
}

#reset_pw_link, #login_sso_link {
  font-size:1em;
  color:#01AEF0;
}

#extra_links_div {
  margin-top:10px;
}
#extra_links_div ul li {
  margin-right:25px;
}

#link_list a,
#link_list a:visited,
#link_list a:active {
  color:#fff;
}
#link_list li {
  margin-right:5px;
  margin-left:5px;
}
.footer {
  margin-top:10px;
}
.footer ul {
    display: inline-block;
}
.extra-footer {
    position: absolute;
    bottom: 0px;
    text-align: center;
    color: white;
    width: 100%;
    margin-bottom: 7px;
}
.login-errors,
.reset-pw-errors,
.registration-errors {
  margin-top: 0px;
  margin-bottom:7px;
  border: none;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-left:10px;
  padding-right:10px;
  padding-top:2.5px;
  padding-bottom:2.5px;
  opacity:0.9;
  display:none;
}
.login_error,
.reset-pw-error,
.registration-error {
  color:#ff6262;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 10pt;
  text-transform: uppercase;
}

#reset_pw_info_text, #change_pg_info_text {
  margin-top:-30px;
  margin-bottom:30px;
}
#register_info_text {

}
#language_list_div {
    margin-top:15px;
}
#flag_list {
    float:right;
    margin-right:-50px;
    margin-top:-10px;
}
#flag_list li {
    padding-left:2px;
    padding-right:2px;

/*margin-left:2px;
margin-right:2px;*/
}
.flag-image {
    height:10px;
}
::-webkit-input-placeholder {
   text-transform:uppercase;
}
:-moz-placeholder { /* Firefox 18- */
   text-transform:uppercase;
}
::-moz-placeholder {  /* Firefox 19+ */
   text-transform:uppercase;
}
:-ms-input-placeholder {
   text-transform:uppercase;
}

span.info-span
{
    color: #A6A6A6;
    font-style: italic;
    margin-left: 0.5rem;
}


/* ///////////////////// REGISTRATION FORM ///////////////////// */

#registration_form h1, #registration_success h1 {
  font-size:30px;
}

#registration_form p:first-of-type {
    margin-bottom: 2rem;
}

.hidden {
  display:none;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}