#no-js-enabled {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFF;
    width: 70%;
    height: fit-content;
    border-radius: 5px;
    padding: 20px;
    color: #444;
    font-size: 20px;
    font-weight: 200;
    box-shadow: 0px 0px 30px #dcdcdc;
  }
.no-script-title {
    color: #009344;
    font-weight: bold;
}

.content-icon {
    margin: 10px auto;
    width: 40px;
    height: 40px;
}
.no-script-inner-content {
    padding: 0 20px 0 20px;
}

.no-script-message {
    text-align: center;
}

.ia9-noscript-icon {
    content: url('/assets/img/ia9-logo-green.svg');
    width:50px;
    height: 40px;
}