.whitepaper_modal {
 color: white;
 word-break: break-word;
 -ms-word-wrap: break-word;
 .ult_modal {
 max-width: 70% !important;
 }
 .ult_modal-content {
 box-shadow: none;
 -webkit-box-shadow: none;
 }
 a {
 color: white;
 &:hover {
 color: black;
 }
 }
 h1 {
 color: white;
 }
 input[type="email"] {
 background-color: #09f;
 color: white;
 border: none;
 padding: 16px;
 border-bottom: 2px solid white;
 &::placeholder {
 color: white;
 font-size: 20px;
 }
 &:focus {
 outline: none;
 }
 }
 .bounce-button.qbutton {
 border: 2px solid white;
 &:hover {
 background-color: white;
 color: #09f;
 }
 }
 }
 div.ult_modal.ult_fade.ult_block {
 margin: 35px 3%;
 }
 
