@import url('https://fonts.googleapis.com/css?family=Lato');
.supernova {
    background-image: url('http://stage.asthesun.org/assets/img/speak7.jpg') !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    min-height:100%;
    font-family:'Lato',sans-serif;
}
.supernova body{
    font-size:1.35em !important;
}
[data-type="control_head"] {    
    background-color: rgba(255, 255, 255, 0.8);
}
.supernova .form-all,.form-all {
    background-color: rgba(255, 255, 255, 0.8);
    margin:130px auto ;
    padding:40px;
    color:black;
    border-radius:30px;
}

.form-html p{    
    color: #303030;
    line-height:1.4em
}

.form-html ul li{
    color:#303030;
    margin-bottom: 0.1em;
}

.form-input-wide{
    color:#303030;
}
.form-header-group .form-header {
    color:#303030;
}

.form-header-group .form-subHeader{
    color:#303030;
}

button[type="button"],
.form-submit-button-simple_blue {
      border:2px solid #30323D !important;
      background:none;
      color:#30323D !important;
      border-radius:50px;
      box-shadow: none;
      font-size:1.4em;
      text-shadow: none;
      font-family:'Lato',sans-serif;
      transition: all 140ms cubic-bezier(0.42, 0, 0.58, 1);
      -webkit-transition: all 140ms cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: all 140ms cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: all 140ms cubic-bezier(0.42, 0, 0.58, 1);      
      min-width: 150px;      
      padding:10px;    
}
button[type="button"]:hover,
.form-submit-button-blue:hover{
        background: #fb5300;   
        font-size:1.4em;
        border:2px solid #fb5300 !important;
        color: white;
}
.form-pagebreak-back-container,
.form-pagebreak-next-container{
    float:left;
    width: 48%;   
}
.form-pagebreak-back-container{
    text-align:left;
}
.form-pagebreak-next-container{
    text-align:right;
}

.form-label-top,
.form-label-left,
.form-label-right,
.form-html,
.form-checkbox-item label,
.form-radio-item label{
    color:#30323D;
     font-size:1.1em;
     text-shadow: none;
     font-family:'Lato',sans-serif;
}
.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input {
    padding:10px;
    width: 100%;
    font-size:1.3em;
}
