div.invalid {
  padding: 10px;
  border: 1px solid transparent;
  border-color:#b94a48;  
  color:#b94a48;  
  background-color:#f2dede;
}

#forms {
  color:white;
  margin-bottom:20px;
}

.smart-form header {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #232323;
    margin: 10px 14px 0
}

.client-form header {
    padding: 15px 13px;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, .1);
    background: rgba(248, 248, 248, .9)
}
/* from memberportal-production.css */
form {  
  padding-top:15%;
  padding-left:15%;
  color:white;
}

#footer-left, #footer-middle, #footer-right {
    text-align:center;
    margin-top:30px;
}
#footerbreak {
  display:block;
}

.smart-form .icon-append,
.smart-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center
}
.smart-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid
}

.smart-form .icon-append,
.smart-form .icon-prepend {
    color: #A2A2A2
}

.state-error .icon-append,
.state-error .icon-prepend {
    color: #ed1c24
}

.smart-form .button,
.smart-form .checkbox,
.smart-form .input,
.smart-form .radio,
.smart-form .select,
.smart-form .textarea,
.smart-form .toggle {
    position: relative;
    display: block;
    font-weight: 400
}


.smart-form .select select,
.smart-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 5px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none
}

.smart-form .input input,
.smart-form .select select,
.smart-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 5px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none
}

.smart-form footer {
  background-color:transparent;
  display: block;
  padding: 7px 14px 15px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.smart-form footer .btn {
  float: right;
  height: 31px;
  margin: 10px 0 0 5px;
  padding: 0 22px;
  font: 300 15px/29px 'Open Sans', Helvetica, Arial, sans-serif;
  cursor: pointer
}

.smart-form .formfunction {
  margin-top:10px;
  font-size: 18px; 
  color: #b7bdc9; 
  font-family:Arial Regular, Helvetica,sans-serif;
}

.smart-form .username {
  margin-top:10px;
  font-size: 13px; 
  color: #b7bdc9; 
  font-family:Arial Regular, Helvetica,sans-serif; 
}

.smart-form footer button.btn-primary {
  font-size: 14px; 
  font-family: Arial Regular, Helvetica, sans-serif;
  color: #666666;
  background-color:#d8e0e2;
}

.smart-form fieldset {
  background:transparent; 
  display: block;
  padding-top:25px;
  padding-left:0px;
  padding-right:14px;
  padding-bottom:5px;
  border: none;    
  position: relative;
}

.smart-form section {
  margin-bottom: 15px;
  position: relative
}

form p.title, #forms p.title {
  font-size: 26px; 
  color: #ffffff; 
  font-family:Arial Regular, Helvetica,sans-serif; 
  text-transform: uppercase;
  padding-bottom:5px;
  border-bottom: 2px solid white;
}
.memberbalance-pts {
  padding:10px 0px;
}

div.footer {
  background-image: url(../img/footer-img.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  font-size: 12px;
  line-height: 20px;
  font-family: Arial Regular, Helvetica,sans-serif;
  color: #465963;
}

#forgotpasswordtext, #forgotusernametext, #forgotaccountnumbertext {
  cursor:pointer;
}

body {
  background-repeat: no-repeat;
  background-size: cover;
	background-attachment: fixed;
}

#form-support > header, #form-register > header {
  text-align:center;
  background-color:#005A94;
  color:white;
}

@media screen and (min-width:1400px) {
  form, #form {  
    padding-top:18%;
    padding-left:22%;
    padding-right:22%
  }
  #footerbreak {
    display:none;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width:1200px) {
  body {
    background-image: url("../img/memberportal_BG.jpg");
	background-position: center;
  }
  form, #form {  
    padding-top:23%;
    padding-left:23%;
  }
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width:992px) and (max-width:1199px) {
  body {
    background-image: url("../img/memberportal_BG_992.jpg");
	background-position: center;
  }
  form, #form {  
    padding-top:15%;
    padding-left:22%;
    padding-right:22%
  }
}
/* Medium devices (tablets, 768px and up) */
@media screen and (min-width:767px) and (max-width:991px) {
  body {
    background-image: url("../img/memberportal_BG_768.jpg");
	background-position: right;
  }
  form, #form {  
    padding-top:2.5%;
    padding-left:15%;
  }
  #footer-left {
    margin-top:15px;
  }
  #footer-right, #footer-middle {
    margin-top:0px;
  }
  div.invalid {
    padding:4px;
  }
} 

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 766px) {
  body {
    background-image: url("../img/memberportal_BG_400.jpg");
  }
  form, #form {  
   padding-top:2.5%;
   padding-left:10%;
   padding-right:10%;
  }
  #footer-left {
    margin-top:15px;
  }
  #footer-right, #footer-middle {
    margin-top:0px;
  }
  div.invalid {
    padding:4px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  body {
    background-image: url("../img/memberportal_BG_400.jpg");
  }
  form, #form {  
    padding-top:5%;
    padding-left:20px;
    padding-right:20px
  }

  #footer-left {
    margin-top:15px;
  }

  #footer-right, #footer-middle {
    margin-top:0px;
  }

  div.invalid {
    border:0;
    padding:2px;
  }

  .mobile-footer-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Fixes wrapping on tiny screen sizes in footer */
@media (max-width: 305px) {
  #footerbreak1 {
    display: none;
  }
}

/* Fits everything in footer on smaller screen sizes */
@media (max-width: 991px) {
  div.footer {
    height:110px;
  }
}

/* Centers the two-line column in footer */
@media screen and (min-width:992px) {
  #footer-middle {
    margin-top:23px;
  }
}

/* Moves the back button below the Create Signin button on small screens */
@media screen and (max-width:370px) {
  .back-button-bottom {
    margin-left:80px !important;
  }
}
