body{
    background-color: #f2f2f2;
    background-image: url('../img/background.png');
}
header{
    padding: 10px 0px;
    background-color: white;
}
.primary-title h1{
    font-size: 1.8rem;
    margin-top: 0px;
    color: #bf1e35;
    margin-bottom: 0px;
}
.primary-title h2{
    font-size: 1.2rem;
    color:#666681;
    margin-bottom:0px;
}
.primary-title h3{
    font-size: 1rem;
    color:#9c9c9c;
}
h4{
    color:#bf1e35;
    margin-bottom: 25px;
}
main{
    padding:50px 0px;
}
.form{
    background-color: #ededed;
}
#access-webinar{
    display: none;
}
#access-webinar button{
    height:180px;
    width: 100%;
}
#access-webinar button.btn-danger{
    height:unset;
}
#access-webinar .problems-access{
    margin-top: 180px;
}
#access-webinar a{
    text-decoration: none;
    color: inherit;
}
.error{
    float: left;
    width: 100%;
    display: none;
    color: red;
}
footer{
    background-color: white;
    padding:15px 0px;
}
img.sponsor{
    position: relative;
    bottom: 10px;
}