h1, h5 {
    text-align: center;
      font-weight: 800;
}
h2 {
    font-size: 1.5rem;
    padding-top: 20px;
      color: var(--color_text);
    font-weight: 800;
}
h3 {
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
h4 {
    font-size: 1.1rem;
}
h5 {
    font-size: 1rem;
}
.register-page__container {
    background-color: white;
}
main {
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(215,220,223,1) 100%);
   background-image:url('http://v1.ampstream.io/storage/files/ozH5P0PdDtOgYHfsf6NIkNFSAHSO4kixgwO27g1A.jpg');
      background-repeat: no-repeat;
    background-size: contain;
}

.register-page__container .speaker__name {
    font-size: 22px;
}
.right {
    width: 30%;
    float: right;
}
.left {
    width: 70%;
}
ul p {
    margin-bottom: 0px;
}
a.register-page__btn {
    text-decoration: none;
}
a.register-page__btn:hover {
    color: white;
}
a.register-page__btn.anchor {
    width: 50%;
  margin-left: auto;
    margin-right: auto;
  margin-top: 20px;
    margin-bottom: 20px;
      font-size: 20px;
}
.register-page__container .speaker img {
    border-radius: 82px;
  box-shadow: 3px 3px 10px silver;
}
.left2 {
    width: 75%;
    margin-right: 20px;
}
.right2 {
      width: 25%;
    float: right;
}
.register-page__content {
    display: none;
}
.clrow {
  margin-bottom: 30px;
      padding-top: 20px;
}
span.form-check--confirmation__desc {
    font-size: 11px;
}
img.speaker__photo {
    width: 15%!important;
    height: 15%!important;
}
h2.register-page__section-title {
    clear: left;
}
.socialfooter {
    float: right!important;
}
.register-page__container {
    padding-left: 16px!important;
    padding-right: 16px!important;
  padding-top: 0px!important;
}
.header .logo {
    height: 80px;
}

#poll {
  width: 100%;
	height: 230px;
}
.notification {
    height: 400px;
}