.container {
  max-width: 960px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.border-top-gray { border-top-color: #adb5bd; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-condensed { line-height: 1.25; }


body{
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.logotype{
  margin: 24px 0 16px 0;
}
.text-center{
  text-align: center;
}

header{
      background: linear-gradient(326deg, #f9ede0, #ffffff);
      background-size: 400% 400%;

      -webkit-animation: AnimationName 5s ease infinite;
      -moz-animation: AnimationName 5s ease infinite;
      animation: AnimationName 5s ease infinite;
  }

  @-webkit-keyframes AnimationName {
      0%{background-position:11% 0%}
      50%{background-position:90% 100%}
      100%{background-position:11% 0%}
  }
  @-moz-keyframes AnimationName {
      0%{background-position:11% 0%}
      50%{background-position:90% 100%}
      100%{background-position:11% 0%}
  }
  @keyframes AnimationName {
      0%{background-position:11% 0%}
      50%{background-position:90% 100%}
      100%{background-position:11% 0%}
  }


section.light{
  width: 100%;
  background: #f7f7f7;
  padding: 24px 0 24px 0;

  background-attachment: fixed;
  background-image: url(background.png), url(background.png);
  background-position: center bottom;
  background-repeat: no-repeat, no-repeat;
}


#webinar-info{
  margin: 24px 0 24px 0;
  text-align: center;
  font-weight: 500;
}

#webinar-info i.icon::before{
  font-size: 1.5em;
  margin-bottom: 8px;
  font-weight: 800;
}

#webinar-info p{
  font-size: 1.2em;
}

.btn-primary{
  background-color: #4A1AF1;
  color: #fff;
  font-weight: 500;
  border: 0;
}

.btn-primary:hover{
  background-color: #B79CED;
  color: #fff;
  font-weight: 500;
}

.registration-form{
  padding: 24px 0 24px 0;
}
#webinar-content{
  padding: 24px 0 24px 0;
  margin: 16px 0 16px 0;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  line-height: 1.6rem;
  font-weight: 400;
}
#webinar-content ul, #webinar-content ol{
  margin-left: 36px;
  margin-right: 36px;
}
#webinar-content ul li, #webinar-content ol li{
  padding-left: 12px;
}
a{
  color: #4A1AF1;
  text-decoration: underline;
}
a:hover{
  color: #000;
  text-decoration: underline;
}
footer a{
  color: #000;
  text-decoration: underline;
}
footer a:hover{
  color: #4A1AF1;
}

form label{
  font-weight: 400;
}
.form-control{
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  padding: 12px;
  color: #000;
  font-weight: 500;
}
.form-control::placeholder {
  font-weight: 300;
}


.submit-button{
  padding-top: 16px;
}
