.registration-form {
background-image:url(http://marktwainlibrary.readsquared.com/Images/Org/110/RP/Banners/1079.png?5/31/2023%2012:01:50%20PM);
background-position: center;
background-repeat: no-repeat;
background-size: cover; 
 }

.regForm {background-color: rgb(13, 38, 65, 0.50);}

#MainContent_pRegistration1_UpdatePanel1 {
  background-color: rgb(152, 132, 76, 0.55);
  margin-top: 72px;
  margin-bottom: 72px;
  border-radius: 21px;
  margin-left: 50px;
  margin-right: 50px;
}

#footer, #footer2 {background:white;}

}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #885B28;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: center;
  margin-bottom: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 770;
  color: white;
}

.form-control {
  display: block;
  height: 49px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #885B28;
  background-image: none;
  border: 3px solid #ccc;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.col-md-offset-2 {
  margin-left: 21.667%;
}

#MainContent_pRegistration1_GoalActivity_chosen {
  padding: 4px 0 0 8px;
  height: 49px;
  background: #093ca1;
    background-color: rgb(9, 60, 161);
  background-color: #093ca1;
  font-size: 17px;
  color: white;
  border: 1px solid #fff;
  border-radius: 8px;
  line-height: 38px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: none;
    max-width: 100%;
    height: auto;
}

.modal-content {
    position: relative;
    background-color: rgb(16, 56, 137,0.50);
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    outline: 0;
}

#MainContent_pRegistration1_btnStartOver {
    position: absolute;
    float: right;
    right: 0px;
    top: 15px;
    font-size: medium;
    display: none;
}

#MainContent_pRegistration1_lblTitle {
    color: white;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    display: none;
}

.login-form {
background-image:url(http://marktwainlibrary.readsquared.com/Images/Org/110/RP/Banners/1079.png?5/31/2023%2012:01:50%20PM);
background-position: center;
background-repeat: no-repeat;
background-size: cover; 
 }

._2tga._8j9v {
    display: none;
}

.col-6, .col-md-6 {
  width: 50%;
  background-color: rgba(16, 56, 137, 0.5);
}

.col-12, .col-md-12 {
  width: 100%;
  background-color: rgba(16, 56, 137, 0.5);
}

#MainContent_pAccount1_btnMobileOptions {
  display: none;
}


.btn-open-review-entry-panel {
    display: none;
}

.alert-info {
    color: #885b28;
    background-color: #d9edf7;
    border-color: #bce8f1;
}